.healthboxhr-auth-bg {
    background-color: #36499B;
    background-image: url('../img/new/healthboxhr-auth-bg.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.healthboxhr-auth-container .auth-logo-dark {
    height: 87px;
}

.healthboxhr-auth-container {
    background-color: #fff;
    color: #354863 !important;
    margin-top: 100px !important;
    border-radius: 20px;
    padding-top: 76px !important;
    position: relative;
    -webkit-box-shadow: 10px 10px 10px -5px rgba(140, 156, 184, 0.32);
    -moz-box-shadow: 10px 10px 10px -5px rgba(140, 156, 184, 0.32);
    box-shadow: 10px 10px 10px -5px rgba(140, 156, 184, 0.32);
    margin: 0 24px 0 24px;
}

.healthboxhr-auth-container::after {
    content: " ";
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background-color: #fff;
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: 1;
    transform: translate(-50px, 0);
}

.healthboxhr-auth-container .d-block.auth-logo {
    margin-top: -90px;
    position: relative;
    z-index: 2;
}

.healthboxhr-auth-container .login-form-wrapper {
    max-width: 387px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.healthboxhr-auth-container .login-form-wrapper .remember-me {
    margin-top: 34px;
}

.healthboxhr-auth-container .login-form-wrapper .login-button-group {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.healthboxhr-auth-container .login-form-wrapper .login-button-group .btn {
    width: 110px;
    height: 44px;
    font-size: 16px;
}

.healthboxhr-auth-container .login-form-wrapper .login-button-group a {
    color: #354863;
}



.healthboxhr-auth-container .login-form-wrapper .form-control.is-invalid {
    background-image: none;
    border-color: transparent;
}

.healthboxhr-auth-container .login-form-wrapper .form-control.is-invalid:focus {
    box-shadow: none;
}

.healthboxhr-auth-container .login-form-wrapper .invalid-feedback {
    color: #fff;
}

.healthboxhr-auth-container .login-form-wrapper .forgot-password,
.healthboxhr-auth-container .login-form-wrapper .forgot-password:hover {
    color: #354863;
}

.healthboxhr-auth-container .login-form-wrapper h5 {
    font-size: 35px;
    font-weight: 400;
    color: #354863;
}

.healthboxhr-auth-container .login-form-organisation-wrapper {
    max-width: 387px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.healthboxhr-auth-container .login-form-organisation-wrapper h5 {
    font-size: 25px;
}

.healthboxhr-auth-container .login-form-organisation-wrapper .login-button-group .btn {
    width: 110px;
    height: 44px;
    font-size: 16px;
}

.healthboxhr-auth-download-app-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 150px;
    margin-left: auto;

}

.healthboxhr-auth-download-app-wrapper .healthboxhr-auth-h5 {
    font-size: 25px;
    font-weight: 400;
    color: #354863;
}





.dont-have-an-account-container {
    text-align: center;
    padding-top: 10px;
    font-size: 13px;
    color: #fff !important;
}

.dont-have-an-account-container a {
    font-weight: bold;
    color: #fff !important;
    text-decoration: underline !important;
}


@media (max-width: 767.98px) {
    .healthboxhr-auth-bg {
        background-position: -100px center;
        background-size: 85%;
    }

    .healthboxhr-auth-container {
        width: 90% !important;
    }

    .healthboxhr-auth-container .login-form-wrapper,
    .healthboxhr-auth-container .login-form-organisation-wrapper {
        max-width: initial;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 50px 25px 75px 25px;
    }

    .healthboxhr-auth-container .login-form-wrapper .login-form,
    .healthboxhr-auth-container .login-form-organisation-wrapper .login-form {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .healthboxhr-auth-bg {
        background-size: 50%;
    }
}

.healthboxhr-auth-download-app-wrapper-two {
    padding-top: 53px;
    padding-bottom: 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.healthboxhr-auth-download-app-wrapper-two h5 {
    color: #fff !important;
    font-weight: 400 !important;
    padding-bottom: 41px;
    font-size: 25px;
}

.login-via-organisation-title {}

.login-form-container {
    margin-top: 100px;

    padding-top: 30px;
}



.login-form-container .login-form .form-label {
    font-weight: 700 !important;
    font-size: 13px !important;
}

.login-form-container .login-form input:not(.form-check-input) {
    border: 2px solid #3454CB;
    border-radius: 12px;
    background-color: white !important;
}

.login-form-container .login-form .form-check-input {
    border: 2px solid #3454CB;
    color: #3454CB !important;

}

.form-check-input:checked {
    background-color: #3454CB !important;
    border-color: #3454CB !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.login-button-group a:not(.btn-primary) {
    color: #3454CB !important;
}

.btn-primary:hover {
    border-color: #2943b5 !important;
    background-color: #2943b5 !important;
    border-width: 2px !important;
    color: #fff !important;
}

.btn-primary {
    background-color: #3454CB !important;
    border-radius: 999px !important;
    border-color: #3454CB !important;
    color: #fff !important;
    border-width: 2px !important;
}



.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #3454CB !important;
    border-color: #3454CB !important;
    box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.auth-btn-primary {
    background-color: #3454CB !important;
    border-radius: 999px !important;
    border-color: #3454CB !important;
    color: #fff !important;
    border-width: 2px !important;
}

.auth-btn-primary:hover,
.auth-btn-primary:focus,
.auth-btn-primary:active {
    border-color: #2943b5 !important;
    background-color: #2943b5 !important;
    color: #fff !important;
}

.or_container {
    display: flex;
    align-items: center;
}

.or_container hr {
    flex-grow: 1;
    margin: 0 10px;
    border: none;
    border-top: 1px solid black;
}




/* @media screen and (min-width: 1024px) {
    .healthbox-form-wrapper {
        height: 100vh;
    }

    .login-form-component {
        width: 40% !important;
    }

    .healthboxhr-auth-download-app-wrapper .download-app-inner-wrapper {
        margin-top: 110px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .healthboxhr-auth-download-app-wrapper img:not(.grey-logo) {
        width: 100%;
        margin-top: -50px;
    }

    .login-form-whitebox {
        background-color: #fff !important;
        border-radius: 40px !important;
        padding: 0 80px !important;

    }

    .healthboxhr-auth-download-app-wrapper .download-app-inner-wrapper {
        width: 50%;
    }

}

@media screen and (max-width: 1024px) {
    .healthboxhr-auth-download-app-wrapper .download-app-inner-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .healthboxhr-auth-download-app-wrapper img {
        width: 100%;
        margin-top: 50px;
    }

    .login-form-whitebox {
        background-color: #fff !important;

        padding: 0 60px !important;

    }

} */

.label-organ {
    font-weight: 700;
}