#email_label { color: blue; margin-top: 10px; } h3, label { font-family: Arial, Helvetica, sans-serif; } body { /* background-color: #ccbbcc; */ background-color: #251f1f; /* background-image: url(https://bit.ly/2XibZvI); background-repeat: no-repeat; background-size: cover; */ } #logo { width: 100px; height: 100px; position: absolute; } .auth_header { text-align: left; } .login { height: 220px; } .signup { height: 273px; } .btn { width: 224px; height: 35px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: oblique; } #overlay_signup { height: 345px; } #overlay_login { height: 300px; } #new_user, #to_login { width: 20px; height: 20px; position: absolute; top: 15px; right: 15px; } .overlay { border: 2px solid yellow; text-align: center; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 400px; background-color: white; border-radius: 8px; box-shadow: 10px 10px 10px #00000099; } .inner { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 230px; margin: auto; } .form-control { width: 200px; margin-bottom: 15px; height: 30px; outline: none; padding-left: 10px; padding-right: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 16px; }