#register-logo {
    background: url(../../../../public/css/images/backgrounds/register.png) no-repeat transparent;
    height: 187px;
    margin: 20px auto;
    width: 849px;
}

form {
    margin-left: 90px;
}

.column {
    float: left;
    padding-right: 3%;
    width: 25%;
}

.column:last-child {
    padding-right: 4%;
}

label {
    height: 18px;
    width: 100%;
}

input,
input[type="submit"] {
    height: 30px;
    width: 100%;
}

input[type="submit"] {
    bottom: 0;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    margin: 25px 0 0;
}

p.help {
    color:    #D88B40;
    margin-left: 90px;
}

.checkbox-label {
    clear: none;
    float: left;
    margin-left: 10px;
    width: auto;
}
