html {
    height: 100% !important;
}
body {
    overflow-y: auto;
    height: 100% !important;
    background-color: #b1d34b;
}
@media only screen and (min-width: 1000px) and (min-height: 570px) {
    body {
        overflow-y:hidden;
    }
}
.auth-login{
    background-color: #b1d34b;
    vertical-align: middle;
    height: 100%;
}
.auth-login .alert {
    position: fixed;
    right: 40px;
    top: 45px;
    text-align: left;
    min-width: 280px;
    max-width: 440px;
}
.auth-login .alert-error {
    background-color: #f2838f !important;
    border-color: #f2838f;
    color: #ac4652 !important;
}
.auth-info {
    background-color: #b1d34b;
    padding: 0 60px 40px 60px;
}
.auth-info-slogan {
    color: #007e45;
    font-size: 14px;
    font-weight: 600;
    font-family: UnimedSans, 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 25px;
}
.auth-info-icon{
    margin-top: 40px;
}
.auth-info-name {
    font-family: UnimedSlab, 'Source Sans Pro', sans-serif;
    color: #00401a;
    font-size: 58px;
    font-weight: 900;
    margin-top: 15px;
    text-align: center;
}
.auth-info-subtitle {
    color: #00401a;
    font-size: 26px;
    font-weight: 900;
    margin-top: 10px;
    text-align: center;
}
.auth-info-description {
    color: #00401a;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}
.auth-form {
    background-color: #0a5f55;
    padding: 140px 180px 100px 180px;
    height: 100%;
}
.auth-form, .auth-info {
    float: right;
}
@media only screen and (max-width: 1000px) {
    .auth-form {
        padding: 50px 60px 0 60px;
        height: initial;
        width: 100%;
    }
    .auth-info-name {
        font-size: 44px;
    }
    .auth-form, .auth-info {
        float: left;
    }
}
.auth-form label {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}
.auth-form label i {
    font-size: 14px;
}
.auth-form-header {
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
}
.auth-forgot a{
    color: #ffffff;
    font-size: 12px;
}
.input-group-addon, .form-control {
    background-color: #0a5f55 !important;
    border-color: #b1d34b !important;
    color: #ffffff;
}
.input-group-addon {
    padding: 5px;
}
.form-control {
    border: 1px solid #b1d34b;
}
.form-control:focus {
    border: 2px solid #b1d34b;
}
.form-control:hover {
    background-color: #0a5f55;
}
.auth-modal-forgot .modal-header {
    background-color: #00995d;
    border: none;
}
.auth-modal-forgot .modal-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}
.auth-modal-forgot .modal-body {
    padding: 15px 140px;
    background-color: #0a5f55;
    color: #ffffff;
}
@media only screen and (max-width: 1000px) {
    .auth-modal-forgot .modal-body {
        padding: 15px 50px;
    }
}
.auth-modal-forgot .modal-description {
    text-align: center;
    margin-bottom: 15px;
}
.arrow {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #b1d34b;
    position: absolute;
    left: 0;
    top: 45%;
}
@media (max-width: 767px) {
    .auth-login {
        background-color: #0a5f55;
    }
}