html, body {
    height: 100%;
}
.button {
    padding: 10px 18px !important;
    cursor: pointer;
}
input[type='checkbox'] {
    width: auto;
    height: auto;
}
.register-agree {
    padding-top: 20px;
}
.inner-body .left-register {
    height: auto!important;
    padding-bottom: 30px;
}
@media (max-width: 450px) {
    .login .inner-wrapper,
    .form-body.inner-body.login .left {
        width: 300px;
    }
    .login .inner-wrapper {
        height: auto;
        padding-top: 30px;
    }
    .inner-header .logo {
        width: 100%;
        text-align: center;
    }
    .form-body.inner-body form,
    .form-body.inner-body input {
        width: 280px;
    }
}