﻿


#login_view {
    width: 100%;
    height: 100%;
}

#image_container {
    position: relative;
    overflow: hidden;
}

#homepage_image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/portal_background_2026.png');
    z-index: -1;
}

#back_to_home_container {
    padding-top: 63.2px;
    height: 25.2px
}

#back_to_home_container a {
    margin-left: 20px;
    text-decoration: none;
    color: var(--secondary-black-color);
    font-weight: 600;
    font-size: 16px;
}

#back_to_home_container i {
    padding: 5px;
    border: 1.6px solid var(--secondary-black-color);
    background: white;
    border-radius: 50px;
    margin-right: 13.2px;
    color: var(--secondary-black-color);
    font-size: 17.8px;
    font-weight: 600;
}

#back_to_home_container a:hover {
    color: var(--main-blue-color);
}

#back_to_home_container a:hover i {
    color: var(--main-blue-color);
    border-color: var(--main-blue-color);
}

#On_top_of_video_container {
    /*width: 500px;*/
    /*    margin: 0 auto;
    margin-top: 92.6px;
    text-align: center;
    border: unset;*/
    display: flex;
    justify-content: center;
    margin-top: 120px;
    border: unset;
}

#login_container {
    width: 792px;/*width: 417px;*/
    margin: 0 auto;
    padding: 31.9px 0px 64.1px 0px;
    background: rgba(255, 255, 255, .9);
}

#login_top_container{
    text-align: center;
    padding: 0 23.5px;
}

#logo_container {
    margin: 0 auto 0 auto;
    display: block;
}

#logo_container img{
    opacity: 1;
    width: 230px;
    height: 97.89px;
}

#logo_container h1{
    margin: 15px 0 21px 0;
    color: black;
    font-weight: 500;
    font-family: 'FK Display';
}

#login_bottom_border {
    border-bottom: 1px solid #979797;
    margin-bottom: 24px;
}

#Outer_lock_container p {
    color: #4A4A4A;
    /*font-family: Roboto;*/
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
    position: relative;
    top: 5px;
}

#create_account p, #Order_form p, #Order_form_mobile p{
    color: #4A4A4A;
    /*font-family: Roboto;*/
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
}

#Order_form p {
    width: 209px;
}

#create_account p span{
    display: inline-block;
    width:5px;
    height: 5px;
    background: black;
    border-radius: 50px;
    margin-right: 5px;
    vertical-align:middle
}




#login_inner_container {
    display: flex;
    justify-content: center;
    gap: 50px;
}

#login_line {
    display: block;
    border-left: 1px solid #979797;
}

#login_left_container{
   
}

#left_p_header, #right_p_header {
    color: var(--secondary-black-color);
/*    font-family: Roboto;*/
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 18px;
}

#already_account_p {
    color: #4A4A4A;
/*    font-family: Roboto;*/
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 19px;
}

#Outer_lock_container {
    min-height: 150px;
}
/*Auth0 setting overriding start...*/
.auth0-lock-header {
    display: none !important;
}

.auth0-lock.auth0-lock .auth0-lock-header {
    padding: 11px !important;
}

.auth0-lock-cred-pane {
    background: rgba(255, 255, 255, 0.01) !important;
}

.auth0-lock.auth0-lock .auth0-lock-content {
    padding: unset !important;
    padding-right: 44px !important;
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap{
    border:none !important;
}

/*.auth0-lock-content {
    min-height: 139px !important;
}*/

.auth0-lock-input-email {
    margin-bottom: 15px !important;
}

.auth0-lock-input-wrap {
    background: var(--main-blue-color) !important;
    border-radius: unset !important;
}

.auth0-lock-input-wrap input{
    border: 1px solid #9B9B9B !important;
    border-radius: unset !important;
    min-width: 218px !important;
    font-size: 15px !important;
}

#lock_container .auth0-lock-input-wrap path { /*Changing the color of the image in the box before the input text area*/
    fill: white !important;
}

.auth0-lock-submit {
    background: none !important;
    width: 256px !important;
    height: 47.9px !important;
/*    margin: 10px auto 0 auto !important;*/
    margin-top: 35px !important;
    padding: unset !important;
    padding: 0 !important;
    border-radius: 4px !important;
}

.auth0-label-submit {
    font-family: 'aeonik-regular' !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    background: var(--main-blue-color);
    width: inherit;
    height: 20px !important;
    border-radius: 4px;
    line-height: 20px !important;
    padding: 15px 0px;
    transition: unset !important;
}

.auth0-label-submit:hover {
    background: black !important;
}

.auth0-label-submit:active {
    background: black !important;
}

.auth0-label-submit span {
    display: none !important;
}

/*Last login area...*/
.auth0-lock-last-login-pane p{
    color: black !important;
    font-size: 15px !important;
}

.auth0-lock-social-button {
    background: var(--main-blue-color) !important;
}

.auth0-lock-social-button:hover {
    background: black !important;
}

.auth0-lock-social-button:active {
    background: black !important;
}

.auth0-lock-last-login-pane {
    font-family: 'aeonik-regular' !important;
}

.auth0-lock-alternative-link {
    color: var(--main-blue-color) !important;
    padding: unset !important;
    text-decoration: none !important;
}

.auth0-lock-alternative-link:hover {
    color: black !important;
}

.auth0-lock-alternative-link:active {
    color: black !important;
    text-decoration: none !important;
}

/*Auth0 setting overriding end...*/

#forgot_password {
    color: var(--main-blue-color);
    font-size: 15px;
    border-radius: 5px;
    width: 215px;
    margin: 11.1px 0 0 0;
    /*    margin: 11.1px auto 57px auto;*/
    cursor: pointer;
}

#forgot_password:hover {
    color: black;
}

#forgot_password:active {
    color: black;
}

#create_account {
    margin: 0px 0px 66px 0px;
}

#create_account p, #Order_form p {
    margin: unset;
    font-size: 16px;
}

#arrow_container {
    margin-right: 25px;
    position: relative;
    top: 1px;
}

#arrow_0 {

    display: inline-block;
    position: relative;
    left: 18px;
    top: 2px;
    border-top: 10px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 10px solid white;
    border-radius: 3px;
}

#arrow_1 {
    content: "";
    display: inline-block;
    position: relative;
    left: 8px;
    border-top: 3px solid white;
    border-right: 3px solid white;
    border-left: none;
    border-bottom: none;
    border-radius: 3px;
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255, .0);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

#arrow_2 {
    content: "";
    display: inline-block;
    border-top: 3px solid white;
    border-right: 3px solid white;
    border-left: none;
    border-bottom: none;
    border-radius: 3px;
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255, .0);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

#create_account_bt_text{
    padding-right: 20px
}

#create_account button {
    background: var(--secondary-black-color);
    font-size: 18px;
    font-weight: 500;
    color: white;
    width: 256px;
    height: 47.9px;
    border: none;
    border-radius: 4px;
    margin: 16px auto 0px auto;
}

#Order_form button, #Order_form_mobile button {
    background: white;
    font-size: 18px;
    color: var(--secondary-black-color);
    width: 209px;
    height: 47.9px;
    font-weight: 500;
    border: 1px solid var(--color-brand-neutral);
    border-radius: 4px;
    margin: 16px auto 0px auto;
}

#create_account button:hover {
    background: var(--main-blue-color);
    font-size: 18.5px;
    color: var(--white-color);
}

#Order_form button:hover, #Order_form_mobile button:hover {
    color: var(--white-color);
    font-size: 18.5px;
    border-color: var(--secondary-black-color);
    background: var(--secondary-black-color);
}

#create_account button:active {
    background: var(--main-blue-color);
}

#Order_form button:active, #Order_form_mobile button:active {
    color: var(--white-color);
    border-color: var(--secondary-black-color);
    background: var(--secondary-black-color);
}

/*Styles for "Need to reset your password?"*/
#get_email_overlay {
    width: 100%;
    height: 100%;
    background: black;
    opacity: .8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

#get_email_container {
    text-align: center;
    width: 631px;
    position: absolute;
    top: 330px;
    z-index: 100000000;
    background: rgba(255, 255, 255, 1);
}

#get_email_text {
    position: relative;
    background: var(--secondary-black-color);
    padding: 0px 25px 30px 25px;
    font-size: 18px;
    line-height: 26px;
    color: white;
}

#go_back {
    position: relative;
    top: -0px;
    left: 296px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: var(--third-gray-color);
    border: none;
    color: white;
    font-size: 16px;
}

#go_back:hover {
    background: var(--secondary-black-color);
}

#go_back:active {
    background: var(--secondary-black-color);
}

#forgot_message_container {
    width: 440px;
    color: #4a4a4a;
    margin: 10px auto 0px auto;
}

#forgot_message_p1 {
    font-size: 24px;
    line-height: 26px;
    padding-top: 10px;
}

#forgot_message_p2 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 5px
}

#Problem {
    padding: 0px 20px;
    font-size: 20px;
    margin-bottom: 56px;
}

#email_input_container {
    margin: 50px auto 0px auto;
}

#email_input_container svg {
    position: relative;
    left: 4px;
    display: inline-block;
    width: 20px;
    padding: 15px 10px;
    background: var(--main-blue-color);
}

#email_input_container path{
    fill: white;
}

#email_input_container input{
    position: relative;
    vertical-align:top;
    right: 0px;
    border: 1px solid #9B9B9B;
    width: 300px;
    height: 41px;
    padding: 0px 5px 0px 5px
}

#disclaimer{
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
}

#disclaimer p{
    padding: 0 30px;
    text-align: center;
}

#disclaimer a{
    color: var(--main-blue-color);
}

#disclaimer a:active,#disclaimer a:hover {
    color: var(--secondary-black-color);
}

#btn_send_pass_email, #btn_close {
    display: inline-block;
    border: none;
    border-radius: 5px;
    background: var(--main-blue-color);
    color: white;
    width: 187.9px;
    height: 47.9px;
    margin: 50px 0px 37.1px 0px;
    text-align: center;
    padding: 0px 70px;
    font-size: 15px;
    letter-spacing: -0.17px;
}

#btn_send_pass_email:hover, #btn_close:hover {
    background: var(--secondary-black-color);
}

#btn_send_pass_email:active, #btn_close:active {
    background: var(--secondary-black-color);
}

/*Styles for Loading screen...*/
#loading_view {
    background: var(--main-blue-color);
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
}

#img1_container {
    margin: 300px 0px 0px 0px;
    text-align:center
}

#loading_text {
    color: white;
    font-size: 34px;
    font-family: 'aeonik-regular';
}

#loading_error {
    color: #ED7804;
    font-size: 20px;
    padding-top: 10px;
}

#preview-area {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

#spinners {
    display:inline-block;
    width: 140px;
    height: 140px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#spinners li {
    height: 140px;
    width: 140px;
    right: 0;
    left: 0;
    z-index: 10;
    margin-right: 40px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0;
    transition: all 0.3s ease-in-out 0;
}

#spinners .chasing-dots {
    position: relative;
    text-align: center;
    margin-right: 30px;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear
}

.chasing-dots .dot1, .chasing-dots .dot2 {
    width: 73.5px;
    height: 73.5px;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: white;
    border-radius: 100%;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out
}

.chasing-dots .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {
    0%, 100% { -webkit-transform: scale(0) }
    50% { -webkit-transform: scale(1) }
}

@keyframes bounce {
    0%, 100% { 
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

#Order_form_mobile {
    display: none;
}

#Order_form_mobile div {
    width: 300px;
    margin-top: 40px
}

@media only screen and (max-width: 730px) {
    #On_top_of_video_container{
        margin-top: 30px;
    }

    #get_email_container {
        width: 80%;
        top: 400px;
    }
    #go_back{
        left: 51.5%
    }
    #email_input_container input{
        width: 70%;
    }
    #disclaimer p {
        padding: 10px 20px 55px 20px;
    }
    #login_inner_container {
        display: block;
    }
    #Order_form{
        display: none;
    }
    #Order_form_mobile {
        display: block;
    }
    #login_left_container, #login_right_container, #Order_form_mobile {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 400px) {
    #homepage_image {
        display: none;
    }

    #back_to_home_container {
        padding-top: 20px;
    }

    #back_to_home_container a {
        margin-left: 10px;
        font-weight: 600
    }

    #On_top_of_video_container {
        width: 325px;
        margin: 0px 0px 0px 0px;
    }

    #login_container {
        width: 325px;
        margin-top: 50px;
        padding-top: unset;
    }

    #get_email_container {
        width: inherit;
        top: 310px;
    }

    #go_back {
        left: 142px;
    }

    #forgot_message_container {
        width: inherit;
    }

    #email_input_container input {
        width: 260px;
    }

    #disclaimer p {
        padding: 0 10px;
    }

    #create_account {
        padding-left: 10px
    }

    #img1_container {
        margin: 50px 0px 0px 0px;
    }

    #loading_text {
        font-size: 30px;
    }
}