﻿.logInHeader {
    height: 200px;
}

#loginContent, #resetpasswordContent, #forgotAccessCodesContent {
    /*display: block;*/
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
    width: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #DEDB00;
    font-size: 12px;
}

.loginUserName, .forgotAccessCodeEmail {
    margin-left: 50px;
    margin-bottom: 5px;
    font-weight: bold;
}

.loginUserName, .forgotAccessCodeEmailMessage {
    margin-left: 50px;
    margin-bottom: 5px;
}

.loginAskForUserName {
    margin-left: 50px;
    margin-bottom: 30px;
}

.clsAskForPassword_UserName {
    margin-left: 50px;
    margin-bottom: 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.clsAskForPassword_Password {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    font-weight: bold;
    margin-left: 50px;
}

.forgotAccessCodeBtns {
    display: flex;
    margin-left: 60px;
    margin-right: 30px;
    justify-content: space-between;
    width: 290px;
}

.loginUserNameInfo {
    margin-left: 30px;
    font-size: 11px;
    color: red;
}

.btnAskForUserName_Continue {
    margin-left: 30px;
    width: 350px;
    height: 30px;
    cursor: pointer;
    background-color: #52514F;
    color: white;
    font-weight: bold;
}

.btnAskForPassword_Continue {
    cursor: pointer;
    background-color: #52514F;
    width: 350px;
    height: 30px;
    margin-left: 30px;
    margin-right: 30px;
    color: white;
    font-weight: bold;
}

.clsLoginSwitchUser {
    margin-left: 300px;
}

.privacyPolicyContainer, .SetupAccount_privacyPolicyContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

#privacyPolicyContent, #SetupAccount_privacyPolicyContent {
    width: 900px;
    border: solid 1px green;
}

#privacyPolicyConfirm, #SetupAccount_privacyPolicyConfirm {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    flex-shrink: 0;
    width: 900px;
    overflow: auto;
}

.btnPrivacyPolicy_Accept, .btnSetupAccount_PrivacyPolicy_Accept {
    width: 150px;
    height: 30px;
}

.spanPrivacyPolicy_DoNotShow, .spanSetupAccount_PrivacyPolicy_DoNotShow {
    font-family: Calibri;
    font-weight: bold;
    width: 300px;
}

.clsAskForStudyCode_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-weight: bold;
    margin-left: 50px;
    font-size: 12px;
}

.clsAskForStudyCode_Password {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    font-weight: bold;
    margin-left: 50px;
}

.clsAskForStudyCode_StudyCode {
    font-weight: bold;
    margin-left: 50px;
}

.textAskForStudyCode_StudyCode {
    font-family: Arial, Helvetica, sans-serif;
    width: 300px;
    height: 25px;
    margin-left: 50px;
    margin-bottom: 5px;
}

.btnAskForStudyCode_Submit {
    cursor: pointer;
    background-color: #52514F;
    width: 350px;
    height: 30px;
    color: white;
    font-weight: bold;
    margin-left: 30px;
    margin-right: 30px;
}

.clsStudiesAndTools_Logo {
    width: 215px;
    padding-left: 10px;
}

.studiesAndToolsContent {
    min-width: 680px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    flex-grow: 1;
}

.txtStudiesAndTools_Search {
    width: 500px;
    height: 20px;
    margin-bottom: 10px;
}

#body {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    flex-grow: 1;
}

.clsStudiesAndTools_tdLeft {
    min-width: 150px;
}

.clsStudiesAndTools_tdRight {
    width: 500px;
}

#loginVerificationCodeContent {
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
    width: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #DEDB00;
    font-size: 12px;
}

.btnAskForVerificationCode_Submit {
    cursor: pointer;
    background-color: #52514F;
    color: white;
    width: 350px;
    height: 30px;
    font-weight: bold;
    margin-left: 30px;
    margin-right: 30px;
}

.askForPassword_switchUser {
    margin-left: 300px;
    cursor: pointer;
}

.clsActivationMFA_Content {
    padding: 5px;
    margin-bottom: 20px;
    margin-left: 50px;
    font-size: 14px;
}

.clsActivationMFA_Btns {
    display: flex;
    margin-left: 150px;
    margin-right: 50px;
}

.btnActivationMFA_Activate {
    cursor: pointer;
    background-color: #52514F;
    width: 150px;
    height: 30px;
    color: white;
    font-weight: bold;
}

.btnActivationMFA_Continue {
    margin-left: 150px;
    cursor: pointer;
    background-color: #52514F;
    width: 150px;
    height: 30px;
    color: white;
    font-weight: bold;
}

.clsActivationMFA_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-weight: bold;
    margin-left: 50px;
    font-size: 12px;
}

.clsEnableMFA_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 12px;
}

.clsEnableMFA_Info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.clsEnableMFA_HeadInfo {
    margin-left: 150px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
}

.clsEnableMFA_Email {
    width: 280px;
    font-weight: bold;
}

.textEnableMFA_Email {
    font-family: \'Font Awesome 5 Free\', Arial, Helvetica, sans-serif;
    font-weight: 700;
    width: 220px;
    height: 25px;
}

.clsEnableMFA_ProceedLeterBtn {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 20px;
}

.btnEnableMFA_Next {
    display: flex;
    background-color: #52514F;
    color: white;
    height: 25px;
    width: 80px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 20px;
    border: solid black 1px;
    align-items: center;
    justify-content: center;
}

.clsEnableMFA_InfoContainer {
    font-size: 12px;
}

.clsEnableMFA_EmailConfirm {
    display: flex;
}

.btnEnableMFA_ProceedLeter {
    display: flex;
    background-color: #52514F;
    color: white;
    height: 25px;
    width: 150px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 200px;
    border: solid black 1px;
    align-items: center;
    justify-content: center;
}

.clsEnableMFA2_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 12px;
}

.clsEnableMFA2_Header, .clsSetupAccount_EnableMFA2_Header {
    margin-left: 200px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
}

.clsEnableMFA2_Body, .clsSetupAccount_EnableMFA2_Body {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.clsEnableMFA2_Body2 {
    display: flex;
    align-items: center;
}

.btnEnableMFA2_AskForNewCode, .btnSetupAccount_EnableMFA2_AskForNewCode {
    display: flex;
    padding: 5px;
    height: 15px;
    cursor: pointer;
    font-weight: bold;
    border: solid black 1px;
    align-items: center;
    justify-content: center;
    width: 160px;
    font-size: 12px;
}

.clsEnableMFA3_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 12px;
}

.clsEnableMFA3_AskForBackupEmail_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 12px;
}

.EnableMFA3_ErrorMessage {
    color: red;
    font-weight: bold;
    margin-left: 50px;
    width: 300px;
    margin-bottom: 5px;
}

.clsEnableMFA3_Header {
    margin-left: 150px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.clsEnableMFA3_AskForBackupEmail_Header {
    margin-left: 150px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.clsEnableMFA3_EmailSuccess {
    display: flex;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    align-items: center;
}

.clsEnableMFA3_AskForBackupEmail_EmailSuccess {
    display: flex;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    align-items: center;
}

.clsEnableMFA3_Body {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.clsEnableMFA3_AskForBackupEmail_Body {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}


.clsEnableMFA3_MobileDiv {
    display: flex;
    flex-direction: row;
    margin-left: 100px;
    margin-bottom: 20px;
}

.clsEnableMFA3_Buttons {
    margin-bottom: 10px;
    margin-left: 100px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.btnEnableMFA3_AskForBackupEmail_Next {
    display: flex;
    background-color: #52514F;
    color: white;
    height: 25px;
    width: 80px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 20px;
    border: solid black 1px;
    align-items: center;
    justify-content: center;
}

.EnableMFA3_AskForBackupEmail_ErrorMessage {
    color: red;
    font-weight: bold;
    margin-left: 5px;
}

.clsEnableMFA4_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 12px;
}

.clsEnableMFA4_Header, .clsSetupAccount_EnableMFA4_Header {
    margin-left: 200px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.clsEnableMFA4_EmailSuccess, .clsSetupAccount_EnableMFA4_EmailSuccess {
    display: flex;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    align-items: center;
}

.clsEnableMFA4_Body {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.clsEnableMFA4_MobileDiv {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    margin-left: 200px;
    align-items: center;
}

.clsEnableMFA4_VCText, .clsSetupAccount_EnableMFA4_VCText {
    width: 250px;
}

.clsEnableMFA4_Body2 {
    display: flex;
    margin-bottom: 20px;
    font-weight: bold;
    align-items: center;
    font-size: 12px;
}

.btnEnableMFA4_AskForNewCode {
    display: flex;
    padding: 5px;
    height: 15px;
    cursor: pointer;
    font-weight: bold;
    border: solid black 1px;
    align-items: center;
    justify-content: center;
    width: 160px;
    font-size: 12px;
    margin-bottom: 20px;
}

.clsEnableMFA4_Buttons {
    display: flex;
    margin-left: 100px;
}

.btnEnableMFA4_Next, .btnSetupAccount_EnableMFA4_Next {
    display: flex;
    background-color: #52514F;
    color: white;
    height: 25px;
    width: 80px;
    cursor: pointer;
    font-weight: bold;
    border: solid black 1px;
    align-items: center;
    justify-content: center;
}

.btnEnableMFA4_Skip, .btnSetupAccount_EnableMFA4_Skip {
    margin-left: 150px;
    display: flex;
    background-color: #52514F;
    color: white;
    height: 25px;
    width: 80px;
    cursor: pointer;
    font-weight: bold;
    border: solid black 1px;
    align-items: center;
    justify-content: center;
}

.clsEnableMFA5_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 12px;
}

.EnableMFA5_ErrorMessage {
    color: red;
    font-weight: bold;
    margin-left: 50px;
    width: 300px;
    margin-bottom: 5px;
}

.clsEnableMFA5_Header {
    margin-left: 200px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.clsEnableMFA5_EmailSuccess {
    display: flex;
    font-weight: bold;
    font-size: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.clsEnableMFA5_Body {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.clsEnableMFA5_PreferenceDiv {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}

.clsEnableMFA5_PreferenceQ {
    width: 220px;
}

.clsEnableMFA5_PreferenceCheck {
    display: flex;
    flex-direction: column;
    width: 200px;
}

.btnEnableMFA5_Next {
    display: flex;
    background-color: #52514F;
    color: white;
    height: 25px;
    width: 80px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 20px;
    border: solid black 1px;
    align-items: center;
    justify-content: center;
}

.clsEnableMFAChangePasswordProcess_UserName, .clsSetupAccount_SetupPassword_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 12px;
}

.clsEnableMFAChangePasswordProcess_Header, .clsSetupAccount_SetupPassword_Header {
    margin-left: 100px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
}

.clsEnableMFAChangePasswordProcess_Body, .clsSetupAccount_SetupPassword_Body {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.EnableMFAChangePasswordProcess_ErrorMessage, .SetupAccount_SetupPassword_ErrorMessage {
    color: red;
    font-weight: bold;
    margin-left: 50px;
    width: 300px;
    margin-bottom: 5px;
}

.clsEnableMFAChangePasswordProcess_PassDiv, .clsSetupAccount_SetupPassword_PassDiv {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    font-weight: bold;
    margin-left: 50px;
}

.textEnableMFAChangePasswordProcess_Password {
    font-family: \'Font Awesome 5 Free\', Arial, Helvetica, sans-serif;
    font-weight: 700;
    width: 300px;
    height: 25px;
}

.textEnableMFAChangePasswordProcess_ConfirmPassword {
    font-family: \'Font Awesome 5 Free\', Arial, Helvetica, sans-serif;
    font-weight: 700;
    width: 300px;
    height: 25px;
}

.btnEnableMFAChangePasswordProcess_Next, .btnSetupAccount_SetupPassword_Next {
    display: flex;
    background-color: #52514F;
    color: white;
    height: 25px;
    width: 80px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 200px;
    border: solid black 1px;
    align-items: center;
    justify-content: center;
}

.btnAskForVerificationCode_Submit {
    cursor: pointer;
    background-color: #52514F;
    color: white;
    width: 350px;
    height: 30px;
    font-weight: bold;
    margin-left: 30px;
    margin-right: 30px;
}

.askForPassword_switchUser {
    margin-left: 300px;
    cursor: pointer;
}

.clsAskForVerificationCode_PreferenceCheck {
    display: flex;
    align-items: center;
    margin-left: 50px;
    font-weight: bold;
    border: solid #cdcccb 1px;
    width: 320px;
    height: 50px;
}

.clsForgotAccessCode_AskForEmail_InfoMessage {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
    align-items: center;
}

.clsForgotAccessCode_AskForEmail_InfoMessage_Body {
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
    width: 550px;
    height: 200px;
    padding-top: 50px;
    padding-bottom: 10px;
    padding:5px;
    border-color: #DEDB00;
    font-size: 14px;
}

.dialogPrivacyPolicy_data {
    width: 900px;
    height: 600px;
    overflow: auto;
}

.ui-dialog.clsdialogLogIn_ActivateStudy {
    
}

.clsAskForAccessCodesForStudyToActivate_Body {
    margin-bottom: 10px;
    margin-left: 10px;
}

.clsAskForAccessCodesForStudyToActivate_Form {
    display: flex;
    margin-bottom: 10px;
    margin-left: 10px;
}

.textAskForAccessCodesForStudyToActivate_UserName {
    font-family: Arial, Helvetica, sans-serif;
    width: 200px;
    margin-left: 5px;
}

.textAskForAccessCodesForStudyToActivate_Password {
    width: 200px;
    margin-left: 5px;
}

.textAskForAccessCodesForStudyToActivate_StudyCode {
    font-family: Arial, Helvetica, sans-serif;
    width: 200px;
    margin-left: 5px;
}

.textConfirmProfile_FirstName {
    font-family: Arial, Helvetica, sans-serif;
    width: 300px;
    height: 25px;
}

.textConfirmProfile_LastName {
    font-family: Arial, Helvetica, sans-serif;
    width: 300px;
    height: 25px;
}

.textConfirmProfile_Email, .textConfirmProfile_EmailBackup {
    font-family: Arial, Helvetica, sans-serif;
    width: 300px;
    height: 25px;
}

.clsConfirmProfile_VerificationCodeEmail, .clsConfirmProfile_VerificationCodeEmailBackup {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    margin-top: 20px;
    width: 190px;
}

.textConfirmProfile_VerificationCodeEmail, .textConfirmProfile_VerificationCodeEmailBackup {
    font-family: Arial, Helvetica, sans-serif;
    width: 150px;
    height: 25px;
}

.btnAskForNewCodeEmail, .btnAskForNewCodeEmailBackup {
    display: flex;
    padding: 5px;
    margin-left: 10px;
    margin-top: 15px;
    height: 15px;
    cursor: pointer;
    font-weight: bold;
    border: solid black 1px;
    align-items: center;
    justify-content: center;
    width: 160px;
    font-size: 12px;
}

.textConfirmProfile_Mobile {
    font-family: Arial, Helvetica, sans-serif;
    width: 275px;
    height: 25px;
}

.clsConfirmProfile_VerificationCodeMobile {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    margin-top: 20px;
    width: 190px;
}

.textConfirmProfile_VerificationCodeMobile {
    font-family: Arial, Helvetica, sans-serif;
    width: 150px;
    height: 25px;
}

.btnAskForNewCodeMobile {
    display: flex;
    padding: 5px;
    margin-left: 10px;
    margin-top: 15px;
    height: 15px;
    cursor: pointer;
    font-weight: bold;
    border: solid black 1px;
    align-items: center;
    justify-content: center;
    width: 160px;
    font-size: 12px;
}

.btnAskForVerificationCode_ResendCode {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 200px;
    height: 30px;
    background-color: #cdcccb;
    /*background-color: #9b9997;*/
    color: white;
    font-weight: bold;
    margin-left: 15px;
}

.clsSetupAccount_EnableMFA_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA_Header {
    margin-left: 150px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
}

.clsSetupAccount_EnableMFA_Body {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA_Body2 {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 20px;
}

.clsSetupAccount_EnableMFA_Body21 {
    width: 280px;
    font-weight: bold;
}

.btnSetupAccount_EnableMFA_Next {
    display: flex;
    background-color: #52514F;
    color: white;
    height: 25px;
    width: 80px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 20px;
    border: solid black 1px;
    align-items: center;
    justify-content: center;
}

.clsSetupAccount_EnableMFA2_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA2_Body2 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA3_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA3_Header {
    margin-left: 150px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.clsSetupAccount_EnableMFA3_EmailSuccess {
    display: flex;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    align-items: center;
}

.clsSetupAccount_EnableMFA3_Body {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA3_Body2 {
    display: flex;
    flex-direction: row;
    margin-left: 100px;
    margin-bottom: 20px;
}

.clsSetupAccount_EnableMFA3_Btns {
    margin-bottom: 10px;
    margin-left: 100px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA3_AskForBackupEmail_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA3_AskForBackupEmail_Header {
    margin-left: 150px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
}

.clsSetupAccount_EnableMFA3_AskForBackupEmail_EmailSuccess {
    display: flex;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    align-items: center;
}

.clsSetupAccount_EnableMFA3_AskForBackupEmail_Body {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA3_AskForBackupEmail_Body2 {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 20px;
}

.clsSetupAccount_EnableMFA3_AskForBackupEmail_2_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA3_AskForBackupEmail_2_Header {
    margin-left: 200px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
}

.clsSetupAccount_EnableMFA3_AskForBackupEmail_2_EmailSuccess {
    display: flex;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    align-items: center;
}

.clsSetupAccount_EnableMFA3_AskForBackupEmail_2_Body {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA3_AskForBackupEmail_2_Body2 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}

.btnSetupAccount_EnableMFA3_AskForBackupEmail_2_AskForNewCode {
    display: flex;
    padding: 5px;
    height: 15px;
    cursor: pointer;
    font-weight: bold;
    border: solid black 1px;
    align-items: center;
    justify-content: center;
    width: 160px;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA4_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA4_Header {
    margin-left: 200px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.clsSetupAccount_EnableMFA4_EmailSuccess {
    display: flex;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    align-items: center;
}

.clsSetupAccount_EnableMFA4_Body {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA4_Body2 {
    display: flex;
    margin-bottom: 20px;
    font-weight: bold;
    align-items: center;
    font-size: 12px;
}

.btnSetupAccount_EnableMFA4_AskForNewCode {
    display: flex;
    padding: 5px;
    height: 15px;
    cursor: pointer;
    font-weight: bold;
    border: solid black 1px;
    align-items: center;
    justify-content: center;
    width: 160px;
    font-size: 12px;
    margin-bottom: 20px;
}

.clsSetupAccount_EnableMFA4_Buttons {
    display: flex;
    margin-left: 100px;
}

.clsSetupAccount_EnableMFA5_UserName {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA5_Header {
    margin-left: 150px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.SetupAccount_EnableMFA5_ErrorMessage {
    color: red;
    font-weight: bold;
    margin-left: 50px;
    width: 300px;
    margin-bottom: 5px;
}

.clsSetupAccount_EnableMFA5_EmailSuccess {
    display: flex;
    font-weight: bold;
    font-size: 12px;
    align-items: center;
    margin-bottom: 10px;
    margin-left:10px;
}

.clsSetupAccount_EnableMFA5_Body {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.clsSetupAccount_EnableMFA5_PreferenceDiv {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}

.clsSetupAccount_EnableMFA5_PreferenceQ {
    width: 220px;
}

.clsSetupAccount_EnableMFA5_PreferenceCheck {
    display: flex;
    flex-direction: column;
    width: 200px;
}

.btnSetupAccount_EnableMFA5_Next {
    display: flex;
    background-color: #52514F;
    color: white;
    height: 25px;
    width: 80px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 20px;
    border: solid black 1px;
    align-items: center;
    justify-content: center;
}

.clsSetupAccount_EnableMFA4_MobileDiv {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    margin-left: 200px;
    align-items: center;
}

.clsListOfStudiesSpan {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 20px;
    color: white;
}

.clsListOfStudiesSpan {
    font-size:16px;

}

.clsProfileUserName {
    font-size: 16px;
}

.menuProfileUserName {
    font-size: 14px;
}

.clsListOfSudiesDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #b2b2b2;
    border-radius: 20px;
    height: 40px;
    min-height: 40px;
    background: #0D445A;
    flex-grow: 1
}


