body{
    font-family: 'Open Sans', sans-serif !important;

}

.custom-input{
    border: 1px solid #2E3190 !important;
    padding: 1.375rem 0.75rem !important;
    border-radius: 0px !important;
    margin-bottom:24px !important;
}

.btn-outline-1 {
    border: 1.7px solid #00B2B7 !important;
    color: #00B2B7 !important;
    font-weight: bold !important;
    font-size: 15px !important;
    border-radius: 9px !important;
}

::placeholder {
    font-size: 15px;
  }

.bg-dark-btn{
    background: #2E3190 !important;
    font-size: 18px !important;
    border-radius: 7px !important;
    padding: 12px !important;
    border-color: #3490dc !important;
    
}

.text-main{
    color:#2E3190;
}

p{
    font-size: 0.8rem;
}

.btn-outline-1{
    border:1.7px solid #00B2B7;
    color:#00B2B7;
    font-weight: bold;
    font-size:15px;
    border-radius:9px;
}

.form-card{
    background-image: url(../web/images/bg-form.png);
    background-size:cover;
    background-repeat:no-repeat;
}


/* @media only screen and (max-width: 768px) {
  
  } */