#authMessage, .message {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
    margin-bottom: 10px;
    padding: 10px 0px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.message {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
}

.my-toggle {
    background: transparent;
    border: 0;
    border-radius: 0.25em;
    color: #888;
    cursor: pointer;
    font-size: 0.75em;
    font-weight: bold;
    margin-right: 0.5em;
    padding: 0.5em;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.my-toggle:hover, .my-toggle:focus {
    background-color: #eee;
    color: #555;
    outline: transparent;
}

.hideShowPassword-toggle, .my-toggle {
    z-index: 3;
}