
h1 {
    font-size: 32px;
    font-weight: normal;
}

.registration { text-align: center; }
.registration label {
    display: block;
    padding: 10px 20px;
}

.login input, .registration input { padding: 5px 10px; width: 200px; }

button { background: transparent; border: 0; color: white; font-size: 24px; }

.login { margin-top: 50px; text-align: center; padding: 30px; font-size: 18px; }


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    border: 1px solid black;
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}