.login-page,
.register-page {
    background: #F7FAFF;
    height: auto;
    position: relative;
    padding-top: 18px;
    padding-bottom: 64px;
}

.login-box,
.register-box {
    width: 540px !important;
}

.login-card-body {
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.10) !important;
}

.frame-auth-top {
    position: absolute;
    top: 0;
    right: 0;
}

.frame-auth-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}