.form-check {
    padding-left: 0 !important;
}

a.reset {
    font-size: 14px;
}

.login-page, .register-page {
    background: #ffffff;
}

.login-box {
    margin: 12% auto;
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
    color: #242424;
}

.login-logo a,
.register-logo a {
    color: #242424;
}

.login-logo a:hover,
.login-logo a:active,
.register-logo a:hover,
.register-logo a:active {
    text-decoration: none;
}