.app {
    padding-left: 0;
    font-size: 14px;
}
.app-login {
    background: #f7f7fa;
}
.app-login__wrapper {
    display: flex;
    height: 100%;
    width: 100%;
}
.app-login__form {
    width: 50%;
    min-width: 450px;
}
.app-login__cover {
    width: 70%;
}
@media (max-width: 992px) {
    .app-login__cover {
        display: none;
    }
    .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: #E5E5E5;
}

.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: #000;
    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;
    margin-top: auto;
}
.app-login__form-body {
    margin-top: auto;
    margin-bottom: auto;
}
.app-login__form-logo {
    margin-right: 10px;
}
.app-login__form-logo img {
    width: 100px;
}
.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;
}
.btn.btn-primary:hover{
    background-color: #056CF2;
    border-color: #056CF2;
}
/* 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;
} */

