.app {
    overflow: auto;
    position: relative;
    width: 100%;
    padding: 0;
    font-size: 14px;
    background-size: cover;
    background-image: url('../assets/bg-maplusalhadi.svg');
}
.app-login {
    /* background: #f7f7fa; */
}
.app-login__wrapper {
    display: flex;
    height: 100%;
    width: 100%;
}
.app-login__form {
    width: 30%;
    min-width: 450px;
}
.app-login__cover {
    width: 70%;
}
@media (max-width: 992px) {
    .app-login__cover {
        display: none;
    }
    .app-login__form {
        min-width: 100%;
    }
}
.app-login__form-container {
    padding: 50px 0;
    width: 350px;
    max-width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}
.app-login__form-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.app-login__cover {
    background: #fff;
}

.form__group {
    margin-bottom: 20px;
}
.form__label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #716f6f;
}
.form__input {
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(69, 91, 99, 0.08);
    background-color: #fff;
    border: 1px solid #e1e1e1;
    display: block;
    width: 100%;
    line-height: normal;
}
.form__input--primary:focus {
    border: 1px solid #4a80d9;
}
.form__input--lg {
    padding: 15px;
    min-height: 50px;
}
.btn {
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(69, 91, 99, 0.08);
    color: inherit;
    line-height: normal;
    font-size: 14px;
}
.btn--primary {
    background-color: #4a80d9;
    color: #fff;
}
.btn--lg {
    min-height: 50px;
    padding: 15px;
}
.btn--block {
    display: block !important;
    width: 100% !important;
}
.form__group-header h1 {
    font-size: 18px;
    font-weight: 600;
    color: #716f6f;
    margin-bottom: 10px;
}
.form__group-header p {
    font-size: 14px;
    color: #9d9d9d;
    margin-bottom: 25px;
}
.form__group-footer p {
    font-size: 13px;
    color: #9b9b9b;
}

.app-login__form-header {
    display: flex;
    align-items: center;
}
.app-login__form-body {
    margin-top: auto;
    margin-bottom: auto;
}
.app-login__form-logo {
    margin-right: 10px;
}
.app-login__form-logo img {
    max-width: 50px;
}
.app-login__form-heading h1 {
    font-size: 18px;
    font-weight: 600;
    color: #716f6f;
    margin-bottom: 2px;
}
.app-login__form-heading span {
    font-size: 14px;
    color: #9d9d9d;
}
.app-login__cover {
    position: relative;
    /* background: url(''); */
    background-size: cover;
    background-position: right;
    height: 100%;
}
.app-login__cover:before {
    content: '';
    background: rgba(0,0,0,.4);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}
@media (max-height: 600px) {
    .app-login__form-container {
        padding: 20px 0;
    }
}

.has-error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}
.app-login__form--full {
    width: 100% !important
}
.app-login__form--full + .app-login__cover {
    display: none !important;
}
/* input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
} */
.app-block{
    display: flex;
    align-items: center;
    height: 100%;
}
.container-fluid{
    padding-left: 15px;
    padding-right: 15px;
    width: unset;
}
.div-login{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.20);
    border: solid 0.5px #d5d5d5;
    border-radius: 15px;
}
.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}
.login-wrapper {
    margin: auto;
    background: #fff;
    padding: 35px 30px 30px 30px;
    border-radius: 15px;
}
@media (min-width: 576px) {
    .login-wrapper {
        max-width: 345px;
        min-width: 435px;
    }
}
@media (max-width: 576px) {
    .container-fluid {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .login-wrapper {
        width: 435px;
        max-width: 100%;
    }
}
@media (max-width: 400px) {
    .login-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.login-heading img{
    width:80px;
}

.login-heading {
    margin-bottom: 25px;
}
.login-heading h5 {
    font-size: 21px;
    opacity: .8;
}
.login-heading h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.login-title {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-left: 5px;
}
.login-heading h3 {
    margin-bottom: 5px;
    font-size: 22px;
}
.login-heading h6 {
    margin: 0;
    font-size: 14px;
}
.form-control {
    height: 45px;
}
.btn {
    height: 50px;
}
@media (max-width: 1200px) {
    .header__image {
        display: none;
    }
}
.header__image-left img, .header__image-right img {
    position: absolute;
    height: 420px;
    bottom: 30px;
    /* top: 0; */
    margin: auto;
}
.header__image-left img {
    left: 50px;
}
.header__image-right img {
    right: 50px;
}
.login-footer {
    text-align: center;
    margin-top: 1rem;
}
.div-login{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.20);
    border: solid 0.5px #d5d5d5;
    border-radius: 15px;
}
.btn.btn-primary:focus,
.btn.btn-primary.focus {
    background-color: #1BC06E;
    border-color: #1BC06E;
}
.btn.btn-primary {
    background-color: #1BC06E;
    border-color: #1BC06E;
}
.btn.btn-primary:hover {
    background-color: #21925A;
    border-color: #21925A;
}
.btn.btn-primary:active:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary:active.focus,
.btn.btn-primary.active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active.focus,
.open>.btn.btn-primary.dropdown-toggle:hover,
.open>.btn.btn-primary.dropdown-toggle:focus,
.open>.btn.btn-primary.dropdown-toggle.focus {
    background-color: #21925A;
    border-color: #21925A;
}
.div-center{
    width: 100%;
    text-align: center;
}