#root {}
html { font-size: 14px; }


body { margin: 0;height: 100vh; background: linear-gradient(to right, #00CCFF, #0099FF); }
header { position: fixed; top: 0;right: 0; width: 100%; background: #fff; }

.login_area { width: 100%; position: absolute; top: 25%;left: 50%; transform: translate(-50%, 0%)}
.login_form { background: #fff; padding: 1rem 5rem 1rem 5rem; border-radius: 15px; }
.login_title { font-size: 1rem; margin-top: 2.5rem; margin-bottom: 2.5rem; text-align: center;}

.login_title h1 { font-size: 1.4rem; color: #999; line-height: 2.5rem; }
.login_title h2 { font-size: 1.2rem; color: #999; line-height: 2.5rem}

footer { position: fixed; bottom: 0;right: 0; width: 100%; background: #f2f2f2; }
footer p { line-height: 2.5rem; text-align: center; color: #999; }