*{ padding: 0; margin: 0; overflow: hidden; } .user{ position: absolute; width: 100%; height: 100%; } .login_box, .regist_box{ width: 300px; height: 300px; padding: 10px; box-shadow: 0 0 2px rgba(0,0,0,.5); position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; } .label_text{ display: inline-block; width: 80px; } h1{ text-align: center; } label{ display: block; width: 90%; text-align: right; margin: 10px; } input{ width: 180px; height: 30px; } .submit_login, .submit_regist{ position: absolute; width: 200px; height: 30px; background-color: #007DBC; display: block; left: 50%; bottom: 40px; transform: translateX(-50%); } #to_login, #to_regist{ color: #007EE5; font-size: 12px; display: block; text-align: right; width: 90%; }