body {
    background-color: #CCC;
}

#password_form {
    border-width: 2px 0 2px 0;
    border-color: black;
    border-style: solid;
    padding-bottom: 10px;
}

#password_form button {
    width: 200px;
    height: 50px;
}

#password_form input {
    width: 200px;
    height: 40px;
    margin: 5px 0;
}

#name_explanation {
    font-size: 20px;
}

#password_form label {
    font-size: 20px;
}

.validated {
    color: green !important;
}

#view_mode_container {
    position: absolute;
    right: 10px;
    top: 10px;
}

#view_mode_container label {
    position: relative;
    font-size: 24px;
    margin: 0;
    display: block;
    float: left;
    height: 100%;
}

#view_mode_container input {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0;
    float: left;
    display: block;
}

.hidden {
    display: none !important;
}