.register span.login-checkbox {
    top: -11px;
    width: 165px;
}

span.login-checkbox > input[type="checkbox"] {
    opacity: 0.1;
    width: 1px;
    height: 1px;
}

.login-checkbox .checkbox {
    float:left;
    margin: 0;
}

.login-actions label {
    font-size: 12px;
}

ul.error {
    list-style: none;
    margin-left: 0;
    color:#b94a48;
}

.fos_user_resetting_send_email .account-container,
.fos_user_resetting_check_email .account-container,
.fos_user_registration_check_email .account-container {
    width: 600px;
}

.fos_user_resetting_send_email .content,
.fos_user_resetting_check_email .content,
.fos_user_registration_check_email .content {
    padding-bottom: 16px;
}

.login-extra {
    width: 350px;
}

.fos_user_registration_register .field select {
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
}

.main {
    height: 30%;
}