.mobilelogin-help-main {
  font-size: 0.9rem;
  color: #666;
  margin-top: 5px;
  margin-bottom: 10px;
}

.mobilelogin-help {
  font-size: 0.9rem;
  color: #666;
}

.mobilelogin-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.mobilelogin-col {
  flex: 0 0 35%;
  max-width: 35%;
  min-width: 260px;
}

/* OTP satirindaki inputlar icin kullanici istegine gore genislik ve radius */
#customer-form .mobilelogin-row .form-control {
  display: inline-block;
  width: 35%;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border-radius: 5px;
}

.mobilelogin-channel-group {
  margin-top: 5px;
}

.mobilelogin-channel-group .radio-inline,
.mobilelogin-channel-group .form-check-inline {
  margin-right: 10px;
}

.mobilelogin-actions {
  margin-top: 10px;
}

#mobilelogin_otp_message,
#mobilelogin_register_otp_message,
#mobilelogin_reset_message {
  margin-top: 10px;
}

.mobilelogin-account-link .link-item {
  display: flex;
  flex-direction: column;
}

.mobilelogin-account-link .link-item__title {
  font-weight: 600;
}

.mobilelogin-account-link .link-item__info {
  font-size: 0.9rem;
  color: #666;
}

#mobilelogin_register_request_otp,
#mobilelogin_request_otp {
  background-color: #198243;
  color: #ffffff;
  border-color: #198243;
}

#mobilelogin_register_request_otp:hover,
#mobilelogin_register_request_otp:focus,
#mobilelogin_request_otp:hover,
#mobilelogin_request_otp:focus {
  background-color: #176f38;
  border-color: #176f38;
  color: #ffffff;
}

.mobilelogin-otp-image-wrapper {
  margin-top: 10px;
}

.mobilelogin-otp-image {
  max-width: 100%;
  height: auto;
  display: block;
}
