﻿  .Login2FAAuthenticatorWrapper {
    min-width: 370px;
    margin-left :-14px;
}
.container { 
}
.left {
    float: left;
    padding-right: 15px;
}
.right {
    width:300px;
}
.ResendOTP{font-size :11px; 
}
#login2FA_divReleasedInfo { 
    font-size: 10px; 
    text-align: right;
}
#login2FA_SMSbody {
    font-size:14px;
    vertical-align :top;
}
#login2FA_divReleasedInfo a, a {
    color: #000 !important;

} 
.AuthenticatorLogo {
     width: 20px;
    height: 20px;
}

#Authenticator {
    text-align: center;
    padding-top: 15px; 
}
.Authenticator {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    min-height: 25px;
    justify-content: center;
}
.Authenticator a:link, a:visited, a:active {
    text-decoration-line: none;
    font-weight: 600;
    font-size: 11px;
    text-align: center; 
}
.setupColor {
    color: rgb(14, 183, 245);
    padding-left:5px;
    padding-right :5px;
}

.QuestionText {
    font-size: 11px;  
}
.boldText {
    font-weight: 600;
    color: #000 !important;
}
.boldTextTitle {
    font-weight: 500;
    font-size: 14px;
    color: #000 !important;
}
.CentreText {
    font-size: 11px;
    text-align: center;
    min-height: 25px;
}
  
.vertical-center {
    transform: translateX(60%);
}
.vertical-center2 {
    transform: translateX(26%);
}
.vertical-center3 {
    transform: translateX(80%); 
} 
#Authenticatorbuttons, #Authenticatorbuttons2, input[type="button"] {
    padding-left: 20px;
    margin-top: 5px;
}
 
  .QRcode {
    border: 0;
    width: 450px; 
}
 .btnAuthenticatorVerify  {
    margin-top: 4px;
}
#login2FA_Authenticator_msg { 
    margin-top:10px;
}
.TwoFA_login_error {
    color: #E07171 !important;
    background-color: #FDF0F0;
    font-weight: 500;
    padding: 5px 0px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
} 
.NoServicePanel {
    padding-left: 22px;
    font-size: 13px;
}

.Auth {
    margin-left:28px;
}

.lblAuthenticator {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #000 !important;
    margin-left: 10px;
}

.setupColor:hover {
    text-decoration: underline;
}