/**
 * Wrapper.
 */
#wrapper {
    padding: 25px;
}

/**
 * Headline.
 */
h1 {
    margin-top: 0;
}

/**
 * Button.
 */
.submit.button {
    width: 173px;
}

.close.button {
    width: 250px;
}

.close.button:hover {
    background-position: 212px 9px;
}

/**
 * Parsley
 */
.parsley-error {
    border: 1px solid #ff0000 !important;
}

.parsley-errors-list {
    color: #ff0000;
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 5px 0 10px 0;
}