.modal-content {
    border-radius: 18px !important;
}

.modal-dialog {
    margin-top: 18% !important;
    margin-right: auto;
}

.modal-body {
    text-align: center;
}

.modal-backdrop {
    background-color: transparent;
}

#reset-username small {
    color: #13c1a3;
    font-weight: 600;
}

#reset-username {
    background-color: transparent;
}

.btn-whatsApp {
    background-color: #31ad71;
    font-size: 18px;
    color: #fff;
    border-radius: 18px !important;
}

.btn-whatsApp:hover {
    background-color: #31ad71;
    color: #fff;
}

.btn-sms {
    background-color: #31b8bb;
    font-size: 18px;
    color: #fff;
    border-radius: 18px !important;
}

.btn-sms:hover {
    background-color: #31b8bb;
    color: #fff;
}

.btn-sms i,
.btn-whatsApp i {
    font-size: 30px !important;
    vertical-align: inherit;
    padding-left: 8px;
}

.login-three {
    height: 100%;
    min-height: 100vh;
    letter-spacing: 0px;
    background-image: linear-gradient(white, #fff);
}

.login-three-container {
    height: 100%;
}

.main-login-three {
    height: 100%;
    min-height: 100vh;
}

.login-bg {

    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.cardlog:hover {
    width: 60%;
    box-shadow: 1px 5px 12px 0px #d6d6d6;
    transition: 0.6s;

}

.cardlogB:hover {
    width: 75%;
    box-shadow: 1px 5px 12px 0px #d6d6d6;
    transition: 0.6s;

}

.login-three-container .center-area {
    padding: 3rem 1.5rem 3rem 3rem !important;
}

.login-three-container .right-area {
    margin-top: 15%;
    padding: 3rem 2rem 3rem 2rem !important;
}

.login-three-container .card-login {
    padding: 15px 30px 0px 30px;
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 5px;
    border-radius: 25px;
}

.login-three-social {
    display: flex;
    align-items: center;
}

.login-three-social .social-btn {
    background: #027496;
    height: 30px;
    display: flex;
    align-items: center;
    margin: 0px 15px 0px 0px;
    width: 30px;
    justify-content: center;
    padding-top: 3px;
    border-radius: 50px;
}

.login-three-social .social-btn i {
    font-size: 18px;
    color: #fff;
}

.login-three-inputs {
    position: relative;
    width: 100%;
    display: inline-flex;
}

label {
    color: #000;
    font-weight: 700;
}

label small {
    color: #818181;
}

#getCodeButton span {
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

#getCodeButton i {
    vertical-align: middle;
}

#newAccount i {
    font-size: 30px;
    transform: rotate(180deg);
    vertical-align: middle;
}

#getCodeSign {
    color: #ffffff;
    border-radius: 8px;
    font-weight: 700;
    font-size: 22px;
    background-color: #31ad71;
    padding: 3px 27px 4px 12px;
}

[lang="en"] #getCodeSign {
    padding: 3px 18px 4px 20px;
}

#getCodeSign i {
    font-size: 30px;
    transform: rotate(180deg);
    vertical-align: middle;
}

#getCodeSign span {
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

#getResetCode span {
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

#resetUsername span {
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

#newAccount {
    color: #ffffff;
    background-color: #00afaa;
    padding: 10px 17px 10px 35px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 22px;
}

.login-three-inputs input[type="email"] {
    border: 1px solid #e2e1e1;
    padding: 15px 40px;
    width: 100%;
    border-radius: .27rem;
    transition: all ease 0.2s;
}

.login-three-inputs input[type="email"]:focus {
    border: 1px solid #0057ff;
    transition: all ease 0.2s;
}

.login-three-inputs input[type="email"]:focus+i {
    color: #0298a7 !important;
    transition: all ease 0.2s;
}

.login-three-inputs input[type="email"]::placeholder {
    color: #bbbbbb;
}



.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}

.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    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);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #2262c6;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.cbx span:last-child {
    padding-left: 8px;
}

.cbx:hover span:first-child {
    border-color: #2262c6;
}

.inp-cbx:checked+.cbx span:first-child {
    background: #2262c6;
    border-color: #2262c6;
    animation: wave 0.4s ease;
}

.inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

.captcha {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #d8dde1;
    width: 100%;
    border-radius: 4px;
}

.captcha h2 {
    font-size: 15px;
    margin: 0px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 0.6s;
    animation-name: fadeInUp;
    animation-duration: 0.6s;
}

.captcha-check {
    display: none;
}

.login-three-inputs input.error {
    border: 1px solid #ff8080;
}

/* Forget Password CSS Starts */
form.digit-group {
    text-align: center;
}

.digit-group input {
    width: 80px;
    height: 70px;
    background-color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: #3c3c3c;
    margin: 0 8px;
    border: 1px solid #e2e1e1;
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
    border-radius: 12px;
}

.digit-group .splitter {
    padding: 0 5px;
    color: #3c3c3c;
    font-size: 24px;
}

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

.form-2,
.form-3,
.form-4,
.form-5 {
    display: none;
}

#reset-pass {
    background-color: transparent;
}

#reset-pass small {
    color: #13c1a3;
    font-weight: 600;
}

.login-container .col-md-8 h4 p {
    font-size: 14px;
    color: inherit;
    margin-top: 8px;
}

.form-2.show {
    display: block !important;
}

.form-1.show {
    display: block !important;
}

.cp-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 0.8s;
    animation-name: fadeInRight;
    animation-duration: 0.8s;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-duration: 0.8s;
    animation-name: fadeInLeft;
    animation-duration: 0.8s;
}

/* Forget Password CSS Ends */
/* Media Query */
@media(max-width: 575px) {
    .login-three-container .center-area {
        padding: 2rem 0rem 0rem 0rem !important;
    }

    .login-three-container .right-area {
        padding: 0rem 0rem 1.5rem 0rem !important;
    }

    .copyRight {
        font-size: 12px;
        color: #8d93a0;
    }

    .title {

        background-color: #13c1a3;
        height: 110px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        margin-bottom: 10px;
        margin-top: 25px;

    }

    .title-welcome {
        color: white;
        font-size: 1.4rem;
    }

    .w-25 {
        width: unset !important;
    }

    .cp-container {
        flex-direction: column;
    }

    .cp-container button {
        margin-bottom: 20px;
    }

    .login-three-social {
        justify-content: center;
    }

    .main-login-three {
        min-height: 100vh;
    }

    .login-three-container .center-area div {
        margin-top: 20px;
    }

    .big-nav {

        display: none;
    }

    .small-nav {
        position: relative;
        left: 37%;
        display: block;
    }

    .luvion-nav .navbar .others-options .login-btn {
        position: relative;
        right: 63px;
        bottom: 10px;
        color: #13c1a3;
        font-size: 15px;
        font-weight: 300;
    }

    .container1 {
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-left: auto;
        margin-right: auto;
    }

}

.flaticon-user:before {
    content: "\f104";
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 30px;
    font-style: normal;
}

@media only screen and (min-width: 768px) {
    .copyRight {
        font-size: 15px;
        color: #8d93a0;
    }

    .title-welcome {
        color: #00afaa;
    }

    .header-title {

        margin-top: 3rem !important;
    }

    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-grow: 1;
        align-items: center;
    }

    .big-nav {

        display: block;
    }

    .small-nav {

        display: none;
    }

    .contain {

        max-width: 95%;
    }

    .others-options {
        display: none;
    }

    .luvion-nav .navbar .others-options .login-btn {
        font-size: 15px;
        font-weight: 300;

    }
}

@media only screen and (min-width: 769px) and (max-width: 1281px) {
    .navbar-expand-md .navbar-collapse {
        display: none !important;
    }

    .others-options {
        display: block;
    }

    .luvion-nav .navbar .others-options {
        top: 0px !important;
        left: 0px !important;
        right: unset !important;
    }

    .login-container {
        margin-top: 12% !important;
        max-width: 850px !important;
    }

    .col-md-8 .left-side {
        width: 100% !important;
    }

    .login-container .col-md-3 h4 {
        font-size: 13px !important;
    }

    .login-container .col-md-3 .right-side {
        padding: 20px 0px 35px 0px !important;
    }

    .login-container .col-md-3 .back {
        font-size: 12px !important;
    }

    .login-container .col-md-3 p {
        font-size: 12px !important;
    }

    .StepProgress strong {
        font-size: 10px !important;
    }

    .captcha-img .captcha {
        letter-spacing: 10px !important;
    }

    .captcha-area .captcha-img {
        width: 150px !important;
    }

    .footer-area {
        display: none !important;
    }

    html[lang="en"] .luvion-nav .navbar .others-options {
        top: 0px !important;
        left: unset !important;
        right: 0 !important;
    }

    html[lang="en"] .container,
    html[lang="en"] .container-md,
    html[lang="en"] .container-sm {
        max-width: 960px !important;
    }
}

/* Tablet Media Query */
@media (min-width: 600px) and (max-width: 1068px) {
    .login-three-container .center-area {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
    }

    .login-three-container .right-area {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
    }

    .w-25 {
        width: unset !important;
    }

    .cp-container {
        flex-direction: column;
    }

    .cp-container button {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    #getCodeButton {
        background-color: #037398;
        width: 50%;
        height: 100%;
        border-radius: 25px;
        font-size: 24px;
    }
}

.navbar-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background-color: white;
    transition: 0.5s;
    padding-top: 19.5px;
    padding-bottom: 19.5px;
    border-bottom: 1px solid #eee;
}

.luvion-nav {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
}

.navbar-toggler {
    border: none;
    padding: 7px;
    border-radius: 0;
}

.luvion-nav .navbar .others-options {
    margin-left: 0;
    position: absolute;
    top: 14px;
    right: 60px;
}

@media only screen and (max-width: 767px) {
    .navbar-area {
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        background-color: #ffffff;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .luvion-nav .navbar .others-options {
        left: 60px;
        right: auto;
    }
}

.luvion-nav .navbar .others-options {
    margin-right: 25px;
    margin-left: 0;
}

.navbar-toggler .icon-bar {
    width: 28px;
    transition: all 0.3s;
    background: #039CA4;
    height: 2px;
    display: block;
}

.navbar-toggler .top-bar {
    transform: rotate(0);
    transform-origin: 10% 10%;
    left: 0;
    position: relative;
}

.navbar-toggler .middle-bar {
    opacity: 1;
    margin: 6px 0;
}

.navbar-toggler .icon-bar {
    width: 28px;
    transition: all 0.3s;
    background: #039CA4;
    height: 2px;
    display: block;
}

.navbar-toggler .bottom-bar {
    transform: rotate(0);
    transform-origin: 10% 90%;
    left: 0;
    position: relative;
}

.navbar-toggler .icon-bar {
    width: 28px;
    transition: all 0.3s;
    background: #039CA4;
    height: 2px;
    display: block;
}

div.field {
    width: 99%;
    margin-top: 20%;
    border: 3px solid;
    border-radius: 5px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

input.password {
    width: 80%;
    font-size: 110%;
    padding: 4% 0% 4% 3%;
    background: none;
    border: none;
    outline: none;
}

div.show-pass,
div.gen-pass {
    font-size: 90%;
    font-weight: 900;
    color: grey;
    cursor: pointer;
    margin-right: 3%;
    display: flex;
    align-items: center;
}

i.material-icons {
    font-size: 200%;
}

div.show-pass::selection,
div.gen-pass::selection,
div.show-pass>*::selection,
div.gen-pass>*::selection {
    background: none;
}

div.progress-bar {
    padding: 1% 0%;
    margin-top: 1%;
    display: flex;
    justify-content: space-between;
    flex-direction: inherit !important;
    background-color: #ffffff;
    width: 55%;
}

div.progress-bar>div {
    border: 1px solid lightgrey;
    width: 22%;
    height: 8px;
    border-radius: 5px;
}

div.percentage {
    border: 1px solid lightgrey;
    margin: 10% auto 0% auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 200%;
}

div.percentage>div.digit {
    font-size: 200%;
}


.country-code {
    position: absolute !important;
    top: 48px !important;
    left: 35px !important;
    border-left: 1px solid #dee2e6 !important;
}

[lang="en"] .country-code {
    left: 120px !important;
}

.mobile-sign-up {
    text-align: left;
    padding-left: 100px !important;
    letter-spacing: 3px;
    direction: ltr;
}

.flag-icon {
    position: absolute !important;
    top: 48px !important;
    left: 5px !important;
}

[lang="en"] .flag-icon {
    left: 82px !important;
}

.flag-width {
    position: absolute !important;
    top: 38px !important;
    left: 3px !important;
    width: 25px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media only screen and (max-width: 600px) {
    .container-fluid {
        padding: 0px 15px !important;
    }
}

/* new css */
body {
    background: #f7fbfe;
}

.wrapper {
    margin-top: 40px;
}

.StepProgress {
    position: relative;
    padding-right: 45px;
    list-style: none;
}

.StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 29px;
    right: 19px;
    width: 10px;
    height: 42%;
    border-right: 2px solid #dfebe9;
}

.StepProgress-item {
    position: relative;
    counter-increment: list;
    margin-top: 30px;
}

.StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}

.StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: -39px;
    right: -26px;
    height: 33px;
    width: 10px;
}

.StepProgress-item::after {
    content: counter(list);
    display: inline-block;
    position: absolute;
    top: 0;
    right: -42px;
    width: 32px;
    height: 31px;
    padding: 3px 10px;
    border: 2px solid #dfebe9;
    border-radius: 50%;
    color: #000;
    background-color: #FFF;
}

.StepProgress .StepProgress-item.current:last-child::before {
    border-right: 2px solid #31ad71;
}

.StepProgress-item.is-done::after {
    content: "✔";
    font-size: 10px;
    color: #FFF;
    text-align: center;
    border: 2px solid #31ad71;
    background-color: #31ad71;
}

.StepProgress-item.current::after {
    content: counter(list);
    padding-top: 1px;
    width: 32px;
    height: 31px;
    top: -4px;
    right: -41px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 2px solid #31ad71;
    background-color: #31ad71;
}

.StepProgress strong {
    display: block;
    font-size: 12px;
    color: #000;
    position: relative;
    top: 4px;
}

[lang="en"] .StepProgress::before {
    left: 6px;
    right: unset;
}

[lang="en"] .StepProgress-item::before {
    right: unset;
    left: -34px;
}

[lang="en"] .StepProgress-item::after {
    left: -42px;
    right: unset;
}

[lang="en"] .StepProgress-item.current::after {
    left: -41px;
    right: unset;
}

.current strong {
    color: #31ad71;
    top: 2px;
}

.login-switch {
    width: 100%;
    position: relative;
    bottom: -55px;
}

.login-switch:hover {
    box-shadow: 1px 5px 12px 0px #d6d6d6;
    transition: 0.6s;
    width: 101%;
    border-radius: 9px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.wrapper5 {
    display: inline-flex;
}

.wrapper5 header {
    color: #4db2ec;
    font-size: 33px;
    font-weight: 500;
    text-align: center;
}

.wrapper5 .captcha-area {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
}

.captcha-area .captcha-img {
    height: 100%;
    margin: 0px 30px 0px 40px;
    width: 190px;
    user-select: none;
    border-radius: 5px;
    position: relative;
}

.captcha-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    opacity: 0.95;
}

.captcha-img .captcha {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    color: #4b4b4b;
    background: transparent;
    font-size: 35px;
    text-align: center;
    letter-spacing: 20px;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-style: italic;
    font-weight: bold;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 2px #b1b1b1;
    text-decoration: line-through;
    text-decoration-color: #f2a23b;
}

.wrapper5 button {
    box-shadow: rgb(0 0 0 / 15%) 0px 1px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.captcha-area .reload-btn {
    width: 50px;
    height: 85%;
    font-size: 25px;
    border: 1px solid #e2e2e2;
}

.captcha-area .reload-btn i {
    transition: transform 0.3s ease;
    position: unset;
    color: #000;
}

.captcha-area .reload-btn:hover i {
    transform: rotate(15deg);
}

.wrapper5 .input-area {
    height: 60px;
    width: 100%;
    position: relative;
}

.input-area input {
    width: 100%;
    height: 100%;
    outline: none;
    padding-left: 20px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
}

.input-area input:is(:focus, :valid) {
    padding-left: 19px;
    border: 2px solid #4db2ec;
}

.input-area input::placeholder {
    color: #bfbfbf;
}

.input-area .check-btn {
    position: absolute;
    right: 7px;
    top: 50%;
    font-size: 17px;
    height: 45px;
    padding: 0 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
}

.input-area input:valid+.check-btn {
    opacity: 1;
    pointer-events: auto;
}

.wrapper5 .status-text {
    display: none;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 -5px;
}

.login-container {
    margin-top: 9%;
}

.login-container .col-md-3 .right-side {
    padding: 20px 15px 35px 0px;
    border-radius: 5px;
}

.login-container .col-md-3 .back {
    color: #095b83;
    font-weight: 600;
}

.login-container .col-md-3 h4 {
    color: #13c1a3;
    margin-top: 40px;
    font-size: 19px;
    font-weight: 600;
}

[lang="en"] .login-container .col-md-3 h4 {

    font-size: 18px;
}

.login-container .col-md-3 p {
    padding-top: 5px;
    font-weight: 600;
}

.login-container .col-md-8 {
    text-align: -webkit-left;
}

.login-container .col-md-8 h4 {
    color: #13c1a3;
}

.col-md-8 .left-side {
    width: 80%;
    text-align: center;
}

.left-side .form-card {
    background: #fff;
    text-align: initial;
    border-radius: 25px;
    padding: 0px 25px 15px 25px;
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
    margin-top: 25px;
}

.captcha-input {
    text-align: center;
    padding: 5px;
    border: none;
    width: 100%;
    border-bottom: 1px solid #d8dde1;
    border-radius: 0px;
    height: 100%;
    box-shadow: none;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 20px;
}

.captcha-input::placeholder {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
}

.form-1 .row .col-md-6 a {
    font-size: 18px;
    color: #13c1a3;
    font-weight: 600;
}

.form-1 .row .col-md-6 #getCodeButton {
    color: #ffffff;
    border-radius: 8px;
    font-weight: 700;
    font-size: 22px;
    background-color: #31ad71;
    padding: 4px 25px 5px 13px;
}

[lang="en"] .form-1 .row .col-md-6 #getCodeButton {

    padding: 4px 13px 5px 20px;
}

#getCodeButton .la-sign-in-alt {
    padding-left: 8px;
    font-size: 25px;
    transform: rotate(180deg);
}

.form-4 #getResetCode {
    color: #ffffff;
    border-radius: 8px;
    font-weight: 700;
    font-size: 22px;
    background-color: #31ad71;
    padding: 3px 23px 4px 13px;
}

[lang="en"] .form-4 #getResetCode {

    padding: 4px 13px 5px 20px;
}

#getResetCode .la-sign-in-alt {
    padding-left: 8px;
    font-size: 25px;
    transform: rotate(180deg);
    vertical-align: inherit;
}

.form-5 #resetUsername {
    color: #ffffff;
    border-radius: 8px;
    font-weight: 700;
    font-size: 22px;
    background-color: #31ad71;
    padding: 3px 23px 4px 13px;
}

#resetUsername .la-sign-in-alt {
    padding-left: 8px;
    font-size: 25px;
    transform: rotate(180deg);
    vertical-align: inherit;
}

.login-three-inputs .img-ico {
    width: 50px;
    height: 50px;
    filter: invert(25%) sepia(93%) saturate(3314%) hue-rotate(130deg) brightness(100%) contrast(85%);
}

.login-three-inputs .input-form-1 {
    width: 100%;
    margin-right: 30px;
    margin-top: 5px;
}

[lang="en"] .login-three-inputs .input-form-1 {
    margin-right: 0px;
    margin-left: 30px;
}

.login-three-inputs label {
    color: #13c1a3;
    font-weight: 500;
}

.required {
    color: red;
    position: absolute;
    top: 40px;
    left: 10px;
    bottom: 0;
    font-size: 18px;
}

.login-three-inputs .input {
    border: none;
    border-bottom: 1px solid #d8dde1;
    border-radius: 0px;
    padding: 10px 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.login-three-inputs .input::placeholder {
    font-size: 16px;
    font-weight: 500;
}

.login-three-inputs .input-form-2 {
    width: 100%;
    margin-right: 30px;
    margin-top: 34px;
}

.form-2 {
    padding: 35px;
    text-align: center;
}

.form-2 #CodeSubmit {
    border-radius: 8px;
    font-weight: 700;
    font-size: 22px;
    background-color: #31ad71;
    padding: 5px 30px 5px 15px;
    margin-top: 18px;
}

.form-2 #resendCode {
    display: none;
    color: #868686;
}

#CodeSubmit span {
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

.form-2 #CodeSubmit i {
    padding-left: 8px;
    font-size: 30px;
    transform: rotate(180deg);
    vertical-align: middle;
}

.form-2 .text-muted {
    color: #0a646c !important;
    font-size: 20px;
}

.form-2 h6 {
    color: #0a646c;
    font-size: 22px;
}

#timer {
    color: #0298a7;
}

.digit-group p {
    color: #000;
    margin-top: 30px;
    font-size: 16px;
}

div[class^="form-"] {
    transform-origin: top;
    animation: animate 1.3s;
}

.footer-area {
    margin-top: 12%;
}

::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

@media only screen and (max-width: 600px) {
    .captcha-ico {
        display: none;
    }

    .col-md-8 .left-side {
        width: 100%;
    }

    .footer-area {
        margin-top: 10% !important;
    }

    .login-container .col-md-8 {
        margin-top: 0%;
    }

    .login-container .col-md-3 .right-side {
        margin-top: 20%;
    }

    .form-1 .row .col-md-6 a {
        font-size: 14px;
    }

    .form-1 .row .col-md-6 #getCodeButton {
        font-size: 18px;
        width: 100%;
        display: block;
        padding: 5px 15px 5px 8px;
    }

    [lang="en"] .form-1 .row .col-md-6 #getCodeButton {
        padding: 4px 5px 5px 13px;
    }

    [lang="en"] .form-2 #CodeSubmit {
        padding: 5px 10px 5px 15px;
    }

    .wrapper5 {
        display: block;
    }

    .captcha-div {
        margin-top: 15px !important;
    }

    .captcha-input {
        margin: 0;
    }

    .wrapper5 .captcha-area {
        margin-top: 25px;
    }

    .captcha-area .captcha-img {
        margin: 0;
    }

    #getCodeButton span {
        vertical-align: middle;
        width: 16px;
        height: 16px;
    }

    .form-1 .login-three-inputs:nth-child(2) {
        margin-bottom: 20px;
    }

    .form-2 {
        padding: 35px 0px;
    }

    .form-2 h6 {
        font-size: 18px;
    }

    .form-2 .text-muted {
        font-size: 18px;
    }

    .digit-group p {
        font-size: 14px;
    }

    .digit-group input {
        width: 60px;
        height: 60px;
        font-size: 22px;
        margin: 0 2px;
    }

    .login-three-inputs .img-ico {
        width: 40px;
        height: 40px;
    }

    .login-three-inputs .input-form-1 {
        margin-right: 10px;
    }

    .login-three-inputs .input-form-2 {
        margin-right: 10px;
    }

    .required {
        top: 48px;
    }

    .passIcon {
        top: 45px !important;
        left: 5px !important;
        background-color: #fff;
        z-index: 1058;
    }

    label {
        font-size: 12px;
    }

    .modal-dialog {
        margin-top: 100% !important;
        margin-right: .5rem !important;
    }

    .btn-whatsApp,
    .btn-sms {
        font-size: 16px;
    }
}


@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0
    }

    to {
        transform: scale(1, 1);
        opacity: 1
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(500px) scale(.2);
    }

    100% {
        transform: translateX(0px) scale(1);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(300px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes expand {
    0% {
        transform: translateX(-200px);
    }

    100% {
        transform: translateX(0px);
    }
}

/* end new css */