/**
 * @author: Procurios
 * @about:  mmt-mdp-register.css
 *          Additional layout settings for the "registration"-page
 */

/**
 * User info notice
 */

.mmt-mdp-user-notice {
    position: relative;
    margin: 0 20px 1.6em;
    padding: 10px 10px 10px 60px;
    border-top: 4px solid #e98734;
    background-color: #f8f8f8;
    *zoom: 1;
}

.mmt-mdp-user-notice p {
    margin: 0;
    color: #000;
}

.mmt-mdp-user-notice a {
    text-decoration: underline;
    color: #3f8bb7;
}

.mmt-mdp-user-notice a:hover {
    text-decoration: none;
    color: #3f8bb7;
}

.mmt-mdp-user-notice .mmt-mdp-user-data {
    color: #3f8bb7;
    font-weight: bold;
}

.mmt-mdp-user-notice img {
    position: absolute;
    top: 4px;
    left: 11px;
}

/**
 * Registration form & login process
 */

.mmt-mdp-registration-form {
    padding: 0 20px;
}

/* Add whitespace when the cancel-message is below edit-button (only when cancel is allowed) */
.mmt-mdp-cta--edit + .mmt-mdp-registration-sidebar-message {
    margin-top: 1em;
}

.mmt-mdp-registration-thankyou .mmt-mdp-last a {
    margin: 0 4px 0 6px;
}

