body {
    background-color: #F1F1F1;
}

.login-screen {
    height: 100%;
    padding: 0;
}

.login {
    height: 100%;
    position: relative;
}

.left {
    height: 50vh;
    align-items: center;
    display: flex;
    background-color: #F1F1F1;
}

.right {
    min-height: 100vh;
    height: 100%;
    background-color: rgb(248, 248, 248);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.leftContent {
    width: 70%;
    margin-inline: auto;
    font-weight: 400;
}

.resendCode:hover {
    color: "black" !important;
}

.resendCode:active {
    color: "black" !important;
}

.resendCode {
    color: "skyblue"
}

.input-group-text {
    height: 100%;
}

.tagline {
    color: #0E3F61;
    font-size: 2em;
    font-weight: 500;
    line-height: 1em;
    margin-block: 0.3em;
}

.bgImage {
    display: none;
}

.bgImage2 {
    display: none;
}

.footer1 {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-bottom: 3em;
}

.footerContent {
    margin-inline: auto;
    width: 90%;
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 400;
}

.form {
    width: 70%;
    margin: auto;
    padding-top: 20px;
}

.logo img {
    max-width: 150px;
}

.forget_password {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 20px;
}

.forget_password a,
.register_link a,
a {
    color: var(--theme-color);
}

.register_link {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .login {
        display: flex;
    }

    .left {
        height: 100vh;
        flex: 1;
        flex-direction: column;
    }

    .leftContent {
        margin-top: 150px;
    }

    .p {
        margin-bottom: 70px;
    }

    .bgImage {
        position: absolute;
        display: block;
        width: 40%;
        height: auto;
    }

    .bgImage2 {
        left: -100px;
        width: 40%;
        z-index: 2;
        position: absolute;
        display: block;
        height: auto;
    }

    .right {
        flex: 1;
    }

    .footer1 {
        margin: none;
        /* position: absolute; */
    }

    .footerContent {
        width: 90%;
        margin-inline: auto;
        display: flex;
        justify-content: flex-start;
        bottom: 22px;
        margin-left: 45px;
        /* position:fixed; */
    }

    .form {
        width: 60%;
        margin: 10% 70px;
    }

    .form.register-form {
        margin: 5% 70px;
    }
}
