html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url('/images/auth-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.form-signin {
    width: 100%;
    padding: 54px 45px;
    margin: 0 auto;
    text-align: initial;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-block {
    display: flex;
    width: 100%;
    max-width: 800px;
    min-width: 300px;
    margin: 0 16px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.auth-form-img {
    background-repeat: no-repeat;
}
.form h4,
.form h4+p {
    text-align: left;
}
.remember-block {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.form .remember-block ~ .btn {
    display: block;
    margin-right: auto;
    background-color: #1565C0;
    border: none;
    padding: 12px 38px;
    color: #fff;
}
.terms {
    font-size: 14px;
}
.auth-form-img img {
    border-bottom-left-radius: 150px;
    max-width: 100%;
}
@media screen and (max-width: 832px) {
    .form-signin {
        padding: 24px 8px;
    }
}
.reset-form {
    max-width: 430px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
}
.reset-form .btn {
    display: block;
    margin: 0 auto;
    padding: 12px 75px;
    background-color: #1565C0;
    color: #fff;
    font-weight: 700;
}
.reset-form p {
    font-size: 15px;
    font-weight: 400;
}
.reset-form.complete {
    padding: 80px 50px;
}
.reset-form.complete p {
    padding-top: 22px;
    padding-bottom: 36px;
}
.reset-form.complete h4,
.reset-form.complete p {
    margin: 0;
}
