.login-page, .register-page{
	/* background: rgba(255, 255, 255, .15); */
    height: 100dvh;
    width: 100%;
}

.login-box, .register-box{
	margin: 0 auto;
    height: 100%;
    align-content: center;
    width: 420px;
}

.login-box-body, .register-box-body{
	/* background: #eee; */
    padding: 30px 20px;
    color: #444;
    border-top: 0;
    color: #666;
    border-radius: 10px;
    box-shadow: 0px 1px 14px 3px rgba(0, 0, 0, 0.15);
}

.form-control{
    border-radius: 4px !important;
    height: auto;
    padding: 8px 12px !important;
}

.login-box-msg, .register-box-msg{
    text-align: start;
    padding: 0;
    margin-bottom: 20px;
}

.form-control-lg{
    height: auto;
    padding: 10px 16px !important;
}

.form-control-feedback{
    line-height: normal;
    height: auto;
    width: auto;
    translate: -50% 50%;
}

.form-group{
    margin-bottom: 20px;
}
