@font-face {
    font-family: 'Eina02-regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Eina02-Regular.eot');
    src: url('../fonts/Eina02-Regular.eot') format('embedded-opentype'),
    url('../fonts/Eina02-Regular.woff2') format('woff2'),
    url('../fonts/Eina02-Regular.woff') format('woff'),
    url('../fonts/Eina02-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Eina02-semibold';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Eina02-SemiBold.eot');
    src: url('../fonts/Eina02-SemiBold.eot') format('embedded-opentype'),
    url('../fonts/Eina02-SemiBold.woff2') format('woff2'),
    url('../fonts/Eina02-SemiBold.woff') format('woff'),
    url('../fonts/Eina02-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Eina02-bold';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Eina02-Bold.eot');
    src: url('../fonts/Eina02-Bold.eot') format('embedded-opentype'),
    url('../fonts/Eina02-Bold.woff2') format('woff2'),
    url('../fonts/Eina02-Bold.woff') format('woff'),
    url('../fonts/Eina02-Bold.ttf') format('truetype');
}
*,::after,::before {
    box-sizing: border-box
}
html,body{
    min-height: 100%;
}
body {
    padding:0;
    margin:0;
    font-family: "Eina02-regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #031926;
    line-height: 22px;
    padding: 36px 0;
    background-color: #EFF5F6;
}
a {
    color: #2487ce;
    text-decoration: none;
}
a:hover {
    color: #469fdf;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Eina02-semibold' , sans-serif;
}
h1{
    text-align: left;
    font-size: 46px;
    letter-spacing: 0px;
    color: #031926;
    opacity: 1;
    line-height: 63px;
    font-family: 'Eina02-bold' , sans-serif;
}
img {
    vertical-align: middle;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    width:100%;
}
body {
    height: 100vh;
}
#main {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/* Desktop Device css */


.forgot-wrapper {
    display: none;
}
.login {
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
}

.login > div {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}

.login > div.left-side {
    padding: 65px 70px 42px;
}

.login > div.right-side {
    background: #343D56 0% 0% no-repeat padding-box;
    border-radius: 0px 30px 30px 0px;
    opacity: 1;
    position: relative;
}

.login > div.left-side .inner-content h1 {
    margin: 0 0 16px;
    text-align: center;
}

.login > div.left-side .inner-content p {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #343D56;
    opacity: 1;
    margin: 0;
}

.login > div.left-side .inner-content form.login-form {
    margin-top: 48px;
}

input[type="email"],
input[type="password"], 
input[type="text"] {
    border: 1px solid rgb(52 61 86 / 30%);
    border-radius: 8px;
    height: 60px;
    width: 100%;
    display: block;
    padding: 18px 20px 20px;
    outline: none;
    letter-spacing: 0px;
    color: #343D56;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    font-style: normal;
    font-family: "Eina02-regular", sans-serif;
}
input[type="email"]:focus, 
input[type="password"]:focus, 
input[type="text"]:focus {
    border: 2px solid #0ACADC;
}
.form-field.filled label.form-label {
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 20px;
    top: 5px;
}
.form-field.filled input.form-control {
    padding-bottom: 5px;
    border: 2px solid #0ACADC;
}
.form-field {
    display: block;
    position: relative;
    margin-bottom: 32px;
}
.form-field label.form-label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: rgb(52 61 86 / 30%);
    position: absolute;
    left: 20px;
    transition: all 0.3s ease;
    top: 17px;
    pointer-events: none;
    z-index: 1;
}
.input-wrapper {
    position: relative;
}
span.far.fa-eye {
    background: url(../Images/visibility_off-24px.svg);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
}
span.far.fa-eye.fa-eye-slash{
    background: url(../Images/visibility-24px.svg) !important;
}
span.error {
    font-size: 11px;
    line-height: 15px;
    color: #FF7596;
    opacity: 1;
    font-family: "Eina02-regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    display: none;
}
span.error:before {
    content: "";
    background: url(../Images/check.svg);
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.login > div.left-side .inner-content .forgotPass > p {
    font-size: 16px;
    letter-spacing: 0px;
    color: #0ACADC;
    opacity: 1;
    text-align: left;
    font-weight: 600;
    line-height: 22px;
    font-family: "Eina02-semibold", sans-serif;
    cursor: pointer;
    display: inline-block;
    margin: 0;
}
.login > div.left-side .inner-content .forgotPass > p:hover{
    text-decoration: underline;
}
.login > div.left-side .inner-content .forgotPass {
    margin: 0 0 70px;
}
.btn {
    padding: 19px 20px 20px;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-family: "Eina02-bold", sans-serif;
    cursor: pointer;
}
.btn-primary {
    background: #0ACADC;
    border-radius: 16px;
    opacity: 1;
    outline: none !important;
    transition: all 0.3s ease;
}
.btn-primary:hover{
    background: #0DCEF0;
}
.logo {
    text-align: center;
    padding-top: 120px;
}
.logo > a {
    display: block;
}
.roboto-wrapper {
    position: absolute;
    bottom: 0;
    right: 30px;
}
.form-field.show-error input.form-control {
    background: #FF75961A 0% 0% no-repeat padding-box;
    border: 2px solid #FF7596;
    opacity: 1;
}
.form-field.show-error label.form-label {
    color: #FF7596;
}
.form-field.show-error span.error {
    display: block;
    margin-top: 5px;
}
.forgot-wrapper {
    max-width: 736px;
    margin: 0 auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 16px;
}

.header-warpper {
    background: #343D56 0% 0% no-repeat padding-box;
    border-radius: 16px 16px 0px 0px;
    opacity: 1;
    padding: 41px 0px;
}

.header-wrapper logo {
    padding: 42px 0;
}

.body-wrapper {
    padding: 32px 35px 42px;
}

ul.steps li {
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
    font-size: 14px;
    line-height: 20px;
    color: rgb(52 61 86 / 50%);
    font-family: "Eina02-regular", sans-serif;
    position: relative;
    background: #fff;
    z-index: 5;
    padding-right: 5px;
}

ul.steps {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
    counter-reset: section;
    justify-content: space-between;
}

ul.steps li:before {
    font-family: "Eina02-bold", sans-serif;
    text-align: center;
    width: 38px;
    counter-increment: section;
    content: counter(section);
    background: #EFF5F6 0% 0% no-repeat padding-box;
    height: 38px;
    border-radius: 38px;
    display: inline-block;
    font-size: 16px;
    margin-right: 8px;
    line-height: 36px;
}

ul.steps li.active:before {
    background: #0ACADC url(../Images/whitecheck.svg) no-repeat;
    font-size: 0;
    vertical-align: middle;
    background-position: center;
}

ul.steps h1 {
    text-align: center;
}

.inner-content.step1.active h1 {
    text-align: center;
    margin: 31px 0 16px;
}

.inner-content.step1.active p {
    text-align: center;
    margin: 0 0 40px;
}

form.forgot-form {
    max-width: 544px;
    margin: 0 auto;
}

form.forgot-form .form-field {
    margin: 0 auto 45px;
}

.inner-content.step2 h1 {
    text-align: center;
    margin: 40px 0 16px;
}

.inner-content.step2 p {
    text-align: center;
    margin-bottom: 40px;
}

.inner-content.step3 h1 {
    text-align: center;
    margin: 31px 0 16px;
}

.inner-content.step3 p {
    text-align: center;
    margin-bottom: 62px;
}

.create-password-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.create-password-wrapper .form-field {
    margin: 0 0 45px !important;
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    width: 100%;
}
.header-warpper .logo {
    padding-top: 0 !important;
}

.body-wrapper .inner-content.step.active {
    display: block;
}

.body-wrapper .inner-content.step {
    display: none;
}

ul.steps li.active {
    opacity: 1;
    color: #343D56;
}

ul.steps li:not(:first-child):after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    background: #EFF5F6;
    height: 1px;
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

ul.steps li.active:after {
    background: #0ACADC;
}

/*25th June 2021 start*/
#Hygiene-button4 {
    position: relative;
}

.form-button .loader {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    max-width: 100%;
    width: 100%;
    text-align: center;
    height: 64px;
    display:flex;
    align-items:center;
    justify-content:center;
}

    .form-button .loader svg path {
        fill: #fff;
    }

    .form-button .loader svg {
        width: 20px;
        height: 20px;
    }
.form-button.show-loader .sent {
    color: #03C6D8 !important;
}

    .form-button.show-loader .sent + .loader {
        opacity: 1;
        visibility: visible;
    }

/*25th June 2021 end*/


/* Tablet device Only*/

@media(max-width:1024px){
    body {
        padding: 36px 24px;
    }
    .roboto-wrapper {
        width: 100%;
    }
    .roboto-wrapper img {
        max-width: 100%;
    }
}
/* Mobile device Only*/

@media(max-width:767px){
    body {
        padding: 85px 24px 37px;
    }
    .login {
        flex-direction: column-reverse;
    }
    .login > div {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    
    .roboto-wrapper {
        display: none;
    }
    
    .login > div.right-side {
        background: #343D56 0% 0% no-repeat padding-box;
        border-radius: 10px 10px 0px 0px;
        opacity: 1;
    }
    .logo {
        padding: 70px 0;
    }
    
    h1 {
        letter-spacing: 0px;
        color: #031926;
        opacity: 1;
        font-size: 32px;
        line-height: 45px;
    }
    
    .login > div.left-side {
        padding: 32px 24px 42px;
    }
    .login > div.left-side .inner-content h1 {
        margin-bottom: 8px;
    }
    .login > div.left-side .inner-content p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 40px;
    }
    .login > div.left-side .inner-content .forgotPass {
        margin: 0 0 87px;
    }
    ul.steps li {
        font-size: 0;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding:0;
        background-color: transparent !important;
    }
    ul.steps li:not(:first-child):after {
        width: calc(200% - 38px);
        right: 0;
    }
    ul.steps li:last-child:after {
        width: calc(100% - 10px);
        right: 38px;
    }
    ul.steps li:nth-child(2):after {
        width: calc(100% - 10px);
        left: calc(-25% - 33px);
    }
    ul.steps li:before {
        margin: 0;
        z-index: 99;
        position: relative;
    }
    ul.steps li:nth-child(2) {
        text-align: center;
    }
    ul.steps li:nth-child(3) {
        text-align: right;
    }
    
    .header-warpper .logo {
        padding: 0;
    }
    .header-warpper {
        padding: 70px 0;
    }
    .body-wrapper {
        padding: 32px 24px 42px;
    }
    .inner-content.step1.active h1 {
        margin: 32px 0 8px;
    }
    .inner-content.step1.active p br {
        display: none;
        font-size: 16px;
        line-height: 22px;
    }
    form.forgot-form .form-field {
        margin-bottom: 140px;
    }
    .inner-content.step2 p br {
        display: none;
    }
    .inner-content.step2 p {
        font-size: 16px;
        line-height: 22px;
    }
    .inner-content.step3 h1 {
        margin: 32px 0 8px;
    }
    .inner-content.step2 h1 {
        margin: 32px 0 8px;
    }
    .inner-content.step3 h1 > span {
        display: none !important;
    }
    .inner-content.step3 p {
        margin-bottom: 40px;
    }
    .create-password-wrapper {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .create-password-wrapper .form-field {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin: 0 0 32px !important;
    }
        
    
}




/*------new-login--------*/

.login-page {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    gap: 53px;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='306' viewBox='0 0 1920 306' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 305C0 305 153.196 38.2209 415.549 4.75702C739.417 -36.5533 746.841 275.977 1077.18 297.138C1461.86 321.78 1920 12.128 1920 12.128' stroke='%23343D56' stroke-opacity='0.1'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center 250px;
    padding-top:163px;
    background-size:100%;
}
.login-inner, .reset-modal, .verification-modal, .newpassword-modal {
    width: 600px;
    background: #FFFFFF;
    border: 1px solid rgba(52, 61, 86, 0.04);
    box-shadow: 0px 16px 24px rgba(52, 61, 86, 0.1);
    border-radius: 12px;
    padding: 45px;
}
    .login-page h4 span {
        font-family: "Eina02-regular";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #363F57;
        display: block;
        margin-top: 10px;
    }
    .login-page h4 {
        font-family: Eina02-Bold;
        font-style: normal;
        /* font-weight: 700; */
        font-size: 24px;
        line-height: 33px;
        color: #031926;
        margin: 0 0 40px;
    }

.login-inner h5 {
    font-size: 14px;
    line-height: 19px;
    color: #0ACADC;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
}
.login-inner h5:hover {
    text-decoration:underline;
}

.login-page .form-field input.form-control {
    padding-bottom: 5px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #363F57;
    padding: 29px 12px 11px 20px;
    font-family: 'Eina02-regular';
    height: 62px;
    background: rgba(243, 244, 244, 0.24);
    border: 1px solid #EAEBEE;
    border-radius: 10px;
    width:100%;
}
.login-page .form-field label.form-label {
    transition: all 0.3s ease;
    top: 20px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(52, 61, 86, 0.5);
}
.login-page .form-field.custom-filled label.form-label , 
.login-page .form-field.active label.form-label {
    transition: all 0.3s ease;
    top: 12px;
    font-size: 12px;
    line-height: 16px;
    transform: translateY(0%);
}

.login-inner .form-field {
    margin-bottom: 30px;
}

.login-inner .form-field + .form-field {
    margin-bottom: 20px;
}
.login-page button.login.btn.btn-primary,
.login-page button.send-code.btn.btn-primary,
.login-page button.login-newpassword {
    width: 510px;
    height: 62px;
    background: #0ACADC;
    border-radius: 10px;
    margin-top: 45px;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    padding: 0;
    align-items: center;
    font-family: "Eina02-Semibold", sans-serif;
}
button.btn.btn-primary.cancel {
    font-size: 14px;
    line-height: 14px;
    background: transparent;
    color: #0ACADC;
    font-family: 'Eina02-semibold';
    width: auto;
    margin: 0 auto;
    display: block;
    font-family: "Eina02-Semibold", sans-serif;
    padding: 35px 15px 0 15px;
}
.verification-modal button.btn.btn-primary.cancel {
    margin-top: 10px;
}
.login-page .form-field input.form-control:focus-visible {
    outline: none;
}
.login-page .form-field.show-error.active input , 
.login-page .form-field.active.show-error input,
.login-page .form-field.active input {
    border: 1px solid #0ACADC !important;
    box-shadow: 0px 0px 0px 3px rgb(10 202 220 / 10%) !important;
}

.login-page .form-field.show-error input {
    border: 1px solid #FF7596 !important;
    box-shadow: 0px 0px 0px 3px rgb(255 117 150 / 10%);
}
.login-page .form-field input:hover , 
.login-page .form-field.show-error input:hover {
    border: 1px solid #0ACADC !important;
    box-shadow: none;
}
    

.login-page .form-field.show-error input.form-control {
    background: transparent;
}

/*.verification-modal .write-password {
    display: flex;
    flex-direction: row !important;
    gap: 18px;
}*/

.verification-modal .write-password .form-field {
    margin-bottom: 0px;
    display: flex;
    gap: 18px;
}
    .verification-modal .write-password .form-field input {
        border: 1px solid #EAEBEE;
        border-radius:10px;
    }

.verification-modal .form-field input {
    height: 120px;
    display: flex;
    flex-direction: row !important;
    gap: 18px;
    border:none;
    background:transparent;
}
    .verification-modal .form-field input {
        padding: 10px;
        font-family: "Eina02-regular";
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 44px;
        color: #343D56;
        text-align: center;
    }


.write-password {
    display: flex;
    gap: 15px;
}

.write-password input {
    width: 30px;
    height: 50px;
    background-color: lighten($BaseBG, 5%);
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    padding: 0px;
    border: 1px solid #ccc;
    width: 70px;
    height: 120px;
    left: 705px;
    top: 406px;
    border: 1px solid #EAEBEE;
    border-radius: 10px;
}

.write-password .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}
.login-page .write-password .form-field.active .custom-input input {
    border: 1px solid #0ACADC;
    box-shadow: 0px 0px 0px 3px rgb(10 202 220 / 10%);
}
.login-page .write-password .form-field.show-error .custom-input,
.login-page .write-password .form-field.active .custom-input {
    border: none;
    box-shadow: none;
}
.login-page .write-password .form-field.show-error .custom-input input {
    border: 1px solid #FF7596;
    box-shadow: 0px 0px 0px 3px rgb(255 117 150 / 10%);
}
.button-loader {
    width: fit-content;
    max-width: fit-content !important;
    -webkit-animation: rotating 0.5s linear infinite;
    -moz-animation: rotating 0.5s linear infinite;
    -ms-animation: rotating 0.5s linear infinite;
    -o-animation: rotating 0.5s linear infinite;
    animation: rotating 0.5s linear infinite;
    justify-content: center;
}
    .button-loader svg path {
        stroke: #fff;
    }

.login-page  button.btn-primary:not(.cancel):hover {
    background: #0DCEF0 !important;
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.write-password span.error {
    position: absolute;
    bottom: -22px;
}

.login-page .verification-modal .form-field input.active {
    border: 1px solid #0ACADC !important;
    box-shadow: 0px 0px 0px 3px rgb(10 202 220 / 10%) !important;
}
.login-page .verification-modal .form-field input:not(.active).error {
    border: 1px solid #FF7596 !important;
    box-shadow: 0px 0px 0px 3px rgb(255 117 150 / 10%);
}
.login-page .verification-modal .form-field input:not(.active).error:hover {
    border: 1px solid #0ACADC !important;
    box-shadow: none;
}


.login-copywrite {
    font-family: 'Eina02-Semibold';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: rgba(54, 63, 87, 0.5);
    height: 87px;
    /* left: 0px; */
    /* top: 1464px; */
    background: rgba(239, 245, 246, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*position: sticky;
    bottom: 0;*/
    z-index: -1;
}

@media ( max-height:823px ) {
    .login-page {
        padding-top: 50px;
    }
    /*.login-copywrite {
        position: sticky;
         bottom: 0;
    }*/
}

.login-page span.error:before {
    display: none;
}