/*-------------------------------
            LOGIN STYLES
-------------------------------*/
.login-body {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.login-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.login-left-side {
    position: relative;
    flex: 1 1 55%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 4% 50px 30px 50px;
    background: #fff;
    background-size: 100% 100%;
}
.login-left-logo, .login-left-illustration {
    position: relative;
    z-index: 5;
}
.login-left-logo {
    max-width: 380px;
    width: 100%;
    margin: 0 auto 30px;
    display: block;
}
.login-left-illustration {
    width: auto;
    max-width: 100%;
    /* height: 100%; */
    max-height: 500px;
}
/* .login-left-side h2 {
    font-size: 28px;
    color: #fff;
}
.login-left-side h2 span {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 15px;
    display: block;
} */
.login-right-side {
    padding: 50px 60px 50px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 45%;
    height: 100%;
    background: #fff;
}
.login-right-side-content {
    max-width: 600px;
}
.login-right-side-content h3 {
    color: #07706e;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto 30px;
}
.login-right-side-content h4:not(.modal-title) {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    max-width: 550px;
    color: #333;
}
.modal-header .modal-title {
    font-size: 18px;
    color: #007070;
}
.modal-footer .btn-primary {
    background-color: #07706e;
    font-size: 18px;
    border: 0;
    background-image: linear-gradient(to right, #1cc7b5 0%, #276061 100%);
}
.modal-footer .btn-default {
    background-color: #dee2e6;
}
.sign-title {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: -60px;
    left: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.form-signin {
    color: #222;
}
.form-signin label {
    font-weight: 600;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input.form-control {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #eaeaec;
    background: #eaeaec;
    box-shadow: none;
    font-size: 14px;
    height: 50px;
    font-weight: 600;
    padding: 13px 20px;
    border-left: 4px solid #07706e;
}
.form-signin label {
    font-size: 14px;
}
.form-signin .btn-login {
    background-color: #07706e;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 50px;
    max-width: 100%;
    border-radius: 0;
    margin: 10px auto 0;
    display: inline-block;
    font-size: 18px;
    border: 0;
    background-image: linear-gradient(to right, #1cc7b5 0%, #276061  100%);
}
.form-signin .btn-login:hover,
.form-signin .btn-login:focus,
.form-signin .btn-login:active{
    border: 0;
    background-image: linear-gradient(to right, #1cc7b5 0%, #276061  100%);
    background-position: right center; /* change the direction of the change here */
}
.form-signin p {
    text-align: left;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: normal;
}
.form-signin a, .form-signin a:hover {
    color: #07706e;
}
.form-signin a:hover {
    text-decoration: underline;
}
.login-wrap {
    padding: 20px;
    position: relative;
}
.registration {
    color: #c7c7c7;
    text-align: center;
    margin-top: 15px;
}
.checkbox-group input[type="checkbox"]+label,
.checkbox-group input[type="radio"]+label {
    position: relative;
    cursor: pointer;
}
.checkbox-group input {
    visibility: hidden;
    display: none;
    opacity: 0;
    z-index: -1;
}
.checkbox-group input+label:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #07706e;
    vertical-align: -2px;
    margin-right: 8px;
    font: normal normal normal 11px/1.2 FontAwesome;
    text-align: center;
    overflow: hidden;
}
.checkbox-group input:checked+label:before {
    content: "\f00c";
    color: #07706e;
    border-color: #07706e;
}
.subs-link {
    margin-top: 15px;
    color: #7a7676;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .login-body {
        height: auto;
        overflow: auto;
    }
    .login-wrapper {
        flex-direction: column;
        height: auto;
    }
    .login-left-side {
        height: 500px;
        flex: auto;
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 50px;
    }
    .login-right-side {
        height: auto;
        flex: auto;
        padding: 50px 20px;
    }
    .login-right-side-content h3 {
        font-size: 34px;
    }
}
.modal-title {
    font-size: 18px;
    color: #007070;
}
.form-cta-block {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.form-cta-block .btn {
    flex: 1 1 50%;
}