select, option, input, textarea {
    resize: none;
    /*font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 0.9em;*/
}
 select::placeholder, option::placeholder, input::placeholder, textarea::placeholder {
    color: rgba(55, 71, 133, .6) !important;
    /*font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 0.9em;
    font-weight: 500;*/
}
 select:focus, option:focus, input:focus, textarea:focus {
    border-color: rgba(0, 0, 0, .3) !important;
}
 select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}
 input {
    padding: 1rem;
}
 input.error {
    border: 1px solid #ff4d4d;
    box-shadow: 0 0 0 0.2rem rgba(255, 77, 77, 0.25);
}
 input.error:focus {
    border: 1px solid #ff4d4d;
    box-shadow: 0 0 0 0.2rem rgba(255, 77, 77, 0.25);
}
 input.success {
    border: 1px solid #20b77b;
}
 input.success:focus {
    border: 1px solid #20b77b;
}
 .input-linked {
    position: relative;
}
 .input-linked .link {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0.5rem;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
}
 .input-linked .link svg {
    width: 14px;
    stroke-width: 2.2;
    stroke: #374785;
}
 label {
    font-size: 0.9em !important;
    margin-bottom: 5px;
}
 label.pos-rel {
    position: relative;
}
 label.block {
    display: block;
}
 label .inputIcon {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 1px 4px;
    border-radius: 3px;
    z-index: 9;
}
 label .inputIcon.hide {
    display: none;
}
 label .inputIcon svg {
    width: 14px;
}
 label .inputIcon svg:hover {
    stroke: #374785;
}
 .formContentContainer {
    max-width: 375px;
    margin: 0 auto;
    background-color: #fff;
    padding: 3rem 1.5rem;
    border-radius: 0.75rem;
    margin-top: 15vh;
    box-shadow: 5px 7px 10px rgba(0, 0, 0, .1);
}
 @media screen and (max-width: 375px) {
    .formContentContainer {
       margin: 15vh 1rem;
   }
}
 .formContentContainer .header {
    color: #374785;
}
 .formContentContainer .header .icon svg {
    width: 3rem;
    height: 3rem;
    stroke-width: 1.5px;
}
 .formContentContainer .header img {
    max-width: 100px;
    margin-bottom: 10px;
}
 .form-control {
    padding: 0.6rem 1rem 0.6rem 0.6rem !important;
    border-radius: 0.5rem;
    font-size: 0.95rem;
}
 .form-control.otp {
    border-radius: 0.25rem !important;
    padding: 0 !important;
    margin: 0 3px;
    width: 4.5rem !important;
    height: 5rem;
}
 .form-control:focus {
    box-shadow: none;
}
 .form-control.search {
    border-radius: 32px;
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
}
 @media screen and (max-width: 576px) {
    .form-control.search {
       padding: 0.5rem 1rem;
   }
}
 .PhoneInputInput {
    border: 1px solid rgba(55, 71, 133, .2);
    padding: 0.6rem 1rem 0.6rem 0.6rem;
    outline: none;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    color: rgba(55, 71, 133, 1);
    font-weight: 500;
}
.cur-pointer {
   cursor: pointer;
}
.text-primary-blue {
  color: #fff;
}
.text-primary-deepblue{
   color: #8dc73f;
}

 