﻿.logo-image {
    max-width: 350px;
    max-height: 184px;
    content: url(../images/LogoNew_cropped.png);
}


.asi-login-form-link {
    font-size: 14px;
    line-height: 1.7;
    color: rgb(255, 255, 255);
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

    .asi-login-form-link:focus {
        outline: none !important
    }

    .asi-login-form-link:hover {
        text-decoration: none;
        color: var(--bas-secondary);
    }


.asi-login-form-text {
    font-size: 14px;
    line-height: 1.7;
}

.asi-login-form-ul,
.asi-login-form-li {
    margin: 0;
    list-style-type: none
}

.asi-login-form-input {
    outline: none;
    border: none
}

.asi-login-form-textarea {
    outline: none;
    border: none
}

    .asi-login-form-textarea:focus,
    .asi-login-form-input:focus {
        border-color: transparent !important
    }

        .asi-login-form-input:focus::-webkit-input-placeholder {
            color: transparent
        }


.asi-login-form-input::-webkit-input-placeholder {
    color: #adadad
}



.asi-login-form-button {
    outline: none !important;
    border: none;
    background: 0 0;
}

.asi-login-form-butto:hover {
    cursor: pointer
}

.asi-login-form-iframe {
    border: none !important
}

.txt1 {
    font-size: 13px;
    color: #666;
    line-height: 1.5
}

.txt2 {
    font-size: 13px;
    color: #333;
    line-height: 1.5
}

.limiter {
    width: 100%;
    margin: 0 auto
}

.asi-login-container {
    width: 100%;
    min-height: 98vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    /* background: #f2f2f2; Make Generic*/
    z-index: 9000;
}

.asi-login-wrap {
    width: 440px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 33px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    z-index: 9001;
}

.asi-login-form {
    width: 100%;
    transition: all 0.2s;
    z-index: 9002;
}

.asi-login-form-title {
    display: block;
    font-size: 30px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .asi-login-form-title i {
        font-size: 60px
    }

.asi-login-wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 37px
}

.asi-login-input {
    font-size: 15px;
    color: #555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: 0 0;
    padding: 0 5px
}

.focus-input-underline {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.focus-asi-login-input::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    /*width: 0;*/
    height: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    /*background: var(--bs-secondary);  Make Generic*/
}

.focus-asi-login-input::after {
    font-size: 15px;
    color: #999;
    line-height: 1.2;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0;
    padding-left: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.asi-login-input:focus + .focus-asi-login-input::after {
    top: -15px
}

.asi-login-input:focus + .focus-asi-login-input::before {
    width: 100%
}

.has-val.asi-login-input + .focus-asi-login-input::after {
    top: -15px
}

.has-val.asi-login-input + .focus-asi-login-input::before {
    width: 100%
}



.asi-login-container-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px
}

.asi-login-wrap-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto
}

.asi-login-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: var(--bs-primary); /* Make Generic*/
    top: 0;
    left: -100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.asi-login-form-btn {
    font-size: 15px;
    color: #FFFFFF; /*Make Generic*/
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    transition: all .2s;
}



    .asi-login-form-btn:hover {
        font-size: 16px;
    }

.text-footer {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

#text-check:checked ~ .validate-form {
    transform: translateX(-400px);
}

#email-check:checked ~ .validate-form {
    transform: translateX(-400px);
}

#text-check:checked ~ .validate-text {
    display: block;
    transform: translateX(-660px);
}

#email-check:checked ~ .validate-email {
    transform: translateX(-320px);
}






#authapp-check:checked ~ .validate-form {
    transform: translateX(-400px);
}

#other-check:checked ~ .validate-form {
    transform: translateX(-400px);
}

#authapp-check:checked ~ .validate-authapp {
    display: block;
    transform: translateX(-990px);
}

#other-check:checked ~ .validate-other {
    transform: translateX(-1320px);
}

#forgotpass-check:checked ~ .validate-form {
    display: block;
    transform: translateX(-400px);
}

#forgotpass-check:checked ~ .forgotpass-codescreen {
    display: block;
    transform: translateX(-330px);
}




#text-check {
    display: none;
}

#email-check {
    display: none;
}

#authapp-check {
    display: none;
}

#other-check {
    display: none;
}

#forgotpass-check {
    display: none;
}

.forgotpass-codescreen {
    transform: translateX(400px);
    transition: all .2s;
}

.validate-text {
    transform: translateX(400px);
    /* display: none; */
    transition: all .2s;
}

.validate-email {
    transform: translateX(800px);
    transition: all .2s;
}

.validate-authapp {
    transform: translateX(1200px);
    transition: all .2s;
}

.validate-other {
    transform: translateX(1600px);
    transition: all .2s;
}

.verify-flex {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 100% 100% 100% 100% 100%;
}

.forgotpass-grid {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 100% 100%;
}


/*Validation markers*/

.asi-login-mark-required::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Required";
}

.asi-login-mark-name-required::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Name is required";
}

.asi-login-mark-password-mustmatch::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Passwords must match";
}

.asi-login-mark-email-invalid::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Email format invalid";
}

.asi-login-mark-password-tooshort::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: ""
}

.asi-login-mark-password-nonumber::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Password must contain one number"
}

.asi-login-mark-password-nouppercase::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Password must contain one upper case letter"
}

.asi-login-mark-password-nolowercase::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Password must contain one lower case letter"
}

.asi-login-mark-password-nospecialcharacter::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Password must contain one special character"
}





/*GENERIC EMBED ALERTS*/

.asi-login-embed-alert-generic-error::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    transition: all .4s;
    content: "An error occured, try again later";
}



/*LOGIN EMBED ALERTS*/

.asi-login-embed-alert-login-fail::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Incorrect Username or Password";
}




/*REGISTER EMBED ALERTS*/

.asi-login-embed-alert-verify-fail::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Invalid security Code.";
}

.asi-login-embed-alert-register-username-fail::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Username already in use";
}

.asi-login-embed-alert-register-email-fail::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Email already in use";
}

/*VERIFY EMBED ALERTS*/

.asi-login-embed-alert-verify-fail::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Invalid security Code.";
}



.transition-helper {
    transition: all 4s
}


.asi-login-embed-alert-changepassword-fail::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Old password is incorrect";
}


.asi-login-embed-alert-locked-out::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Account is locked out or deactivated";
}

.asi-login-embed-alert-server-fail::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "Server Error";
}

.asi-login-embed-alert-client-exception-fail::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "An exception occured, try again later";
}

.asi-login-embed-alert-client-unauthorized::before {
    color: red;
    font-size: 15px;
    line-height: 1.6;
    content: "You are unauthorized to perform this action";
}


/*TOOL TIP*/

.asi-login-tooltip {
    /*    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;*/
}


    .asi-login-tooltip .asi-login-tooltiptext {
        visibility: hidden;
        width: 220px;
        background-color: #FFFFFF;
        color: #000000;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 120%;
        left: 50%;
        margin-left: -70px;
        opacity: 0;
        transition: opacity .3s;
        -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, .1);
    }

        .asi-login-tooltip .asi-login-tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #FFFFFF transparent transparent transparent;
        }

    .asi-login-tooltip:hover .asi-login-tooltiptext {
        visibility: visible;
        opacity: 1;
        font-size: 6px;
    }
