.after-validation{
  display: none;
}
.change-user{
  display: none;
}
form label{
  font-size: 13px;
  color: #464646;
}
.mt8{
  margin-top: 8px;
}
.f15{
  font-size: 15px;
}
.div-overlay{
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  right: 15px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.85);
  display: none;
}
.not-allowed{
  cursor: not-allowed! important;	
}
.otp_time_container , .signup_otp_time_container{
  display: none;
}
.otp_time_container.make_visible , .signup_otp_time_container.make_visible{
  display : block;
}

.fa.fa-exclamation-circle{
  font-size: 25px;
}

.f-sign-in-button {
  margin: 0 auto;
  width: 215px;
  height: 35px;
  background-color: #4267b2;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  transition: background-color .218s, border-color .218s, box-shadow .218s;
}

.f-sign-in-button:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
}

.f-sign-in-button:active {
  background-color: #3367D6;
  transition: background-color 0.2s;
}

.f-sign-in-button .content-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  border: 1px solid transparent;
}

.f-sign-in-button img {
  width: 24px;
  height: 24px;
}

.f-sign-in-button .logo-wrapper {
  background:transparent;
  width: 38px;
  height: 100%;
  border-radius: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-sign-in-button .text-container {
  font-family: Roboto,arial,sans-serif;
  font-weight: 700;
  letter-spacing: .21px;
  font-size: 14px;
  line-height: 30px;
  vertical-align: top;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

 .g-sign-in-button {
  margin: 0 auto;
  width: 215px;
  height: 35px;
  background-color: #4285f4;
  color: #fff;
  border-radius: 1px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  transition: background-color .218s, border-color .218s, box-shadow .218s;
}

.g-sign-in-button:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
}

.g-sign-in-button:active {
  background-color: #3367D6;
  transition: background-color 0.2s;
}

.g-sign-in-button .content-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  border: 1px solid transparent;
}

.g-sign-in-button img {
  width: 18px;
  height: 18px;
}

.g-sign-in-button .logo-wrapper {
  background: #fff;
  width: 38px;
  height: 100%;
  border-radius: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.g-sign-in-button .text-container {
  font-family: Roboto,arial,sans-serif;
  font-weight: 500;
  letter-spacing: .21px;
  font-size: 14px;
  line-height: 30px;
  vertical-align: top;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
} 
.social_login_box{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.customBtn{
  margin-top: 5px;
}
@media (max-width:508px){  
  .g-sign-in-button, .f-sign-in-button{
    width: 100%;
  }
}

/* SDK CSS */

.sdk-form-heading{
  margin-bottom: 24px;
}

.sdk-form-error{
  font-size: 14px;
}

.base-form-styles a {
  color: #2C52DF;
  text-decoration: none;
}

.btn:disabled{
  pointer-events: none;
  opacity: 0.65;
}

.sdk-btn-style{
  margin: 1.5rem 0;
}

/* HR Line */
.hr-container {
  position: relative;
  text-align: center;
}

.line {
  border: 1px solid #9b9898;
  margin: 3rem 0;
  padding: 0;
}

.hr-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 10px;
  color: #2C52DF;
}

.primary-field-info {
  border-radius: 4px;
  background: #E9EEF2;
  padding: 14px 16px;
  font-size: 1rem;
  line-height: 1;
}

.primary-field-info .edit-btn {
  float: right;
  font-size: 0.75rem;
  cursor: pointer;
}

.otp-container {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.otp-container .otp-box {
  width: 44px;
  height: 44px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.otp-container .otp-box:focus {
  border-color: #007bff;
  box-shadow: 0 0 4px 0 #007bff;
  outline: none;
}