* {
    font-family: Manrope;
}

@font-face {
    font-family: Manrope;
    src: url('/lib/fonts/Manrope-Regular.ttf');
}
.animation{
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    display: none;
    align-items: center;
    justify-content: center;
}
.max-w-120p{
    max-width: 120px;
    object-fit: cover;
}
.responsive_loader{
    width: 200px;
    height: 200px;
}
.min-w-500p{
    min-width: 500px;
}

.login_logo {
    width: 176px;
    height: 175px;
    margin: 0 186px 36px 89px;
}

.login-title {
    width: 285px;
    height: 30px;
    margin: 36px 52px 40px 9px;
    font-family: Manrope;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.75px;
    text-align: left;
    color: #000;
}

.remember_password {
    width: 245px;
    height: 15px;
    margin: 44px 0 12px 41px;
    font-family: Manrope;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 4.29;
    letter-spacing: normal;
    text-align: left;
    color: #7a86a1;
}

.remember_password .sign_in {
    font-weight: 500;
    color: #2b64af;
}

.minor_note {
    width: 455px;
    height: 15px;
    margin: 21px 130px 35px 6px;
    font-family: Manrope;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
    color: #7a86a1;
}

.robot_confirmation {
    width: 305px;
    height: 84px;
    margin: 36px 41px 27px 0;
}

.New-password .text-style-1 {
    color: #f00;
}

.strength_fine {
    width: 18px;
    height: 18px;
    margin: 11px 10px 4px 64px;
}

.password_strength_list {
    width: 194px;
    height: 131px;
    margin: 24px 0 86px 10px;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.left_div {
    flex: 1;

}

.right_div {
    display: flex;
    gap: 12px;
    flex-direction: column;
    padding: 39px 22px 22px 22px;
    border-radius: 10px;
    border: solid 6px rgba(0, 252, 255, 0.1);
    background-color: rgb(255, 255, 255, 0.1);
}

/* make the div so that it can have 2 more dives, left and right div */
.login_div {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    /* Standard syntax */
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
    background-image: url('/img/sign-in-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.main-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    box-shadow: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.login_text {
    position: absolute;
    bottom: 70px;
    left: 16px;
    font-family: Manrope;
    font-size: 60px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: -0.6px;
    width: 510px;
    color: #fff;
}

.h-16 {
    height: 64px;
}

.w-16 {
    width: 64px;
}

.calltek_inc {
    position: absolute;
    bottom: 290px;
    left: 16px;
    width: 84px;
    height: 84px;
    margin: 0 484px 39px 0;
}

/* make login_text responsive */
@media only screen and (max-width: 600px) {
    .login_text {
        font-size: 40px;
        width: 300px;
    }

    .calltek_inc {
        width: 50px;
        height: 50px;
        margin: 0 225px 39px 0;
    }
}

/* make login_text responsive */
@media only screen and (max-width: 400px) {
    .login_text {
        font-size: 30px;
        width: 200px;
    }

    .calltek_inc {
        width: 40px;
        height: 40px;
        margin: 0 150px 39px 0;
    }
}

/* make login_text responsive */
@media only screen and (max-width: 300px) {
    .login_text {
        font-size: 20px;
        width: 150px;
    }

    .calltek_inc {
        width: 30px;
        height: 30px;
        margin: 0 75px 39px 0;
    }
}

/* make login_text responsive */
@media only screen and (max-width: 200px) {
    .login_text {
        font-size: 15px;
        width: 100px;
    }

    .calltek_inc {
        width: 20px;
        height: 20px;
        margin: 0 50px 39px 0;
    }
}

/* make login_text responsive */
@media only screen and (max-width: 100px) {
    .login_text {
        font-size: 10px;
        width: 50px;
    }

    .calltek_inc {
        width: 10px;
        height: 10px;
        margin: 0 25px 39px 0;
    }
}

/* make login_text responsive */
@media only screen and (max-width: 50px) {
    .login_text {
        font-size: 5px;
        width: 25px;
    }

    .calltek_inc {
        width: 5px;
        height: 5px;
        margin: 0 12px 39px 0;
    }
}

/* make login_text responsive for big hd screens */
@media only screen and (min-width: 2000px) {
    .login_text {
        font-size: 100px;
        width: 600px;
    }

    .calltek_inc {
        width: 100px;
        height: 100px;
        margin: 0 600px 39px 0;
    }
}

/* make it responsive for 15 inch screen size */
@media only screen and (min-width: 1800px) {
    .login_text {
        font-size: 90px;
        width: 540px;
    }

    .calltek_inc {
        width: 90px;
        height: 90px;
        margin: 0 540px 39px 0;
    }
}

/* make it responsive for 14 inch screen size */
@media only screen and (min-width: 1600px) {
    .login_text {
        font-size: 80px;
        width: 480px;
    }

    .calltek_inc {
        width: 80px;
        height: 80px;
        margin: 0 480px 39px 0;
    }
}

/* make it responsive for 13 inch screen size */
@media only screen and (min-width: 1400px) {
    .login_text {
        font-size: 70px;
        width: 420px;
    }

    .calltek_inc {
        width: 70px;
        height: 70px;
        margin: 0 420px 39px 0;
    }
}

/* make it responsive for 12 inch screen size */
@media only screen and (min-width: 1200px) {
    .login_text {
        font-size: 60px;
        width: 360px;
    }

    .calltek_inc {
        width: 60px;
        height: 60px;
        margin: 0 360px 39px 0;
    }
}

.img-thumbnail {
    border: none !important;
    background: none !important;
}

.logo {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    left: 38%;
}

.Sign-In {
    margin: 65px 66px 42px 1px;
    font-family: Manrope;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.75px;
    text-align: left !important;
    color: #000;
}

.left_img {
    width: 90%;
    height: 100%;
}

.line {
    width: 30px;
    height: 1px;
    margin: 51px 6px 24px 0;
    background-color: #c0bdcc;
}

.hello-login-option {
    font-family: Manrope;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-top: 20px;
}

.hello-there {
    font-size: 35px;
}

.sign-in {
    font-family: Manrope;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #fff;
    margin-top: 40px;
}
.login-form{
    display: block;
}
.login-logo {
    height: 80px;
    /* margin-left: -30px; */
    object-fit: cover;
}

.login-input {
    padding: 12px 12px 12px 20px;
    border-radius: 10px;
    background-color: #fff;
    outline: none;
    border: none;
    transition-duration: 200ms;
    max-width: 300px;
}

.login-input:focus {
    box-shadow: 0 0 0 2px #3366db;
}

/* Checkbox */
.checkbox-group {
    display: block !important;
    cursor: pointer;
}

.checkbox-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-group label {
    position: relative;
    font-size: 14px;
    color: #fff;
}

.checkbox-group label:before {
    content: '';
    border-radius: 6px;
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid #fff;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}


.checkbox-group input:checked+label:before {
    border: 1px solid #fff;
}

.checkbox-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2.5px;
    left: 7px;
    width: 6px;
    height: 11px;
    border: solid #3366db;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

label {
    margin-bottom: 0px !important;
}
.gap-4 {
    gap: 16px;
}
.gap-8 {
    gap: 32px;
}
.Forgot-password {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2b64af;
}
.underline {
    text-decoration: underline;
}
.login-btn {
    padding: 16px 12px;
    border-radius: 10px;
    background-color: #3159da;
    margin-top: 26px;
    max-width: 300px;
    font-family: Manrope;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 100%;
    border: none;
    transition-duration: 200ms;
}
.login-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.gap-2 {
    gap: 8px;
}
.mt-10 {
    margin-top: 40px;
}
.new-account {
    font-family: Manrope;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
}
.get-started {
    font-family: Manrope;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #3366db;
}
.dall-img {
    margin-left: -135px;
    width: 457px;
    object-fit: cover;
    display: block;
}
.copy-right {
    font-family: Manrope;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.powered-by {
    font-family: Manrope;
    font-size: 16.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.callteck-img {
    width: 50px;
    height: 50px;
}
.login-flex{
    display: flex;
}
.login-copy-right {
    display: none;
}