﻿@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap');

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Mulish', sans-serif !important;
    font-size: 14px;
}

a,
button,
input {
    font-family: 'Mulish', sans-serif !important;
}

.signup-login {
    height: 100vh;
}

.clear-sec {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.right-section .text {
    padding-top: 30px;
    font-size: 22px;
}

.crm-login-wrapper {
    height: 100vh;
    background: #F6F6F6;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

li {
    list-style-type: none
}

.login-container {
    width: 100%;
    max-width: 1200px;
    height: 90vh;
    max-height: 600px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.logo-logo-img {
    width: 38px;
    height: 39px;
    margin-bottom: 16px;
}

.logotext {
    color: #3EB6B9;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.container-sec {
    width: 1103px !important;
}

.outer-login {
    position: relative;
    z-index: 99;
    overflow: hidden;
    &::before

{
    position: absolute;
    content: "";
    background-image: url("/assets/common/images/sapience/left-circle.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 393px;
    height: 391px;
    left: 23px;
    z-index: 0;
    top: -154px;
}

&::after {
    position: absolute;
    content: "";
    background-image: url("/assets/common/images/sapience/right-circle.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 393px;
    height: 391px;
    right: 18px;
    z-index: -1;
    bottom: -154px;
}

}

.inner-content-sec {
    text-align: center;
    padding-top: 41px;
    position: relative;
    &::after

{
    position: absolute;
    content: "";
    background-image: url("/assets/common/images/sapience/background.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 30px;
}

}

.left-section {
    width: calc(100% - 401px);
    padding: 111px 161px 81px 115px;
}

.right-part {
    margin: 15px;
    background: #F5F5F9;
    border-radius: 6px;
    width: 391px;
}

.girl-img {
    width: 338px;
    min-width: 338px;
    height: 257px;
    margin-top: 103px;
}

.form-control-wrap {
    position: relative;
    margin-bottom: 30px;
    background-color: #FCFCFC;
}

.login-form-control {
    display: block;
    padding: 0px 10px;
    border-radius: 2px;
    height: 43px;
    border: 1px solid #E1E1E1;
    background: none;
    width: 100%;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.31;
    color: #606060;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    font-family: 'Mulish', sans-serif;
    box-sizing: border-box;
    z-index: 50;
}

input:focus ~ .label-text,
input:valid ~ .label-text,
input:-webkit-autofill ~ .label-text {
    background: white;
    color: #a5a5a5;
    font-size: 12px;
    top: -7px;
    transform: translate(0, 0);
    z-index: 99;
}

.form-control-wrap input {
    position: relative;
    z-index: 50;
    background: none;
    border: 1px solid #F0F0F0;
    border-radius: 6px;
}

.label-text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition-duration: 0.5s;
    left: 20px;
    z-index: 10;
    color: #887D79;
    font-size: 14px;
}

.password-toggle {
    z-index: 99;
}

.ixigo {
    border: solid 1px #F0F0F0;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
    color: #5080DB;
    width: 106px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 700;
}

.password-toggle {
    right: 12px;
    top: 13px;
}

.connetc-withus::before {
    content: "";
    width: 100%;
    left: 0;
}

.form-control-wrap.item2sec {
    margin-bottom: 0;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.form-control-wrap label.login-control-label {
    font-size: 14px;
    color: #606060;
    font-weight: 300;
    pointer-events: none;
    position: absolute;
    top: 16px;
    z-index: 10;
    left: 10px;
    padding: 0 3px;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    font-family: 'Mulish', sans-serif;
}

.password-toggle {
    border: 0;
    background: transparent;
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer;
}

    .password-toggle img {
        opacity: 1;
        width: 20px;
    }

.login-form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.remember-me {
    display: flex;
    align-items: center;
}

    .remember-me .inp-cbx {
        display: none;
    }

    .remember-me .cbx {
        margin: auto;
        -webkit-user-select: none;
        user-select: none;
        cursor: pointer;
    }

        .remember-me .cbx span {
            display: inline-block;
            vertical-align: middle;
            transform: translate3d(0, 0, 0);
        }

            .remember-me .cbx span:first-child {
                position: relative;
                width: 20px;
                height: 20px;
                border-radius: 3px;
                transform: scale(1);
                vertical-align: middle;
                border: 1px solid #E1E1E1;
                transition: all 0.2s ease;
            }

                .remember-me .cbx span:first-child svg {
                    position: absolute;
                    top: 6px;
                    left: 4px;
                    fill: none;
                    stroke: #ffffff;
                    stroke-width: 2;
                    stroke-linecap: round;
                    stroke-linejoin: round;
                    stroke-dasharray: 16px;
                    stroke-dashoffset: 16px;
                    transition: all 0.3s ease;
                    transition-delay: 0.1s;
                    transform: translate3d(0, 0, 0);
                }

                .remember-me .cbx span:first-child:before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: #01B2D6;
                    display: block;
                    transform: scale(0);
                    opacity: 1;
                    border-radius: 50%;
                }

        .remember-me .cbx:hover span:first-child {
            border-color: #01B2D6;
        }

    .remember-me .inp-cbx:checked + .cbx span:first-child {
        background: #01B2D6;
        border-color: #01B2D6;
        animation: wave 0.4s ease;
    }

        .remember-me .inp-cbx:checked + .cbx span:first-child svg {
            stroke-dashoffset: 0;
        }

        .remember-me .inp-cbx:checked + .cbx span:first-child:before {
            transform: scale(3.5);
            opacity: 0;
            transition: all 0.6s ease;
        }

    .remember-me .cbx-label {
        font-size: 12px;
        font-weight: 500;
        color: #606060;
        font-family: 'Mulish', sans-serif;
        position: relative;
        left: 10px;
    }

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}


.btn-sign-in {
    width: 100%;
    height: 40px;
    background: #01B2D6;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.25s all ease-in-out;
}

    .btn-sign-in:hover {
        background: #1c94ad;
    }

.notyet-actions {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #606060;
    font-weight: 400;
}

.create {
    color: #01B2D6;
    text-decoration: none;
    position: relative;
    left: 2px;
}

    .create:hover {
        color: #1c94ad;
    }


.alert-error-msg {
    position: absolute;
    width: 100%;
    bottom: -16px;
    left: 0;
    font-size: 10px;
    border-radius: 0;
    color: red;
}

.login-form-control.login-form-error {
    border: 1.2px solid red;
}

    .login-form-control.login-form-error:focus {
        border: 1.2px solid red;
    }

.form-control-wrap .login-form-control.login-form-error ~ label {
    color: red;
}

.form-control-wrap .login-form-control.login-form-error ~ .password-toggle {
    color: #ff343c;
}

.connetc-withus {
    width: 100%;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

    .connetc-withus::before {
        content: "";
        width: 80%;
        height: 1px;
        position: absolute;
        top: 11px;
        left: 10%;
        background: #E1E1E1;
    }

    .connetc-withus .text {
        font-size: 12px;
        color: #000000;
        background: #fff;
        padding: 0 20px;
        position: relative;
        z-index: 5;
    }

.connect-social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .connect-social .icon {
        width: 31px;
        height: 31px;
        margin: 0 5px;
        border: none;
        outline: none;
        cursor: pointer;
    }

        .connect-social .icon img {
            width: 100%;
        }

@media only screen and (max-width: 1300px) {

    /**$desktop-xlmax**/
    .crm-login-wrapper {
        padding: 0 15px;
    }
}


@media only screen and (max-width: 1000px) {

    /**$desktop-lgMax**/
    .crm-login-wrapper {
        height: auto;
        min-height: 100vh;
    }

    .login-container {
        height: auto;
        max-height: inherit;
        background: none;
    }

        .login-container .left-section {
            width: 100%;
            height: auto;
            padding: 0;
        }

            .login-container .left-section .content-area {
                width: 100%;
                background: #fff;
                padding: 30px;
                /* max-width: 50rem; */
            }

        .login-container .right-part {
            display: none;
        }
}

@media only screen and (max-width: 600px) {
    .login-container {
        position: relative;
        top: -2rem
    }

        /**$mobile-xsMax**/
        .login-container .left-section {
            max-width: 100%;
        }

            .login-container .left-section .content-area {
                max-width: 100%;
            }
}

.field-validation-error {
    width: 100%;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    color: red;
    font-family: 'Mulish', sans-serif;
}

.dots {
    position: absolute;
    bottom: 18px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.dot {
    width: .4rem;
    height: .4rem;
    background: #fff;
    border-radius: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.active-dot {
    width: 15px;
    background: #c4c3c3;
    cursor: default;
}

@keyframes leftNext {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}

@keyframes leftCurr {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@keyframes rightNext {
    from {
        left: -100%;
    }

    to {
        left: 0;
    }
}

@keyframes rightCurr {
    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}

/* buyer register*/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
}

.crm-login-wrapper {
    height: 100vh;
    background: #F6F6F6;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    width: 100%;
    max-width: 1154px;
    max-height: 635px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}

.phone-fieldouter {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .phone-fieldouter .field1 {
        width: 50px;
    }

    .phone-fieldouter .field2 {
        width: calc(100% - 60px);
    }

.form-control-wrap {
    position: relative;
    margin-bottom: 30px;
}

.login-form-control {
    display: block;
    padding: 0px 10px;
    border-radius: 0.6rem !important;
    height: 50px;
    border: 1px solid #F0F0F0;
    background: #FCFCFC;
    width: 100%;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.31;
    color: #606060;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    font-family: 'Mulish', sans-serif;
    box-sizing: border-box;
    z-index: 50;
}

.remember-me {
    display: flex;
    align-items: center;
}

    .remember-me .inp-cbx {
        display: none;
    }

    .remember-me .cbx {
        margin: auto;
        -webkit-user-select: none;
        user-select: none;
        cursor: pointer;
    }

        .remember-me .cbx span {
            display: inline-block;
            vertical-align: middle;
            transform: translate3d(0, 0, 0);
        }

            .remember-me .cbx span:first-child {
                position: relative;
                width: 20px;
                height: 20px;
                border-radius: 3px;
                transform: scale(1);
                vertical-align: middle;
                border: 1px solid #E1E1E1;
                transition: all 0.2s ease;
            }

                .remember-me .cbx span:first-child svg {
                    position: absolute;
                    top: 6px;
                    left: 4px;
                    fill: none;
                    stroke: #ffffff;
                    stroke-width: 2;
                    stroke-linecap: round;
                    stroke-linejoin: round;
                    stroke-dasharray: 16px;
                    stroke-dashoffset: 16px;
                    transition: all 0.3s ease;
                    transition-delay: 0.1s;
                    transform: translate3d(0, 0, 0);
                }

                .remember-me .cbx span:first-child:before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: #01B2D6;
                    display: block;
                    transform: scale(0);
                    opacity: 1;
                    border-radius: 50%;
                }

        .remember-me .cbx:hover span:first-child {
            border-color: #01B2D6;
        }

    .remember-me .inp-cbx:checked + .cbx span:first-child {
        background: #01B2D6;
        border-color: #01B2D6;
        animation: wave 0.4s ease;
    }

        .remember-me .inp-cbx:checked + .cbx span:first-child svg {
            stroke-dashoffset: 0;
        }

        .remember-me .inp-cbx:checked + .cbx span:first-child:before {
            transform: scale(2.5);
            opacity: 0;
            transition: all 0.6s ease;
        }

    .remember-me .cbx-label {
        font-size: 12px;
        font-weight: 500;
        color: #606060;
        font-family: 'Mulish', sans-serif;
        position: relative;
        left: 10px;
    }

.byjoining {
    font-size: 12px;
    font-weight: 500;
    color: #606060;
    font-family: 'Mulish', sans-serif;
    width: 100%;
    text-align: center;
}

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

.forgot-sec {
    font-size: 13px !important;
}

.forgot-password {
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    color: #FF0000;
    font-family: 'Mulish', sans-serif;
    margin-top: 10px;
    line-height: 15px;
}

    .forgot-password:hover {
        color: #FF0000;
    }

.btn-sign-in {
    width: 100%;
    height: 40px;
    background: #01B2D6;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.25s all ease-in-out;
}

    .btn-sign-in:hover {
        background: #1c94ad;
    }

.notyet-actions {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #606060;
    font-weight: 400;
}

.create {
    color: #01B2D6;
    text-decoration: none;
    position: relative;
    left: 2px;
}

    .create:hover {
        color: #1c94ad;
    }

.login-logo {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.login-logo-img {
    min-width: 110px;
    max-width: 175px;
    padding-right: 18px;
    border-right: 1px solid #01B2D6;
}

.hello-text {
    margin-bottom: 18px;
    font-size: 30px;
    font-weight: 500;
    text-wrap: nowrap;
}

.hello-sub-text {
    margin-bottom: 25px;
    color: #707070;
    font-size: 14px;
}

.login-hello-text {
    margin-bottom: 25px;
    color: #707070;
    font-size: 14px;
}



.alert-error-msg {
    position: absolute;
    width: 100%;
    bottom: -16px;
    left: 0;
    font-size: 10px;
    border-radius: 0;
    color: red;
}

.login-form-control:hover {
    border: 1px solid #01B2D6;
}

.login-form-control:focus {
    border: 1px solid #01B2D6;
}

.login-form-control.login-form-error {
    border: 1.2px solid red;
}

    .login-form-control.login-form-error:focus {
        border: 1.2px solid red;
    }

.form-control-wrap .login-form-control.login-form-error ~ label {
    color: red;
}

.form-control-wrap .login-form-control.login-form-error ~ .password-toggle {
    color: #ff343c;
}

.connetc-withus {
    width: 100%;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

    .connetc-withus::before {
        content: "";
        width: 80%;
        height: 1px;
        position: absolute;
        top: 11px;
        left: 10%;
        background: #E1E1E1;
    }

    .connetc-withus .text {
        font-size: 12px;
        color: #000000;
        background: #fff;
        padding: 0 20px;
        position: relative;
        z-index: 5;
    }

.connect-social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .connect-social .icon {
        width: 31px;
        height: 31px;
        margin: 0 5px;
        border: none;
        outline: none;
        cursor: pointer;
    }

        .connect-social .icon img {
            width: 100%;
        }

@media only screen and (max-width: 1300px) {

    .crm-login-wrapper {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1000px) {

    .crm-login-wrapper {
        height: auto;
        min-height: 100vh;
    }

    .login-container {
        height: auto;
        max-height: inherit;
        background: none;
    }

        .login-container .left-section {
            width: 100%;
            height: auto;
            padding: 0;
        }
}

@media only screen and (max-width: 600px) {

    .login-container .left-section {
        max-width: 100%;
    }

        .login-container .left-section .content-area {
            max-width: 100%;
            padding: 20px;
            min-width: auto;
        }
}


.login-container {
    overflow: visible
}

.bottom-pageroption {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -50px;
}

@media only screen and (max-width: 600px) {
    .bottom-pageroption {
        position: relative;
        bottom: 0;
        margin-top: 50px;
    }
}

.bottom-pageroption .text {
    width: 100%;
    text-align: center;
    color: #515151;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    opacity: 1;
    justify-content: center;
    align-items: center;
}

    .bottom-pageroption .text span {
        opacity: 0.5;
    }

.bottom-dots-outer {
    width: 100%;
    max-width: 838px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

    .bottom-dots-outer::before {
        content: "";
        width: 100%;
        height: 5px;
        position: absolute;
        left: 0;
        top: 2px;
        background: #1c94ad;
        display: block;
        border-radius: 5px;
        z-index: 3;
    }

    .bottom-dots-outer::after {
        content: "";
        width: 100%;
        height: 5px;
        position: absolute;
        left: 0;
        top: 2px;
        background: #EEF0F1;
        display: block;
        border-radius: 5px;
        z-index: 2;
    }

    .bottom-dots-outer .pagedots {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #B6B6B6;
        display: block;
        position: relative;
        z-index: 10;
    }

        .bottom-dots-outer .pagedots.active {
            background: #1c94ad;
            opacity: 1;
            box-shadow: 0px 0px 6px #1FB9BA;
        }

            .bottom-dots-outer .pagedots.active::before {
                content: "";
                width: 12px;
                height: 12px;
                position: absolute;
                left: -3px;
                top: -3px;
                border: solid 1px #1c94ad;
                border-radius: 100%;
            }

        .bottom-dots-outer .pagedots.visible {
            background: #1c94ad;
        }


@media only screen and (max-width: 600px) {
    .login-container {
        flex-wrap: wrap;
    }
}

.link-2 {
    display: inline-block;
    font-size: 14px;
    color: #01B2D6;
    cursor: pointer;
}

.login-container {
    position: relative
}

    .login-container .back {
        width: 31px;
        height: 31px;
        background: #fff;
        border: solid 1px #F0F0F0;
        border-radius: 4px;
        position: absolute;
        top: 0;
        left: -60px;
        cursor: pointer;
        outline: none;
    }

        .login-container .back::before {
            content: "";
            border: solid #A7A7A7;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 4px;
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            position: relative;
            left: 12px;
            top: 4px;
        }



#validation_error.hide {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .content-sec {
        margin-top: 15px !important;
    }

        .content-sec p {
            margin-bottom: 0 !important;
        }

    .login-logo-img {
        max-width: 37% !important;
        display: flex !important;
    }
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.btn {
    height: 4.2rem;
    display: flex;
    justify-content: center;
    padding: 0 2.3rem;
    border-radius: 4px;
    border: none;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    transition: all .2s ease-in-out;
}

.btn-primary {
    width: 100%;
    background: #41B5C2;
    border: none;
    position: relative;
    z-index: 1;
    height: 52px;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    border: none;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: .9rem;
    font-weight: 400;
    transition: all .2s ease-in-out;
}

    .btn-primary:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        border-radius: 5px;
        background-color: #1d9ab4;
        transition: all .3s ease;
    }

    .btn-primary:hover:after {
        top: 0;
        height: 100%;
    }

@keyframes roundrotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.star-icon {
    font-size: 1.4rem;
    animation: starpulse 1s infinite ease-in-out alternate;
    color: #fff;
    opacity: .7;
}

    .star-icon.star-1 {
        position: absolute;
        right: 7.5rem;
        top: 20px;
    }

    .star-icon.star-2 {
        top: 6.8rem;
        position: absolute;
        left: 35px;
    }

        .star-icon.star-2 .star-small {
            font-size: .9rem;
            position: absolute;
            top: 20px;
        }

    .star-icon.star-3 {
        bottom: 10.2rem;
        right: 8.2rem;
    }

    .star-icon.star-3 {
        position: absolute;
        bottom: 7.5rem;
        right: 4.5rem;
    }

@keyframes starpulse {
    from {
        transform: scale(0.8);
        color: rgba(#fff, 0.54);
    }

    to {
        transform: scale(1.4);
        color: rgba(#fff, 0.9);
    }
}

.logo-text {
    color: #150425;
    font-size: 15px;
    font-weight: 600;
    padding-left: 18px;
    text-wrap: nowrap;
}

.showpassword .eye-close {
    display: none;
}

.eye-open {
    display: none;
}

.showpassword .eye-open {
    display: block;
    width: 20px;
}
