﻿body {
    margin: 0px;
    font-size: 14px;
    background-color: #f9f9f9;
    background-image: url('../odalogobackground.png');
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #181818;
}

#cls_red {
    height:5px;
    background-color:red;
    margin-top:10px;
    display:none;
}

#cls_yellow {
    height: 5px;
    background-color: yellow;
    margin-top: 10px;
    display: none;
}

#cls_green {
    height: 5px;
    background-color: green;
    margin-top: 10px;
    display: none;
}



html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    height: 100%;
}

.red {
    color: #d61434;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

.loginHeader {
    font-weight: 500;
    font-size: 1.6rem;
    display: inline-block;
    clear: both;
    margin: 0 0 10px;
    line-height: 1.65;
    color: #181818;    
    padding-top:30px;
}

.nav-page {
    display: none;
}

h1.smaller {
    font-size: 4rem;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.15;
    font-family: Poppins,sans-serif;
    letter-spacing: -1px;
}

blockquote, li, p {
    font-size: 1.8rem;
    margin: 0 0 25px;
}



.imgContianer {
    text-align: center;
    margin-bottom: 10px;
}

#tenantLogo {
    margin: 0 auto;
    width: 111px;
}

.inputCustom {
    border: 1px solid #114aa5;
    background-color: #f4f7f9;
    font-size:100%;
    padding:20px;
    padding-left:10px;
}

.inputContainer{
    position: relative;
}

.loginInputIcon {
    position: absolute;
    top: 8px;
    left: 10px;
    border-width: 0px;
    width: 13px;
    height: 27px;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #D7D7D7;
}

#rememberLogin {
    left: 42px;
}

.btn-primary {
    background-color: #114aa5;
}

.rmbrme {
    padding-top:15px;
    padding-bottom:15px;
    margin-left:-15px;
    width:200px;
}

.joinorrenew {
    padding-top: 25px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.65;
    margin: 0 0 25px;
    color: #181818;
}

    .joinorrenew a {
        color: #09357a;
        text-decoration: underline;
        font-weight: 600;
    }

.loginBtn {
    width: 100%;
    height: 40px;
    background-color: #114aa5 !important;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(121, 121, 121, 1);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.6rem !important;
    font-weight: 600;
    line-height: 1.4;
    color: white;
    cursor: pointer;
    border-radius: 25px;
}

.customBtn {
    min-width: 100px;
    height: 40px;
    background-color: #114aa5 !important;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(121, 121, 121, 1);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.6rem !important;
    font-weight: 600;
    line-height: 1.4;
    color: white;
    cursor: pointer;
    border-radius: 25px;
    line-height: 30px;
}

.customLink {
    color: #4f64ab;
    font-weight: 600;
}

.forgotPassword {
    font-size: 14px;
    color: #4f64ab;
    text-align: center;
    margin-top: -58px;
    float: right;
}

    .forgotPassword a {
        color: #4f64ab;
        font-weight: 600;

    }

.fontWeight400{
    font-weight: 400;
}

#footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color: #114aa5;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-size: 100%;
}

.alignleft {
    float: left;
    padding-top:15px;
}

.alignright {
    float: right;
    padding-top: 15px;
}

.hlink {
    padding-right: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 100%;
}

.hlinkHome {
    color: #fff;
}

.hlinkHome:hover {  
    color: #fff;
}

.hlink:hover {
    color: #fff;
}

.btn-primary:hover {
    color: #09357a;
    background-color: #c1dbeb;
    border-color: #c1dbeb;
}

    .imagelogo{
    margin-top:-60px;
}


.form-check-input {
    height:22px;
    width:22px;
    margin-top:0px;
    margin-left:-7px;
}

.form-check-label {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 24px;
    padding: 0 10px 1px 24px;
}

.form-check {
    padding-top:15px;
    padding-bottom:15px;
}

a.backtomember {
    color: #114aa5;
    text-decoration: underline;
    font-weight: 500;
    line-height: 1.1;
}

.backToMemeberLogin {
    color: #114aa5;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

.summary {
    letter-spacing: 0.5px;
}

.forgot_password_validation {
    padding-left:50px;
}

.alert_custom a {
    font-size: 1.4rem;
    font-weight: 600;
    color: #b44343;
    text-decoration: underline;
}

.alert_custom {
    background-color: rgba(180,67,67,.1);
    padding: 26.66667px;
    color: #b44343;
    font-weight: 500;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width:460px;    
}

.alert_custom ol {
    margin-left:-25px;    
}

    .alert_custom li {
        font-size: 1.4rem;
        font-weight: 500;
        color: #b44343;
        padding: 0 0 0 25px;
        margin-bottom: 0px;
    }

.validation-summary-errors ul {
    list-style: decimal;
    margin-left: 15px;
    padding-left: 0;
}

#loginHelp {
    display: block;
    border: 2px solid #7dc168;
    padding: 20px;
    border-top: 10px solid #7dc168;
    margin-top: 20px;
    font-size: 1.3rem;
    -webkit-box-shadow: 0 4px 6px rgb(0 0 0 / 18%), inset 0 0 0 2px #7dc168;
    box-shadow: 0 4px 6px rgb(0 0 0 / 18%), inset 0 0 0 2px #7dc168;
}

#forgotloginHelp {
    display: block;
    border: 2px solid #7dc168;
    padding: 20px;
    border-top: 10px solid #7dc168;
    margin-top: 20px;
    font-size: 1.3rem;
}

.hlink {
    display: block;
}

#loginContainer {
    width: 400px;
    min-height: 350px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
    margin-top: 80px;
    margin-bottom: 90px;
}

#forgotContainer {
    width: 400px;
    min-height: 350px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
    margin-top: 80px;
    margin-bottom: 90px;
}

.forgotpass {
    padding-left: 50px;
    padding-right: 50px;
}


@media only screen and (min-width: 577px) {
    #loginContainer {
        width: 550px;
        padding: 70px 110px;
    }

    #forgotContainer {
        width: 550px;
        padding: 70px 110px;
    }
}

@media only screen and (min-width: 768px) {
    .hlink {
        display: inline-block;
    }

    #loginContainer {
        margin-bottom: 40px;
    }

    #forgotContainer {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) {
    #loginHelp {
        display: block;
        border: 2px solid #7dc168;
        padding: 20px;
        border-top: 10px solid #7dc168;
        margin-top: 0;
        font-size: 1.3rem;
        width: 250px;
        top: 40px;
        margin-left: 490px;
        background-color: #fff;
        position: absolute;
        letter-spacing: 0.5px;
    }

    #forgotloginHelp {
        display: block;
        border: 2px solid #7dc168;
        padding: 20px;
        border-top: 10px solid #7dc168;
        margin-top: 0;
        font-size: 1.3rem;
        width: 250px;
        top: 40px;
        margin-left: 550px;
        background-color: #fff;
        position: absolute;
        letter-spacing: 0.5px;
    }



    #loginContainer {
        width: 800px;
        min-height: 403px;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #efefef;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        position: relative;
        padding-left: 170px;
        padding-right: 170px;
        padding-top: 50px;
        padding-bottom: 30px;
        text-align: left;
        margin-top: 80px;
        margin-bottom: 20px;
    }

    #forgotContainer {
        width: 800px;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #efefef;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        position: relative;
        padding-left: 120px;
        padding-right: 115px;
        padding-top: 50px;
        padding-bottom: 30px;
        text-align: left;
        margin-top: 80px;
        margin-bottom: 20px;
    }
}

#resetInstructions li {
    font-size: 1em;
    margin: 0;
}

#resetInstructions {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-inline-start: 20px;
}

h1.passwordReset {
    font-size: 4rem;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
    font-family: Poppins,sans-serif;
}

#loadingIconContainer{
    display: none;
}

#renewButton:disabled {
    cursor: default;
    color: #fff;
    border-color: #007bff;
}

#continueButton:disabled {
    cursor: default;
}

#continueButton {
    outline: none;
    border: none;
    background: white;
}