@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");

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

img {
    max-width: 100%;
}

.body-container {
    height: 100vh;
    width: 100%;
    position: relative;
}

.main-container {
    display: flex;
    height: -webkit-fill-available;
    flex-direction: column;
}

.row-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.header-col-left {
    background: #9fa191;
}

.header-col-right {
    background: #777791;
}

.row-content {
    height: 100%;
    padding: 0px 120px 0px 0px;
    background-image: url(https://crm.novaclearning.com/assets/bhr/newbhrp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position-y: bottom;
    background-color: #fff;
}

.novaclogo {
    position: absolute;
    top: 23px;
    left: 27px;
}

.row-body-content {
    height: 100%;
    display: grid;
    justify-content: end;
    align-items: center;
}

.content-col-left {
    display: flex;
    align-items: end;
    justify-content: center;
}

.content-col-left h4 {
    text-align: center;
}

.content-left-img {
    display: grid;
}

.content-left-img img {
    height: auto;
    object-fit: fill;
}

.content-left-img .banner-img {
    max-height: 500px;
}

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

.left img {
    padding: 10px;
}

.content-right-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

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

.row-footer {
    display: flex;
    align-items: center;
    background-color: #212a00;
    gap: 20px;
    justify-content: center;
    padding: 10px;
    color: #fff;
}

.row-footer p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
}

.footer-col {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-col-left {
    text-align: end;
}

.footer-col-center {
    text-align: center;
}

.footer-col-right {
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

.footer-col-right button {
    width: 100%;
}

.content-col-right {
    padding-top: 55px;
}

@media (min-width: 300px) and (max-width: 800px) {
    .main-container {
        height: 100%;
    }

    .row-content {
        padding: 0;
    }

    .novaclogo {
        left: 0;
        right: 0;
        margin: 0px auto;
    }

    .row-content .row-body-content {
        grid-template-columns: 1fr;
    }

    .content-right-img {
        display: flex;
        justify-content: center;
    }

    .content-left-img {
        margin: 0 auto;
        grid-template-rows: 1fr;
    }

    .content-left-img img {
        width: 200px;
    }

    .content-col-left .banner-img {
        display: none;
    }

    .row-footer {
        flex-wrap: wrap;
        flex-direction: column;
        display: none;
    }

    .footer-col {
        flex-direction: column;
    }

    .footer-col-left {
        text-align: center;
    }

    .right {
        display: flex;
        justify-content: center;
    }
}

.form-Container .login-container {
    width: 450px;
    padding: 20px 0px;
}

.form-Container .login-container .login-subwrapper .logo {
    display: block;
    margin: auto;
    padding-bottom: 10px;
}

h1 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.form-Container .login-container .login-subwrapper h2 {
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-size: 76px;
    color: #fff;
    font-weight: bold;
}

.form-body {
    padding: 20px 0px 5px 0px;
    width: 330px;
    margin: auto;
}

.form-body p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #fff;
    justify-content: center;
    gap: 8px;
}

.form-body .login-content {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.form-body .login-content img {
    width: 20px;
    height: 20px;
}

.input-form-values {
    display: flex;
    align-items: center;
    position: relative;
}

.input-form-values img {
    position: absolute;
    bottom: 30px;
    right: 10px;
}

.input-form label {
    color: #a3a3a3;
}

.form-Container .login-container .login-subwrapper input {
    font-size: 14px;
    height: 35px;
    outline: none;
    margin-bottom: 20px;
    box-shadow: -1px 0px 7px 0px rgb(132 132 132);
    width: 100%;
}

.form-Container .login-container .login-subwrapper input:focus {
    box-shadow: none;
}

small {
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e9e9e9;
}

small span {
    width: 100%;
    height: 1px;
    background-color: #e9e9e9;
}

.form-Container .login-container .login-subwrapper .forgot-link {
    color: #030500;
    text-decoration: none;
    display: flex;
    justify-content: end;
}

.form-Container .login-container .login-subwrapper .forgot-link span {
    font-size: 14px;
    margin-top: -20px;
    padding: 9px 0px 7px 0px;
}

.form-Container .login-container .login-subwrapper .forgot-link:hover {
    text-decoration: underline;
    color: #0d9cdf;
}

.formedit-input {
    border-radius: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-indent: 10px;
    font-size: 1.1rem;
    background-color: #fff;
    color: #000;
    border: none;
}

.form-Container .login-container .login-subwrapper .captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3px;
    gap: 10px;
}

.form-Container .login-container .login-subwrapper .captcha .captcha-img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    height: 35px;
}

.form-Container .login-container .login-subwrapper .captcha-input {
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
    border-radius: 0px;
    color: #fff;
    height: 35px;
    margin: 0;
    width: 100%;
    font-size: 16px;
    box-shadow: none;
}

.form-Container .login-container .login-subwrapper .captcha-input::placeholder {
    color: #fff;
}

.form-Container .login-container .login-subwrapper .signin-wrapper {
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
}

.form-Container .login-container .login-subwrapper .signin-wrapper .signin-btn {
    padding: 10px 30px;
    background-color: #ef790b;
    border: none;
    color: #ffffff;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.form-Container .login-container .login-subwrapper .signin-wrapper .signin-btn:hover {
    background-color: #595959;
}

.btn-section {
    display: flex;
    gap: 10px;
}

.secondary-btn {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 5px;
}

.login-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.login-footer span {
    width: 100%;
    height: 1px;
    background: #ccc;
}

.login-footer h6 {
    color: #ccc;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 10px 0px;
}

#error_msg {
    color: red;
    font-size: 14px;
    text-align: center;
    margin: 0px;
    margin-top: 10px;
}

.form-footer {
    text-align: center;
    padding: 10px;
}

.form-footer p {
    margin: 0;
    color: #a3a3a3;
    font-size: 12px;
    font-style: italic;
    padding: 0px 10px;
}

.terms {
    margin-top: 15px;
    text-align: center;
}

.terms p a {
    color: #030500;
    text-decoration: none;
}

.terms p span {
    color: #2e9cde;
}

.terms p a:hover {
    color: #d30000;
    text-decoration: underline;
}

@media (min-width: 300px) and (max-width: 800px) {
    .form-Container .login-container .login-subwrapper .signin-wrapper {
        justify-content: space-evenly;
    }

    .form-Container .login-container .login-subwrapper .forgot-link {
        color: #fff;
    }

    .content-col-right {
        padding-top: 0;
    }

    .form-Container .login-container .login-subwrapper h2 {
        font-size: 60px;
    }

    h1 {
        font-size: 30px;
    }

    .form-body {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .form-Container .login-container .login-subwrapper input {
        font-size: 0.8rem;
    }
}

@media (min-width: 300px) and (max-width: 500px) {
    .form-Container .login-container {
        width: 100%;
    }
}

form button[type="submit"]:hover {
    color: #ffffff !important;
    background-color: #007bff !important;
}

.help-mark {
    position: absolute;
    right: 3%;
    bottom: 5%;
    box-shadow: 0px -4px 2px 0px #00000005 inset;
    box-shadow: 0px 0px 0px 1px #EDEDED;
    box-shadow: 0px 3px 5px 0px #0000001A;
    background: #FFFFFF;
    border-radius: 141px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    cursor: pointer;

}

.help-mark span {
    color: #314DDF;
    font-size: 16px;
    font-weight: 500;
}

.help-mark:hover {
    background: #314DDF;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

.help-mark:hover svg .help-path {
    stroke: white;
    fill: transparent;
}

.help-mark:hover span {
    color: #FFFFFF;
}

.line_hide {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

@media (width: 320px) {
    .form-Container .login-container .login-subwrapper h2 {
        font-size: 40px !important;
    }
    h1 {
        font-size: 24px !important;
    }
    .input-form {
        padding: 30px !important;
    }
    .forgot-link {
        margin-right:33px !important;
    }
    .captcha-img {
        width: 26% !important;
        margin-left: 22px !important;
    }
    .captcha-input {
        margin-right: 29px !important;
    }
    .form-body p{
        font-size: 13px !important;
    }
    .help-mark {
        bottom: 12% !important;
    }
    .right {
        bottom: 12px !important;
    }
}