﻿.userWithDomain {
    display: flex;
}

.userWithDomainDomain {
    width: 40%;
}

.userWithDomainSlash {
    font-size: 24px;
    padding-right: 5px;
    padding-left: 5px;
}

#SelectedEmailServer {
    width: 40%;
}

.PasswordValidationArea {
    display: grid;
    grid-template-columns: 3% auto;
}

    .PasswordValidationArea input {
        width: 18px;
        margin-top: 0px;
    }

.ResetPasswordConfirmation-page .form-box {
    text-align: center;
}

.ResetPasswordConfirmation-page .error {
    color: red;
}

.unLockColumnText {
    font-weight: normal;
    position: relative;
    left: 6px;
}

.LockedUserList-page table tr, .LockedUserList-page table th {
    text-align: center;
}

.LockedUserList-page table th {
    width: 50%;
}
