body{background:#fff}#upper{height:10rem;background:#f6e0d9;position:relative}#upper::after{content:"";display:block;width:100%;height:.8rem;background:url("../images/common/wave_orange.svg") left top/23.2rem .8rem repeat-x;position:absolute;bottom:-0.78rem;left:0}#login{height:calc(100vh - 20rem);display:flex;align-items:center;justify-content:center}#login .logo{margin-right:16rem}#login .logo img{display:block;width:37.2rem}#login #login_container{width:32rem}#login form{width:32rem}#login form input{width:100%;box-sizing:border-box;font-family:"M PLUS Rounded 1c";font-weight:bold;margin-bottom:2.4rem}#login form input[type=text],#login form input[type=email],#login form input[type=password]{height:5.4rem;font-size:1.8rem;color:#413a35;background:#fff;border:3px solid #59504b;border-radius:1rem;padding:8px}#login form input[type=submit]{margin-bottom:0;border:none;height:6rem;background:#ed724b;transition:.4s;cursor:pointer;border-radius:1rem;color:#fff;font-size:2rem;box-shadow:0px .3rem .8rem .1rem rgba(237,114,75,.36)}#login form input[type=submit]:hover{background:#16c6c9;box-shadow:0px .3rem .8rem .1rem rgba(22,198,201,.36)}#login .error{width:100%;margin-top:4.8rem;border-radius:1rem;border:3px solid #ed4b4b;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:1.8rem;box-sizing:border-box;color:#ed4b4b;font-weight:bold;line-height:1.6}#login .error>*{max-width:100%}footer{height:10rem;background:#d6f3f3;position:relative;padding:0;box-sizing:border-box;padding-top:2.7rem}footer::before{content:"";display:block;width:100%;height:.8rem;background:url("../images/common/wave_green.svg") left top/23.2rem .8rem repeat-x;position:absolute;top:-0.78rem;left:0;transform:rotate(180deg)}