﻿.card-body > form {
    margin-top: 80.15px;
}

.fafa_Icon {
    color: white;
    font-size: 17px;
    padding-right: 13px;
    margin-top: 7px;
}

.login_input_img {
    height: 25px;
    width: 25px;
    filter: invert(1);
    margin-left: -3px;
    margin-bottom: 3px;
    margin-right: 10px;
}

.password {
    max-width: 226px;
    width: 100%;
}

.password_eye {
    cursor: pointer;
    color: dimgray;
    margin-right: 21px;
    font-size: 18px;
}

#hideIcon1 {
    opacity: 0.2;
    filter: invert(1);
    margin-right:5px;
}

#hideIcon2 {
    opacity: 0.2;
    filter: invert(1);
    margin-left: 10px;
}

.hide-div{
    opacity: 0;
    pointer-events: none;
}


.login_password {
    width: 75% !important;
    padding-right:10px;
}

.form-check-sign > .check{
    border: 1px solid #555555 !important;
    border-radius: 2px;
}

.forgot_password {
    display: flex;
    justify-content: center;
    font-family: poppins ;
    font-weight: 500;
    font-size: 16px;
    line-height: 25.6px;
}

.btn-login {
    font-family: poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    text-transform: none;
    cursor:pointer;
    position: relative;
    padding: 12px 30px;
    margin: 0.3125rem 1px;
    text-decoration: none;
    letter-spacing: 0;
    border: 0;
    outline: 0;
}
.btn-login:disabled {
    cursor: unset;
}

.display{
    overflow: hidden;
    text-align: center;
    color: white;
}

.display:before, .display:after{
    background-color: white;
    content:"";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 148px;
}

    .display:before {
        right: 0.5em;
        /*margin-left: -95%;*/
    }

.display:after{
    left: 0.5em;
    /*margin-right: -95%;*/
}

.thrid-party-login {
    color: #88888888;
    font-family: poppins;
    font-weight: 400;
}

.Third-login {
    background: rgba(255,255,255,0.1);
    border-radius: 100%;
    height: 80px !important;
    width: 80px !important;
}

.Thrid-login-font{
    font-family:poppins;
    font-weight:400;
    font-size: 12px;
    line-height: 19.2px;

}

h4{
    display: flex;
    flex-direction: row;
    color: white;

}
    h4:before{
        right: 0.5em
    }
    h4:after{
        left: 0.5em
    }
    h4:before, h4:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid white;
        margin: auto;
        width: 148px;
    }

    h4 > span {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        font-family: poppins
    }

.signUpOrLogin {
    padding-top: 80.15px;
    display: flex;
    justify-content: center;
}

.Thrid-login-select {
    padding-top: 20px;
}

.signUp {
    text-align: center;
    padding-top: 18px;
    font-family:poppins;
    font-weight:500;
    font-size: 16px;
    line-height: 25.6px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    background-color: transparent;
}

::-ms-reveal {
    display: none;
}

.form-check-label{
    font-family: poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 19.2px;
}

.error-msg {
    font-family: poppins;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
}

.error_div {
    text-align: center;
    padding-top: 10px;
}
.form-check-field {
    padding-left: 20px;
    padding-top: 15px;
}

.portal-title {
    text-align: center;
    padding-top: 18px;
    font-family: poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 25.6px;
    color: #FFFFFF;
    margin-bottom: 0;
}

@media only screen and (max-width: 960px) {

    @media only screen and (max-height: 1000px) {
        .image_logo {
            width: 80px !important;
            height: 77.85px !important;
        }

        /*.vcCard {
            max-width: 100%;
            width: 100%;
            max-height: 100%;
            height: 99vh;
        }*/
        .Background {
            padding: 0;
        }

        .TAndC {
            font-size: 12px;
            width: 100%;
            padding-left: 40px;
            padding-right: 40px;
        }

        .forgot_password {
            font-size: 16px;
        }
    }
}

@media only screen and (max-width: 1400px) {
    .Third-login {
        background: rgba(255,255,255,0.1);
        border-radius: 100%;
        height: 50px !important;
        width: 50px !important;
    }

    .fa-type-google {
        background-size: 30px 30px;
    }

    .fa-type-apple {

        background-size: 30px 30px;
       
    }

    .fa-type-facebook {
        background-size: 30px 30px;
    }

    .fa-type-8excite {
        background-size: 30px 30px;
    }

    .Third-login-div{
        padding-left: 10px;
    }

    h4:before, h4:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid white;
        margin: auto;
        width: 100px;
    }

    
    .signUpOrLogin {
        padding-top: 30px;
        display: flex;
        justify-content: center;
    }

    .Thrid-login-select {
        padding-top: 10px;
        /*margin-bottom: -50px;*/
        margin-bottom: -35px;
    }

    .Thrid-login-font {
       
        line-height: 5px;
    }

 .password_eye{
     padding-left: 0px;
 }
    
    .Confirm_title {
       padding-top: 50px;
    }
    .ConfirmEmail-card-body {
        padding-bottom: 30%;
    }

    

    .btn-login {
        padding: 5px;
    }

    .signUp {
        padding-top: 8px;    
        font-size: 13px;
    }
    .forgot_password {
        font-size: 13px;
    }


    h4 > span, .TAndC {
        font-size: 12px;
    }

    .form-check-field {
        padding-top: 5px !important;
    }
    .error-msg {       
        font-size: 12px;
    }
    .error_div {
      
        padding-top: 0;
    }

    /*===============External Login Confirm==========================*/

    .Notice_error_msg {
      
        font-size: 12px;
        padding-bottom: 30px
    }
    /*===============================================================*/

    /*================Login Failure================================*/
    .login-failure {
        height: 600px !important;
    }

    /*================================================================*/
    .fafa_Icon {
        margin-top: 5px;
    }
}

@media only screen and (max-height: 920px) {
    .Third-login {
        background: rgba(255,255,255,0.1);
        border-radius: 100%;
        height: 50px !important;
        width: 50px !important;
    }

    .fa-type-google {
        background-size: 30px 30px;
    }

    .fa-type-apple {
        background-size: 30px 30px;
    }

    .fa-type-facebook {
        background-size: 30px 30px;
    }

    .fa-type-8excite {
        background-size: 30px 30px;
    }

    .Third-login-div {
        padding-left: 10px;
    }

    h4:before, h4:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid white;
        margin: auto;
        width: 100px;
    }


    .signUpOrLogin {
        padding-top: 30px;
        display: flex;
        justify-content: center;
    }

    .Thrid-login-select {
        padding-top: 10px;
        /*margin-bottom: -50px;*/
        margin-bottom: -35px;
    }

    .Thrid-login-font {
        line-height: 5px;
    }

    .password_eye {
        padding-left: 0px;
    }

    .Confirm_title {
        padding-top: 50px;
    }

    .ConfirmEmail-card-body {
        padding-bottom: 30%;
    }   



    .btn-login {
        padding: 5px;
    }

    .signUp {
        padding-top: 8px;
        font-size: 13px;
    }

    .forgot_password {
        font-size: 13px;
    }


    h4 > span, .TAndC {
        font-size: 12px;
    }

    .form-check-field {
        padding-top: 5px !important;
    }

    .error-msg {
        font-size: 12px;
    }

    .error_div {
        padding-top: 0;
    }

    /*===============External Login Confirm==========================*/

    .Notice_error_msg {
        font-size: 12px;
        padding-bottom: 30px
    }
    /*===============================================================*/

    /*================Login Failure================================*/
    .login-failure {
        height: 600px !important;
    }

    /*================================================================*/
}




    /*============================*/
    @font-face {
        font-family: poppins;
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        src: url("/fonts/Poppins-Medium-500.ttf") format('truetype');
    }

    @font-face {
        font-family: poppins;
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src: url("/fonts/Poppins-Regular-400.ttf") format('truetype');
    }

    @font-face {
        font-family: poppins;
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        src: url("/fonts/Poppins-SemiBold-600.ttf") format('truetype');
    }

    @font-face {
        font-family: 'poppins';
        font-weight: 300;
        font-style: italic;
        font-display: swap;
        src: url("/fonts/Poppins-Light-300.ttf") format('truetype')
    }
