/*###################################*/
/*  Signup form / Preferences        */
/*###################################*/
.authorization-fullname {
    border-bottom-style: solid;
    display: inline-block;
    min-width: 150px;
    font-weight: bold;
}

.inline-form-item label {
    padding: 10px 10px 10px 0px;
    width: 170px;
}

.inline-form-item input {
    display: inline;
    width: 320px;
}

.preferences button {
    margin-left: 140px;
}

.inline-form-item select {
    display: inline;
    width: 340px;
}

#mailbox-number {
    pointer-events: none;
    opacity: 0.7;
    font-weight: bold;
    width: 50px;
    text-align: center;
}

.preference-read-only-item {
    width: 190px;
    float: inline-start;
}

.preference-read-only-item+span {
    font-weight: bold;
    display: inline-block;
}

.add-name-button {
    color: white;
    width: 90px;
    height: 23px;
    padding: 9px 29px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.add-name-button:active {
    transform: translateY(2px);
    box-shadow: 0 0 0 2px #0096bfab;
}

.submit-button {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 0px;
}