body {
    background-color: #ecf7fc;
    font-family: Arial, sans-serif;
}

form {
    border: 3px solid #3b3b3b;
    padding: 20px;
}

fieldset {
    border: none;
}

label {
    font-weight: bold;
    font-size: 11pt;
    color: #3b3b3b;
}

input[type="text"],
input[type="email"],
input[type="password"],
button {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color: #3b3b3b;
    border: 1px solid #3b3b3b;
    padding: 5px 10px;
    margin-bottom: 10px;
}

button {
    background-color: transparent;
    cursor: pointer;
}

button:hover {
    color: #fff;
    background-color: #3b3b3b;
}
