

input[type="text"], input[type="password"] {
    font-weight: 200;
    text-align: center;
}

input[type="text"]::placeholder, input[type="password"]::placeholder {
    opacity: 0.5;
    font-weight: 200;
    text-align: center;
}