/**
 * IXS new-user dialog styles - just the welcome header.
 * The rest of the dialog uses Roundcube's standard form widgets.
 */

#ixsnewuserdialog .ixsnewuserdialog-welcome {
    text-align: center;
    margin: 0 0 1rem 0;
}

#ixsnewuserdialog .ixsnewuserdialog-logo {
    max-width: 220px;
    max-height: 80px;
    width: auto;
    height: auto;
    margin: 0 auto .5rem auto;
    display: block;
}

#ixsnewuserdialog .ixsnewuserdialog-greeting {
    margin: .25rem 0 0 0;
    font-weight: bold;
    font-size: 1.1rem;
}

/* Elastic forms.less paints `.formcontent .hint` italic - we keep the dialog
   hint upright so it reads as a friendly instruction, not a sidebar caveat. */
#ixsnewuserdialog .hint {
    font-style: normal;
}
