/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

* {
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Noto Sans', 'Open Sans';
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



.login-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    min-height: 100vh;
}

.login-left {
    background: #070353;
    padding: 7% 3vw 14% 3vw;
    flex: 0 0 41.5%;
    /* box-shadow: -20px 0px 70px 100px rgb(0 0 0 / 10%); */
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
 

.login-left-circles {
    position: absolute;
    inset-inline-end: 0;
    top: 53%;
    max-width: 80%;
    text-align: end;
    display: none;
}

.login-right {
    flex: 1;
    background: #ffffff;
    padding: 12% 3vw 0px 3vw;
}

.login-left-title {
    font-size: 48px;
    color: white;
    font-weight: 200;
    line-height: 1.5;
}

.login-left-content {
    color: white;
    font-size: 22px;
    line-height: 1.6;
    max-width: 70%;
    margin-top: 20px;
    display: none;
}

header.header-simple {
    text-align: end;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 41.5%;
    padding: 45px 3vw;
    z-index: 4;
}

.login-width {
    max-width: 545px;
    margin: auto;
}

.signup-width {
    width: 90%;
    margin: auto;
    max-width: 700px;
}

.login-width-2 {
    margin: auto;
    max-width: 710px;
    width: 100%;
}

.login-form-title {
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 80px;
    color: #070353;
    text-align: center;
    font-weight: 300;
}

.login-input label {
    display: block;
    font-size: 14px;
    color: #425466;
    margin-bottom: 3px;
}

.login-input input {
    width: 100%;
    outline: none;
    border: 0px;
    border-bottom: 1px solid #070353;
    line-height: 44px;
    height: 46px;
    margin-top: 5px;
    background: #FFFFFF;
    /* Input/Default */
    box-shadow: none;
    border-radius: 6px;
    color: #070353;
    font-size: 18px;
    padding: 0px 0px;
    box-shadow: none;
    border-radius: 0px;
    font-family: 'Noto Sans', 'Open Sans';
    background: white;
    box-shadow: none;
    font-weight: 300;
}

.login-input input:-webkit-autofill {
    font-size: 1rem;
}

.login-input input:-webkit-autofill::first-line {
    font-size: 1rem;
}

.login-input {
    margin-top: 30px;
    position: relative;
}

.login-buttons {
    margin-top: 40px;
    text-align: center;
    display: table;
    width: 100%;
}
.header-logo img {
    height: 60px;
}
.login-input input:-webkit-autofill,
.login-input input:-webkit-autofill:hover,
.login-input input:-webkit-autofill:focus {
    /* -webkit-box-shadow: 0px 1px 2px rgb(50 50 71 / 8%), 0px 0px 1px rgb(50 50 71 / 20%), 0 0 0px 1000px #ffffff inset !important; */
    -webkit-box-shadow: inset 0px 0px 200px 0px white;
}

.login-input input::placeholder {
    color: #070353;
}

.under-input {
    font-size: 14px;
    padding: 12px 0;
    color: #070353;
    /* text-align: center; */
}

a.under-login {
    display: table;
    margin: 20px auto 30px;
}

a.under-login+a.under-login {
    margin-top: 0px;
}

button#login-submit {
    text-align: center;
    background: #070353;
    cursor: pointer;
    line-height: 59px;
    outline: none;
    border: 0px;
    font-style: normal;
    font-weight: 200;
    font-size: 23px;
    color: white;
    position: relative;
    margin: 0px auto 30px;
    display: table;
    padding: 0px 32px;
    border-radius: 17px;
    transition: 0.2s all ease;
    font-family: 'Noto Sans', 'Open Sans';
}

button#login-submit:hover {
    background: white;
    box-shadow: inset 0px 0px 1px 1px #070353;
    color: #070353;
}

.login-via {
    text-align: center;
    font-family: Inter;
    color: #718096;
    font-size: 10px;
    margin: 30px 0px;
}

.login-via-google {
    margin: 30px auto;
    display: table;
    background: #FFFFFF;
    /* Shadow/shadow-sm */
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2), 0px 1px 3px rgba(50, 50, 71, 0.1);
    border-radius: 8px;
    width: 68px;
    height: 55px;
    display: flex;
    cursor: pointer;
    position: relative;
}

.login-via-google img {
    margin: auto;
}

.login-via-google:active {
    top: 2px;
}

button#login-submit:active {
    top: 2px;
}

button.button:active {
    top: 1px;
}

.login-via-hr:after {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    inset-inline-end: 0;
    width: 100%;
    margin: auto;
    height: 1px;
    background: #EDF2F7;
    content: '';
}

.login-via-hr {
    position: relative;
}

.login-via-hr span {
    background: #f7fafc;
    position: relative;
    z-index: 2;
    padding: 0px 20px;
}




.form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.form-row.no-space {
    justify-content: flex-start;
}

.form-row+.form-row {
    margin-top: 0px;
}

.form-row+.form-row.clone {
    margin-top: 20px;
}

form.signup .login-form-title {
    margin-bottom: 30px;
}

.input-error {
    font-size: 12px;
    color: red;
    font-weight: 700;
    position: absolute;
    top: calc(100% + 5px);
    inset-inline-start: 3px;
}


.col-100 {
    flex: 0 0 100%;
}

.col-space-50 {
    flex: 0 0 100%;
    height: 30px;
}

.col-40 {
    flex: 0 0 calc(40% - 20px);
}

.col-20 {
    flex: 0 0 calc(20% - 20px);
}

.col-third {
    flex: 0 0 calc(100% / 3 - 20px);
}

.col-50 {
    flex: 0 0 calc(50% - 20px);
}

.col-25 {
    flex: 0 0 calc(25% - 20px);
}

a.under-login {
    color: #070353;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    font-weight: 300;
}

.login-form-subtitle {
    text-align: start;
    line-height: 1.4;
    padding: 0px 10%;
    font-size: 18px;
    font-weight: 300;
    color: #070353;
}








/* OLD NOTIFICATION STYLES - MOVED TO notifications.css */
/*
div#notifier {
    position: fixed;
    bottom: 0px;
    inset-inline-end: 0px;

    z-index: 20;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 60px);
    overflow: hidden;
    padding: 30px;
}

.notifier-item {
    background: white;
    padding: 20px;
    border-radius: 3px 3px 0px 0px;
    display: flex;
    font-size: 16px;
    box-shadow: 0px 4px 10px -3px rgb(0 0 0 / 35%);
    transition: 0.5s all ease;
    opacity: 0;
    transform: translateY(-12px);
    border-bottom: 2px solid;
    cursor: pointer;
    width: 300px;
    max-width: 90vw;
}

.notifier-icon {
    margin: -2px 10px -10px -7px;
    flex: 0 0 14px;
    font-size: 24px;
    margin-inline-end: 10px;
    margin-inline-start: -7px;
}

.notifier-item.active {
    opacity: 1;
    transform: none;
}

div#notifier .notifier-item .notifier-item-close {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    padding: 10px;
}

div#notifier .notifier-item {
    margin-top: 10px;
    position: relative;
}

.notifier-msg {
    font-weight: 600;
    line-height: 1.4;
    font-weight: 600;
}

.notifier-item.success {
    border: 0px;
    border-bottom: 4px solid;
}

.notifier-item.success .notifier-msg {
    font-weight: 400;
}
*/






.side-bubble {
    position: absolute;
    margin: auto;
    /* animation: pulse-1 10s infinite; */
    z-index: -1;
}

.side-bubble.bubble-1 {
    inset-inline-start: 40%;
    top: 70%;
    animation: pulse-1 10s infinite;
}

.side-bubble.bubble-5 {
    top: -150px;
    inset-inline-end: 20%;
    animation: pulse-2 10s infinite;
}

.side-bubble.bubble-2 {
    top: 18%;
    inset-inline-start: 44%;
    animation: pulse-2 6s infinite;
}

.side-bubble.bubble-3 {
    top: 21%;
    inset-inline-end: 11%;
    animation: pulse-3 7s infinite;
}

.side-bubble.bubble-6 {
    bottom: -50px;
    inset-inline-start: 10%;
    animation: pulse-2 10s infinite;
}

.side-bubble.bubble-4 {
    inset-inline-end: 10%;
    top: 61%;
    animation: pulse-1 9s infinite;
}




@keyframes pulse-1 {
    from {
        transform: scale(1);
        opacity: 1;
    }

    15% {
        transform: scale(0.8) translateY(20%) translateX(50%);
        opacity: 1;
    }

    50% {
        transform: scale(1) translateX(22%) translateY(-30%);
        opacity: 1;
    }

    90% {
        transform: scale(1.1) translateY(10%) translateX(-20%);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


@keyframes pulse-2 {
    from {
        transform: scale(1);
        opacity: 1;
    }

    15% {
        transform: scale(1.1) translateY(20%) translateX(10%);
        opacity: 1;
    }

    50% {
        transform: scale(1) translateX(-10%) translateY(-1%);
        opacity: 1;
    }

    90% {
        transform: scale(0.98) translateY(10%) translateX(20%);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


@keyframes pulse-3 {
    from {
        transform: scale(1);
        opacity: 1;
    }

    15% {
        transform: scale(0.8) translateY(30%) translateX(10%);
        opacity: 1;
    }

    50% {
        transform: scale(1) translateX(-1%) translateY(21%);
        opacity: 1;
    }

    90% {
        transform: scale(1.2 translateY(-10%) translateX(-10%));
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


@keyframes pulse-4 {
    from {
        transform: scale(1);
        opacity: 1;
    }

    15% {
        transform: scale(1.1) translateY(20%) translateX(10%);
        opacity: 1;
    }

    50% {
        transform: scale(1) translateX(-10%) translateY(-1%);
        opacity: 1;
    }

    90% {
        transform: scale(0.8) translateY(10%) translateX(20%);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


@keyframes pulse-5 {
    from {
        transform: scale(1);
        opacity: 1;
    }

    15% {
        transform: scale(0.8) translateY(20%) translateX(-20%);
        opacity: 1;
    }

    50% {
        transform: scale(1) translateX(1%) translateY(20%);
        opacity: 1;
    }

    90% {
        transform: scale(1.2) translateY(-10%) translateX(20%);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}



@keyframes pulse-6 {
    from {
        transform: scale(1);
        opacity: 1;
    }

    15% {
        transform: scale(0.8) translateY(20%) translateX(-20%);
        opacity: 1;
    }

    50% {
        transform: scale(1) translateX(1%) translateY(20%);
        opacity: 1;
    }

    90% {
        transform: scale(1.2) translateY(-10%) translateX(20%);
        opacity: 1;
    }

    100% {
        transform: scale(1);

        opacity: 1;
    }
}
.toggle-password i{
    color: #070353;
}
.toggle-password{
    position: absolute;
    inset-inline-end: 0px;
    top: 20px;
}

.login-form-title-mobile{
    display: none;
}
[dir="rtl"] .login-left {
    order: 2;
}


.divider-wrapper {
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    font-weight: 400;
    margin: 0 auto;
    padding: 24px;
    align-items: center;
    justify-content: center;
    width: -webkit-fill-available;
    vertical-align: baseline;
}

.divider-wrapper:before,
.divider-wrapper:after {
    content: "";
    border-bottom: 1px solid #c2c8d0;
    flex: 1 0 auto;
    margin: 0 8px;
}
.logo-lottie-cont {
    /* height: 660px; */
    /* overflow: hidden; */
    position: relative;
    width: 100%;
    display: block;
}

div#lottie {
    /* position: absolute; */
    top: 0;
    bottom: 0;
    margin: 12% auto -500px;
    display: block;
    width: 100%;
    height: 100%;
    transform: translateY(-21%);
}

div#lottie > svg {
    width: 405px !important;
    height: 720px !important;
    margin: auto;
    display: table;
}


.button {
    display: inline-block;
    cursor: pointer;
}

.login-buttons p {
    font-weight: 300;
    font-size: 18px;
    margin: 40px auto;
    color: #070353;
}

.login-buttons p a {
    color: inherit;
}

.show-password, .hide-password {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/images/app/eye_open.svg');
    position: absolute;
    top: 0;
    bottom: 0;
    inset-inline-end: 0;
    background-size: contain;
    margin: auto;
    z-index: 2;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    padding: 10px;
    border: 0;
    outline: none;
}

.hide-password {
    background-image: url('/images/app/eye_closed.svg');
    width: 20px;
    height: 20px;
}
.hide-password:after {
    content: '';
    position: absolute;
    inset-inline-start: -20%;
    top: 0;
    bottom: 0;
    inset-inline-end: 0;
    width: 140%;
    height: 2px;
    background: #070353;
    display: block;
    margin: auto;
    transform: rotate(15deg);
}
button.button.blue {
    margin: 30px auto 10px;
    border-radius: 10px;
    padding: 0px 20px;
    width: auto;
    display: table;
    line-height:50px;
    height:50px;
    font-size: 18px;
}
.mobile-only {  display:none; }

.popup-inner {
    background: white;
    width: 730px;
    padding: 60px 80px;
    margin: auto;
    border: 1px solid #ddd;
    box-shadow: 0px 10px 50px -10px rgb(0 0 0 / 30%);
    max-width: 90vw;
    position: relative;
    border-radius: 18px;
}
@media (max-width:767px) {
    
    .logo-lottie-cont { display:none; }
    
    .popup-inner {
        padding: 30px 30px;
    } 
    .mobile-only { display:table; margin: 0px auto 30px;}

}


@media (max-width: 768px) {
    
    body .form-verify2 input {
        width: 50px;
        font-size: 50px;
        height: 80px;
        line-height: 80px;
    } 
    .login-left {
        justify-content: center;
        flex: 100%;
        padding: 7% 3vw 0% 4vw;
        max-height: 150px;
        min-height: 150px;
        display: flex;
        order: -1 !important;
        align-items: center;
    }
    header.header-simple {
        width: 100%;
        text-align: center;
        padding: 27px;
        line-height: 0;
    }
    .login-input .show-password,
    .login-input .hide-password{
        top: 3px;
        inset-inline-end: 12px;
    }

    .login-buttons p {
        margin-top: 0 !important;
        font-size: 14px !important;
    }
    .password-requirements{
        inset-inline-start: 0;
        top: 50px;
    }
    .login-buttons p a{
        text-decoration: none;
    }

    .header-logo {
        text-align: center;
    }

    .login-form-title,
    .login-left-title {
        display: none;
    }

    .login-form-title-mobile {
        display: block;
        font-size: 25px;
        color: #FFFFFF;
        font-weight: 100;
        margin-top: 15px;
        opacity: 0.9;
    }
    .login-flex{
        flex-direction: column;
    }

    .login-right .login-content {
        max-width: 90%;
        margin: auto;
    }

    .login-right {
        background: #F5F5F5;
        padding: 6% 3vw 80px 3vw;
    }

    .login-input {
        margin-top: 15px;
    }

    .login-buttons {
        margin-top: 30px;
    }

    .login-input input {
        border: 0.2px solid #0703533d;
        opacity: 0.9;
        border-radius: 10px;
        padding: 0 10px;
        position: relative;
    }

    button#login-submit {
        height: 40px;
        border-radius: 5px;
        line-height: 20px;
        font-size: 16px;
        margin-bottom: 25px;
        font-weight: 500;
        font-family: 'Noto Sans', 'Open Sans';
    }

    a.under-login {
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: 300;
    }

    .side-bubble img{
        max-width: 50px;
    }
    .side-bubble.bubble-1 {
        inset-inline-start: -3%;
        top: -5%;
    }
    .side-bubble.bubble-1 img{
        max-width: 130px !important;
    }
    .side-bubble.bubble-2 {
        top: 48%;
        inset-inline-start: 15%;
    } 
    .login-form-subtitle {
        font-size: 18px;
        font-weight: 600;
        padding: 0;
    }
    .under-input{
        font-weight: 200;
        text-align: center;
    }

}

@media (max-width: 450px) {
    .login-form-subtitle {
        font-size: 16px;
    }
    .under-input{
        font-size: 12px;
    }
}