.btn-login {
    border: none!important;
}
.forgot-pass{
    border: none!important;
}
.form-control:focus{
    border-color: #ced4da;  /* removes border color */
    /* border: none;          */
    outline: 0;
    box-shadow: none;
}
/* input:not([type="submit"]):not([type="checkbox"]),
textarea,
select {
    border: 1px solid #ccc;
    font-size: 13px;
    outline: 0;
    padding: 0 15px;
    color: #878787;
    border-radius: 0;
    max-width: 100%;
} */
.isd_code {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    padding: 8px 0;
    text-indent: 9px;
    border-radius: 15px;
    height:40px!important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: max-content;
    text-align: center;
    border-right: 0;
    position: absolute;
}
input:not([type="submit"]):not([type="checkbox"]),
textarea,
select {
    border: 1px solid #ccc;
    font-size: 13px;
    outline: 0;
    padding: 0 15px;
    color: #878787;
    border-radius: 0;
    max-width: 100%;
}
.mobile_input {
padding-left: 45px !important;
}
.header-search input.form-control {
    flex: 1;
    min-width: 40px;
    padding: 0.9rem;
    border: 2px solid #ec7a5c;
      border-right-width: 2px;
      border-right-style: solid;
      border-right-color: rgb(236, 122, 92);
      border-left-width: 2px;
      border-left-style: solid;
      border-left-color: rgb(236, 122, 92);
    border-right: 0;
    font-size: 1.2rem;
    letter-spacing: 0;
    font-family: Poppins, sans-serif;
  }
  .otp-mobile-text {
    font-size: 14px;
    color: #198754;          
    text-align: center;
    margin-bottom: 12px;
    font-weight: 500;
}
