/**
 * Guestcode Login CSS
 * @styling the Guestcode Login
 */

/* Login as guest button (under loginform). */
.page-user form .form-actions p.guest-login {
    font-size: 11px;
}
    .page-user form .form-actions p.guest-login a {
        margin: 0;
    }

/* Page Guest: Content block */
.page-guest .content-block {
    background-color: #f6f5f2;
    padding: 20px;
    margin: 20px 0 0;
}

/* Form elements: label */
.page-guest form#els-login-connector-guestcode-login-form label {
    display: inline-block;
    width: 120px;
    font-weight: bold;
    cursor: pointer;
}

/* Form elements: submit */
.page-guest form#els-login-connector-guestcode-login-form input#edit-guest-code-submit {
    margin: 0 0 0 123px;
}