.LoginColumn {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1;
}
a#logo-container {
    text-align: left;
    float: left;
    width: 170px;
    display: block;
}
    a#logo-container img {
        width: auto;
    }
.logoContainer {
    padding: 1rem 0 1.0rem;
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
    margin: 10px 0;
}
.loginPaper {
    padding: 4rem 5rem 3rem 5rem;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.15);
}
.loginbg {
    flex-wrap: wrap;
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-repeat:no-repeat;
    background-size:cover;
    height:100%;
    background-position:center;
    padding:0rem 0 3rem;
    border-bottom:solid 0px #656565;
}
h3.Loginpagehead, h3.Loginpagehead_1 {
    font-size: 22px;
    margin-bottom: 30px;
    display: flex;
    color: #1a1a1a;
    font-family: 'Interstate-Bold';
}
.LoginForm {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.LoginTextFields {
    width: 100%;
   position:relative;
}
.RightSectionBar{padding-left:30px;}
.LoginForm > .form-group {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.loginbutton > .mdl-button.mdl-js-button {
    background-color: #088856;
    display: flex;
    width: 100%;
    justify-content: center;
    height: auto;
    padding: 2px 10px;
    margin: 30px 0;
    font-family: 'Interstate-Regular';
    min-width: 135px;
    box-shadow:none !important;
    border-radius: 4px;
}
.login_ico {
    vertical-align: middle;
    margin-right: 10px;
    color: #0c75df;
}
.extralinks {
    display: flex;
    padding:0;
}
.list-group {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.extralinks > li {
}
    .extralinks > li > a {
        display: inline-flex;
        border: none;
        color: #0C75DF;
        padding: 0px 0 14px;
        font-size: 16px;
        text-decoration: underline;
    }
    .extralinks > li > span {
        color: #696969;
        padding: 0 5px;
        font-size: 16px;
    }
    .extralinks > li.newAcc > span {
        padding-left:0;
    }
        .RightSectionBar > h3 {
            color: #003399;
            padding: 0 1.25rem 1rem;
            font-size: 25px;
            display: flex;
        }
.LoginLists > a {
    background: none;
    border: none;
    color: #0C75DF;
    justify-content: flex-start;
    display: flex;
    position: relative;
    padding: .75rem 1.25rem;
    font-size: 16px;
    letter-spacing: .43px;
    text-align: left;text-decoration: none;font-family:'Interstate-regular';
}
.LoginLists i.material-icons {
    padding-right: 15px;
    vertical-align:middle;
}
.form-group.remebermebbox {
    display: flex;
    margin: 15px 0 0 0;
}
.loginbutton > .mdl-button.mdl-js-button:disabled {
    opacity: 0.4;
    color: #ffffff;
}
button.toast-close-button {
    font-family: initial !important;
    top: 0;
}
/*-----------------------------------B.S. Start CSS-----------------------------------*/
.cannot_login{
	margin:0px auto;
}
.cannot_loginPaper {
    padding: 4rem 5rem 2rem 5rem;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.15);
}

h3.cannot_Loginpagehead {
    font-size: 29px;
    margin-bottom: 20px;
    display: flex;
    color: #003399;
}
.cannot_LoginForm {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
h4.cannot_loginrecover {
    color: #696969;
    font-size: 18px;
    padding: 0px;
    margin: 0px; word-break: break-all;
    font-family:'Interstate-Regular';
}
.cannot_cont {
    color: #696969;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding-top: 7px;
    padding-bottom: 10px;
}
.cannot_selection label {
    width: 100%;
    color: #666366;
    font-size: 15px;
    letter-spacing: 0.53px;
    margin: 10px 0;
}
.cannot_back {
	text-align: center;
    margin-top: 50px;
}
.cannot_back a {
    color: #0C75DF!important;
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
}
.cannot_username {
    margin-top: 35px;
}
.cannot_username label {
    margin-bottom: 0px;
    color: #696969;
    font-size: 16px;
}
.successHead {
	color: #005984;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
}
.iconsuccess {
    display: flex;
    margin-bottom: 0;
    color: #fff;
    justify-content: center;
    background-color: #088856;
    border-radius: 80%;
    width: 90px;
    height: 90px;
    font-size: 45px;
    align-items: center;
}

.iconexpire {
    display: flex;
    margin-bottom: 0;
    color: #fff;
    justify-content: center;
    background-color: #ff0000;
    border-radius: 80%;
    width: 90px;
    height: 90px;
    font-size: 45px;
    align-items: center;
}

.recovery_email p {
    color: #696969;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
}
.re_recovery{
	text-align:center;
	padding: 20px 30px 40px;
}
.re_recovery a {
    color: #0C75DF;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
}
.pwd_strenth {
    position: absolute;
    top: 68px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.15);
    opacity: 1;
    z-index: 9;
    border-radius: 3px;
}
    .pwd_strenth span {
        position: absolute;
        top: -12px;
        color: #fff;
    }
    .pwd_strenth p {
        border-bottom: 1px solid #F5F5F5;
        color: #696969;
        font-size: 12px;
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .pwd_strenth h4{
    color: #696969;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    }
    .pwd_strenth ul li{
    color: #696969;
    font-size: 14px;
    line-height: 24px;
    padding-left: 22px;
    position:relative;
    }
    .progress{
    height: .50rem;
    }
    .cannot_cancel {
    text-align: center;
        margin-top: 50px;
    }
    .cannot_cancel  a{ 
    color: #0C75DF!important;
    font-size: 16px;
    cursor:pointer;
    }
    .material-icons.right-icon {
    font-size: 18px;
        color: #696969;
        position: absolute;
        top: 3px;
    left: 0px;
    }
    .material-icons.cross-icon{
    font-size: 18px;
        color: red;
        position: absolute;
        top: 3px;
    left: 0px;
    display:none;
    }
    .successHead>.successtext {
        font-size: 29px;
        margin-top: 30px;
        margin-bottom: 0;
        color: #003399;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
    .reset_pwd_second{
    text-align:center;
    }
    .success_logmein.mdl-button {
        background-color: #088856 !important;
    }
/*-----------------------------------B.S. End CSS-----------------------------------*/
.mdl-radio.is-checked .mdl-radio__outer-circle, .mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border: 2px solid #0C75DF!important;
}
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background-color: #0C75DF;
}
.mdl-radio__inner-circle, .mdl-radio__ripple-container .mdl-ripple {
    background:#0C75DF!important;
    }
    button.btn-primary:hover, button.btn-primary:active, button.btn-primary:focus {
        color: #fff;
        background-color: #088856;
        border-color: #088856;
    }
	
/*-----------------------------------Pradeep CSS-----------------------------------*/
.secu_registerp h5 {
    color: #4C4C4C;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 24px;
    margin: 30px 0px 5px;
}
.reset_pwd_first h3 {
    margin-bottom: 20px;
}

/*Unsubscribe page CSS*/
.unsubscribebox {
    margin: 20px auto;
}
.unsubspaper {
    padding: 4rem 5rem 2rem 5rem;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.15);
    float: left;
    width: 100%;
}
    .unsubspaper h4 {
        font-size: 24px;
        color: #4C4C4C;
        line-height: 32px;
        margin-bottom: 25px;
    }
    .unsubspaper p {
        font-size:16px;
        color: #333333;  
        margin-bottom:30px;
    }
.unsubscribebtn {
    background: #088856 !important;
    border: 1px solid #088856;
    color: #ffffff !important;
    font-size: 1rem;
    margin-top: 30px;
    padding: 10px 27px;
    text-align: center;
    text-transform: capitalize;
    height: 40px;
    letter-spacing: 1.25px;
    font-family: "Interstate-Regular";
    float: left;
    border-radius: 4px;
    cursor: pointer;
}
/*.reset_secondp {
	display:none;
	}*/
/*-----------------------------------End Pradeep CSS-----------------------------------*/
@media (min-width:768px) and (max-width:1024px) {
}

        @media (min-width:991px) and (max-width:1024px) {
        }

        @media (min-width:768px) and (max-width:991px) {
            .loginPaper {
                padding: 2rem 2rem 2rem 2rem;
            }
        }

        @media (min-width:300px) and (max-width:767px) {
            .tfa_verifyBtn {
                justify-content: center !important;
                flex-wrap: wrap;
            }
            .tfabutton .submit-button, .tfabutton .cancel-button {
                padding: 10px 9px !important;
                letter-spacing: 1.25px;
                min-width: auto !important;
            }
            button#ResendNewCode {
                margin-right: 10px;
                width: 50%;
                margin-left: 0;
                padding-left: 0 !IMPORTANT;
                padding-right: 0 !important;
            }
            button#VerifyCode {
                margin-left: 0px; width:44%; margin-right:0;
            }
            span#maskedEmail {
                word-break: break-all;
            } 
            .loginPaper {
                padding: 2rem 1rem 2rem 1rem;
            }

            h3.Loginpagehead {
                font-size: 25px;
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .RightSectionBar > h3 {
                width: 100%;
                margin-top: 50px;
                margin-bottom: 10px;
            }

            .RightSectionBar {
                padding-left: 15px;
            }

            .FooterMain {
                padding-top: 0;
            }

            .copyright {
                text-align: center;
            }

            .cannot_loginPaper {
                padding: 1rem 1rem 1rem 1rem;
            }

            a#logo-container {
                text-align: center;
                float: none;
                display: inline-block;
            }

            .logoContainer {
                text-align: center;
            }
        }
        /*Loader CSS*/
        #preloader {
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    position: fixed;
    z-index: 10000;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#load {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}

.mdl-spinner__layer-4, .mdl-spinner__layer-2, .mdl-spinner__layer-3 {
    border-color: #42a5f5 !important;
}
.LoginrightArea > .enrollboxarea {
    padding: 30px 0 0 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 80%;
}
    .LoginrightArea > .enrollboxarea b {
        font-size: 20px;
        color: #003399;
        margin: 0 0 15px;
        padding: 0;
        display: block;
        font-weight: normal;
    }
    .LoginrightArea > .enrollboxarea p {
        color: #696969;
        font-size: 16px;
        letter-spacing: .4px;
        line-height: 24px;
        margin: 0;
        text-align: left;
        padding: 5px 0;
    }
    .LoginrightArea > .enrollboxarea a {
        color: #0C75DF;
        font-size: 16px;
        margin: 10px 0;
        padding: 0;
        text-align: left;
        text-decoration: underline;
    }
.warningcolor {
    background-color: #F89406;
}

.errorcolor {
    background-color: #AF0220;
}

.successcolor {
    background-color: #51A351;
}
.inputbtn > i {
    color: #b3b3b3;
}

.languagedropdown {
    float: right;
    width: 180px;
    padding: 0 !important;
    margin: 20px 0px 0px !important;
}

.languagedropdown md-select {
    display: flex;
    margin: 10px 0 0px 0 !important;
}

    .languagedropdown md-select.md-default-theme .md-select-value, md-select .md-select-value {
        padding-bottom: 10px !important;
        padding-left: 12px !important;
    }

::-ms-reveal {
    display: none;
}
@media (min-width:768px) and (max-width:1024px){
    .LoginrightArea > .enrollboxarea {
        padding: 30px 0 0 0px;
        max-width: 100%;
    }
}
@media (min-width:768px) and (max-width:991px) {/* Portrait ipad */

}
@media (min-width:992px) and (max-width:1024px) { /* Landscape ipad */
   
}
@media (min-width:300px) and (max-width:767px) {
    .LoginrightArea > .enrollboxarea {
        padding: 30px 0 0 0px;
        max-width: 100%;
    }
    .loginbg {
        padding: 0rem 0 1rem 0;
    }
    h3.cannot_Loginpagehead {
        font-size: 25px;
        margin-top: 10px;
    }
}
.forwardIcon i.material-icons {
    border: 3px solid #088856;
    border-radius: 50%;
    color: #088856;
    font-weight: 700;
    font-size: 36px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
}



.preloginLettesSec .preloginBack {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

    .preloginLettesSec .preloginBack button {
        width: auto !important;
        min-width: 150px;
        margin: 15px 0 !important;
        margin-left:10px !important;
    }
    .preloginLettesSec .preloginBack .wizard-button-back {
        margin-right: 15px;
        background-color: transparent;
        color: #088856;
    }

.preloginLettesSec .Loginpagehead{
    margin-top:0;
}
.preloginLettesSec .letsFind{
    font-size:20px !important;
    margin-bottom:0px;
    margin-top:30px;
}
.preloginLettesSec .LoginrightArea > .enrollboxarea b {
    color: #696969;
}
.preloginLettesSec .presecondSec button {
    margin-right: 15px;
    background-color: transparent;
    color: #088856;
}

.preloginLettesSec .SectionDisplay {
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 0px;
    display: flex;
}
.preloginLettesSec .IconSection {
    display: inline-flex;
}
.preloginLettesSec .SectionDisplay .jssText {
    flex: 1;
    padding: 25px 0px 15px 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: 16px;
    border-bottom: 1px solid #ccc;
}
.preloginLettesSec .ListAssign {
    flex-wrap: wrap;
    flex: 1 1;
    display: flex;
}
.preloginLettesSec h5.jssh5 {
    color: #333333;
    width: 100%;
    margin: 0;
    display: flex;
    font-size: 15px;
}
.preloginLettesSec .jssAddress {
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 0 !important;
    font-style: normal;
    font-weight: 400;
    color: #808080;
}
.tfabutton .submit-button, .tfabutton .cancel-button {
    font-size: 1rem;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    height: 40px;
    letter-spacing: 1.25px;
    font-family: "Interstate-Regular";
    min-width: 100px;
    border-radius: 4px;
}
.tfabutton .submit-button, .tfabutton .SaveBtnArea button {
    background: #088856 !important;
    border: 1px solid #088856;
    color: #ffffff !important;
    float: right; margin-right:10px;
}
.tfabutton .wizard-button-back, #ResendNewCode {
    margin-right: 9px;
}

.form-group.tfabutton {
    display: flex;
    margin-top: 25px;
    justify-content: flex-end; padding-top:15px;
}
.regis_radioboxtop{
    margin-top:15px;
}

/*css for get app link*/
.get_app {
    display: none;
    padding: 10px 15px;
    background: #fff;
    border-bottom: solid 1px #d1d1d1;
}

.getApp_logo {
    flex: 0 0 30%;
    max-width: 30%;
    float: left;
    padding-right: 5px;
}

    .getApp_logo .brand_logo {
        width: calc(100% - 18px)
    }

    .getApp_logo i {
        font-size: 14px;
        color: #999;
    }

    .getApp_logo img {
        width: 100px;
        max-width: 100%;
        border: solid 1px #d1d1d1;
        padding: 5px;
        border-radius: 4px;
    }

.getApp_text {
    float: left;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}

    .getApp_text p {
        line-height: 16px;
    }

        .getApp_text p span {
            font-size: 11px;
            color: #999999;
        }

.getApp_link {
    float: left;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: right;
    padding: 10px 5px;
}

    .getApp_link a {
        color: #0C75DF;
        padding: 12px 2px;
        display: inline-block;
    }

@media (max-width:767px) {
    .get_app {
        display: block;
    }
    .form-group.tfabutton button {
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 3px;
        width: 44%;
    }
}

@media (max-width: 479px) {
    .mdl-snackbar {
        width: 100%;
        left: 0;
        min-height: 48px;
        max-height: 80px;
    }

    .getApp_logo {
        flex: 0 0 38%;
        max-width: 38%
    }

    .getApp_link {
        flex: 0 0 12%;
        max-width: 12%;
    }
}

/*css for get app link*/

.globalMsg_banner {
    padding: 15px 0;
    background: #daedf2; margin-bottom:30px;
}

    .globalMsg_banner h5 {
        margin-top: 0;
        font-size: 20px;
        letter-spacing: 0.25px;
        line-height: 24px;
        margin: 0px 0px 5px 0px;
        vertical-align: top;
    }

    .globalMsg_banner p {
        font-size: 15px;
        letter-spacing: 0.5px;
        line-height: 24px;
        margin: 0px 0px 0px 0px;
    }

    .globalMsg_banner a, .globalMsg_banner a:hover, .globalMsg_banner a:focus {
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 24px;
        text-decoration: underline;
    }

.msgBannerBox {
    position: relative;
    padding-left: 0px;
}

    .msgBannerBox .close_link {
        position: absolute;
        left: 100%;
    }
.msgBannerBox > .col-md-12{
    padding-left:30px;
}

    .closeBtn_cca {
        color: #003399 !important;
    }
.cannot_login .cannot_reset_des {
    color: #696969;
    margin-top: 20px;
    padding-bottom: 6px;
}
.mdRadio{ padding:10px 0 0; }
    .mdRadio label {
        min-width: 110px; margin-bottom:0;
    }
/*Chatbot CSS*/
.chat-icon {
    position: fixed;
    bottom: 100px;
    right: 20px;
    /*background-color: darkblue;*/
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}

.section-chat {
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: auto;
    height: auto;
    display: none;
    z-index: 4;
}

@media (max-width: 640px) {

    .section-chat {
        position: fixed;
        bottom: 0;
        height: 480px;
        width: 100%;
        max-width: 100%;
        right: 0;
        left: 0;
    }
    .chatBotMsg > div {
        display:inline-block !important;
    }
    .chatBotMsg .material-icons {
        position: relative;
        top: 5px;
    }
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    color: #007A53 !important;
}