﻿/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;800&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    /*font-family: Montserrat, sans-serif !important;*/
    font-family: "Poppins", system-ui;
    background: #fafafe !important;
    font-weight: 500;
    font-size: 0.9rem;
    color: #000;
}

html body.swal2-height-auto {
    height: 100% !important;
}

a:hover {
    text-decoration: none;
}

.loader {
    position: fixed;
    z-index: 1000000;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    width: 100%;
    height: 100vh;
}

.loader-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.spin-right {
    animation: 1s linear infinite spinRight;
}

html, body {
    height: 100%;
}
.login-aside.orange-login-aside {
    background-image: linear-gradient(to bottom, rgba(1, 21, 1, 0.9), rgba(80, 190, 77, .9));
}

@keyframes spinLeft {
    0% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes spinRight {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.login-aside {
    width: 100%;
    max-width: 600px;
}

.login-content {
    width: 100%;
    max-width: 545px;
}

.login-form {
    width: 100%;
    max-width: 450px;
}

.max-h-90px {
    max-height: 90px !important;
}

.max-h-350px {
    max-height: 350px !important;
    margin-right: -60px;
}

.leftSection {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.leftSectionForSignUpLoagin {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login-form .newhere {
    font-size: 17px;
    font-weight: 500;
}

.create-account {
    color: #50be4d;
}

.input {
    border-radius: 0.85rem !important;
    box-shadow: 0 0 7px #ccc !important;
    background: #fff !important;
    /* font-size: 1rem; */
    padding: 1.3rem 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254 !important;
}

.group label {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.login-btn a {
    color: #50be4d !important;
    font-size: 16px;
}

.login-btn {
    gap: 15px;
}

    .login-btn button:hover {
        background-color: #3645e5;
        color: white;
    }

    .login-btn button {
        color: #FFFFFF;
        background-color: #5e69da;
        border-color: #5e69da;
        border-radius: 22px;
        padding: 7px 38px;
    }

.login-form input {
    padding: 1.3rem 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
}
.EyeIcon {
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
}
/*************************** sign up css **********************************/
.leftSection-img {
    height: unset !important;
    padding-top: 30px;
}

.account-verification {
    gap: 10px;
}

    .account-verification i {
        font-size: 1.25rem;
        font-weight: 900;
    }

.free-trail {
    border-radius: 60px !important;
}

.ab {
    display: flex;
    align-items: center;
    position: absolute;
    right: 14px;
    margin: 12px 30px 0 0px;
    z-index: 9;
    top: 44px;
}

.error-text {
    color: red;
}

@media(max-width:1200px) {
    .login-aside {
        width: 100%;
        max-width: 100%;
    }
}

@media(max-width:800px) {
    .leftSectionForSignUpLoagin .max-h-350px {
        display: none;
    }

    .login-content {
        width: 100%;
        max-width: 100%;
    }
}

