.login-logo img {
  width: 60%;
}
.button_theme {
  background: #f70d02;
  border-radius: 32px;
  border: 0px;
  padding: 5px 20px;
  color: #fff !important;
  font-weight: 600;
}
#mobile,
#otp-input {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
.card {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.card-body.login-card-body {
  border-radius: 10px;
}
