.errors {
	color: red;
	margin-bottom: 20px;
}

input[type='text'], input[type='password'] {
    width: 100%;
}

#who_are_you {
    resize: vertical;
}

#who_explain {
    float: right;
    font-size: 1em;
    cursor: pointer;
    color: #B97D2D;
    text-decoration: underline;
}

.small, input[type="text"].small {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 0px;
    display: inline-block;
    overflow: hidden;
}