*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

input[type=text]::-ms-clear {
    display: none;
}

.clear {
    clear: both;
}

.date_time {
    float: right;
    color: rgb(65,84,94);
    font-size: 1.5rem;
    /*--cursor: pointer; --*/
    overflow: hidden;
    -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-align: right;
}


.TSI_Logo {
    padding-bottom: 15px;
    /* position:absolute;     margin-top: 25px;   margin-left:10px;*/
}


#middle_pane {
    /*  position: relative;*/
    height: 100%; /*background-image: url("../background.png");*/ /*background-image: url("../personal_int_banking.jpg");*/ /*background-image:url("../keyboard_with_hand.jpg");*/
    /*background-image: url("../Images/TSIblue-bg.png");*/ /*uncomment*/ /*background-image: url("../white-background-texture_01.jpg");*/
    background-color: #4396F6;
    background-size: cover;
    /*  overflow: auto;*/
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.pwd_back_Pnl {
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(46, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%); /*background: linear-gradient(to bottom, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);*/
    background: linear-gradient(to bottom, rgba(46, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25), -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    -webkit-transform: scale(1);
    transform: scale(1);
    max-width: 40rem;
    min-height: 40rem;
    overflow: hidden;
    border-radius: 3rem;
}

.login {
    height: 100%;
    /*background: -webkit-linear-gradient(top, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%); */ /*background: linear-gradient(to bottom, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);*/
    /*background: -webkit-linear-gradient(top, rgba(46, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(46, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);*/
    background: -webkit-linear-gradient(top, rgba(0, 30, 65, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 30, 65, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25), -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    -webkit-transform: scale(1);
    transform: scale(1);
    max-width: 40rem;
    min-height: 40rem;
    overflow: hidden;
    border-radius: 3rem; /*  margin: 30px 10px 30px 10px;*/
}

.chnge_pwd_form {
    height: 100%;
    /*background: -webkit-linear-gradient(top, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%); */ /*background: linear-gradient(to bottom, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);*/
    background: -webkit-linear-gradient(top, rgba(46, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(46, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25), -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    -webkit-transform: scale(1);
    transform: scale(1);
    max-width: 40rem;
    min-height: 40rem;
    overflow: hidden;
    border-radius: 3rem;
    color: White;
}

#left_pane {
    /* width: 40rem;     height: 40rem;     overflow: hidden;     border-radius: 3rem;*/
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 4%;
    padding-bottom: 4%;
}

#right_pane {
    /* width: 40rem;     height: 40rem;     overflow: hidden;     border-radius: 3rem;*/
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 4%;
    padding-bottom: 4%;
}

#ID_text {
    font-size: 18px;
    color: white !important;
}

.headingpanel {
    font-size: 18px;
    /*changeacchecker*/
    font-weight: normal;
    color: white !important;
}

.btn_link {
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
}

    .btn_link:focus, .btn_link:hover {
        text-decoration: underline;
        color: #C3DAEE;
        font-weight: bold;
    }

.login__row {
    height: 5rem;
    left: 50%;
    padding-top: 1rem;
    margin-bottom: 7%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.login__input {
    display: inline-block;
    max-width: 33rem;
    height: 50px;
    padding-left: 1.5rem;
    font-size: 2rem;
    background: white;
    color: #212121;
    border-radius: .5rem;
    left: 0%;
}

/*html, body {
  font-size: 62.5%;
  height: 100%;
  overflow: hidden;
}*/
.p_line {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


.login__submit {
    /*width: 155px;*/
    min-width: 100px;
    max-height: 4rem;
    color: #2E2E30;
    background: #e0e0e0;
    font-size: 1.5rem;
    border-radius: 3rem;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
}


    .login__submit:hover {
        background: #000000;
    }

.EZ_Submit {
    /*width: 155px;*/
    min-width: 100px;
    max-height: 4rem;
    color: #2E2E30;
    background: #e0e0e0;
    font-size: 1.5rem;
    border-radius: 3rem;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
}

.login__submit:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    width: 3rem;
    height: 3rem;
    border: 2px dotted #fff;
    border-radius: 50%;
    border-left: none;
    border-bottom: none;
    -webkit-transition: opacity 0.1s 0.4s;
    transition: opacity 0.1s 0.4s;
    opacity: 0;
}

:-ms-input-placeholder {
    color: gray !important;
}

.Main_detail_page_Heading, .Main_detail_page {
    color: #ffffff !important;
    -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
}

.Main_detail_page_Heading {
    font-size: 3rem !important;
    border-radius: 3rem;
}

.Main_detail_page {
    font-size: 17px;
}

.Trailer_img {
    /*position:absolute;         padding: 10px;         margin-left:40%; */
    /*padding-left: 5%;*/
    /*   padding-right: 0px;*/
}

.img_trlr {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.mini_miranda {
    left: 1%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: small;
}

.footer {
    margin-top: 10px;
}

#Header_background {
    margin-top: 10px;
}

.pwd_head {
    font-family: "Open Sans", Helvetica, Arial, sans-serif; /*font-size: x-large;*/
    font-size: 24px;
    color: #FDFCFD;
    /*   margin-top: 15%;*/
}

.Change_pwd_head {
    font-family: "Open Sans", Helvetica, Arial, sans-serif; /*font-size: x-large;*/
    font-size: 12px;
    color: #FDFCFD;
    margin-left: 0rem;
}

.Password__input {
    /* position: relative;     display: inline-block;     width: 15rem;     height: 100%;     padding-left: 1.5rem;     font-size: 1.5rem;    margin-bottom: -0.4rem;     border-radius: .5rem;     left: 20%; */
    background: white;
    color: #212121;
    border-radius: .5rem;
}

.Captcha_input {
    font-size: 1.5rem; /*background: #e0e0e0;*/
    background: white;
    color: #212121;
    border-radius: .5rem;
    height: 35px;
}


#text_password {
    font-size: 10px;
    color: #ABA8AE !important;
    padding: 0px 0px 0px 0px;
    margin-top: 5px;
    text-align: justify;
}

    #text_password a {
        font-size: 10px;
        color: #ABA8AE !important;
        text-decoration: none;
    }

        #text_password a:hover {
            font-size: 10px;
            color: #ABA8AE !important;
            text-decoration: none;
        }



#text_login {
    font-size: 1.1rem;
    /* color: #ABA8AE !important; changeacchecker*/
    color: #ffffff !important;
    margin-top: 10px;
}

#text_EZ {
    font-size: 1.1rem;
    /* color: #ABA8AE !important; changeacchecker*/
    color: #ffffff !important;
    margin-top: 10px;
}

#text_captcha {
    font-size: 10px;
    color: #ABA8AE !important;
    padding: 0px 0px 0px 0px;
    margin-top: 5px;
    text-align: justify;
}

    #text_captcha a {
        font-size: 10px;
        color: #ABA8AE !important;
        text-decoration: none;
    }

        #text_captcha a:hover {
            font-size: 10px;
            color: #ABA8AE !important;
            text-decoration: none;
        }

.login__sign {
    /* width: 15rem;
    height: 4rem;*/
    width: 12rem;
    height: 3rem;
    margin: 5rem 0 1rem;
    color: #2E2E30;
    background: #e0e0e0;
    font-size: 1.5rem;
    border-radius: 3rem;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    align: center;
    margin-top: 1%;
    text-align: center;
}

.login__signup1 {
    font-size: 1.2rem;
    /*color: #aba8ae;changeacchecker*/
    color: #ffffff;
    text-align: center;
}

.Captcha_pnl {
    text-align: center;
    margin-top: 20px;
}

a:hover {
    text-decoration: none;
}

.login_btn_pnl {
    margin-top: 7%;
    text-align: center;
}

#pwd_msg {
    font-size: 10px;
    color: #FDFCFD;
    padding: 0px 0px 0px 0px;
}

.left-indent {
    padding-left: 30px;
    /*font-size : 13px;*/
}

.chnge_pwd_form a {
    color: White !important;
}

.captchaAlignment {
    margin-top: 5px;
    height: 31px;
}

.refreshcaptcha {
    color: White !important;
    font-size: 10px;
}

.captchaImageAlign {
    margin-top: 5px;
    text-align: left;
}

.refreshcaptcha p {
    font-size: 10px;
    text-align: justify;
    margin-left: 15px;
}

.pwd_msg {
    font-size: 10px;
    padding: 0px;
}

.styleErrorMsg {
    Padding: 0px;
    font-size: small;
    text-align: center;
}

.pnl_phonevalidate {
    height: 100%;
    /*background: -webkit-linear-gradient(top, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%); */ /*background: linear-gradient(to bottom, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);*/
    background: -webkit-linear-gradient(top, rgba(46, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(46, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25), -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    -webkit-transform: scale(1);
    transform: scale(1);
    max-width: 40rem;
    min-height: 40rem;
    overflow: hidden;
    border-radius: 3rem; /*  margin: 30px 10px 30px 10px;*/
}

.txt_align {
    display: inline-block;
    max-width: 33rem;
    padding-left: 1.5rem;
    font-size: 15px;
    color: #212121;
    border-radius: .5rem;
    left: 0%;
    /* margin: 10px 10px 10px 10px;*/
}

.pnl_phonevalidate {
    color: White;
    /*padding-left: 10px;
padding-right: 10px;*/
}

.btn_phneValidate {
    /*width: 12rem;*/
    width: 90%;
    height: 3rem;
    margin: 0;
    color: #2E2E30;
    background: #e0e0e0;
    font-size: 1.5rem;
    border-radius: 3rem;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    align: center;
    text-align: center;
    color: Black;
}

.btn_chngPwd {
    width: 12rem;
    height: 3rem;
    margin: 0;
    color: #2E2E30;
    background: #e0e0e0;
    font-size: 1.5rem;
    border-radius: 3rem;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    align: center;
    text-align: center;
    color: Black;
}


.zeroheight {
    max-height: 0px;
}

.formInput {
    border-radius: 5px;
    width: 12rem;
    height: 3rem;
    color: Black !important;
}

.div_padTopBot10px {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.div_padTopBot10pxNew {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.clsshow {
    display: block;
}

.clshide {
    display: none;
}

.backmsg {
    color: White !important;
    font-size: 10px;
    padding-left: 0px;
    text-align: left;
    float: left;
    text-decoration: underline;
}

    .backmsg:hover {
        color: White !important;
        text-decoration: underline;
    }

.main_sub_heading {
    font-size: 22px;
}


@media (max-width: 990px) {

    .leftmargin {
        padding-left: 15px;
    }

    .align_forXS {
        text-align: center;
    }
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 1.5rem;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 1.5rem;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 1.5rem;
}

:-ms-input-placeholder {
    font-size: 1.5rem;
}


@media (min-width: 968px) and (max-width: 1386px) {
    .mini_miranda {
        width: 100%;
    }

    .Trailer_img {
        width: 100%;
    }
}

@media (max-width: 464px) {
    .divList {
        display: none;
    }
}
