﻿/* Custom overrides */
.e3pagetemplate .NewForm .ProvisionConfirmation,
.e3pagetemplate .NewForm .ProvisionActivation,
.e3pagetemplate .NewForm .ProvisionChangeUsername,
.e3pagetemplate .NewForm .ProvisionDeletion {
    margin: 0 auto;
}
.e3pagetemplate .NewForm .ProvisionLabel,
/*.e3pagetemplate .NewForm .ProvisionResetPassword {
    display: block !important;
}*/

.e3pagetemplate .LoginForm,
.e3pagetemplate .NewForm .FormHeading,
.form-group-submit {
    width: 350px !important;
}

.e3pagetemplate .NewForm .ProvisionValidation,
.e3pagetemplate .NewForm .ValidationButtons,
.e3pagetemplate .NewForm .ProvisionConfirmation,
.e3pagetemplate .NewForm .ProvisionActivation,
.e3pagetemplate .NewForm .ProvisionChangeUsername,
.e3pagetemplate .NewForm .ProvisionDeletion,
.e3pagetemplate .NewForm .ProvisionReset,
.e3pagetemplate .NewForm .ProvisionRegistration,
.e3pagetemplate .NewForm .ProvisionPassword {
    width: 100% !important;
    min-width: 270px;
    max-width: 350px !important;
}

.ProvisionConfirmationNotification {
    font-size: 16px !important;
}
.ProvisionConfirmationLogin {
    margin-top: 30px !important;
}

.ProvisionValidation .ValidationFormFailText,
.ProvisionRegistration .LoginFormFailText {
    font-size: 14px !important;
}

.ResetMessages .success {
    color: #2a2a2a !important;
}
.ResetMessages .error {
    font-weight: bold !important;
}

.SuccessMessageText {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ErrorMessageText {
    color: #ff0000;
    font-weight: bold;
}



