.admission-form{

    height: calc(100vh - 109px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.admission-form h2{
font-size: 34px;
font-weight: bold;
margin-bottom: 20px;
color: #272d41;
}
.admission-form .cr-form{
box-shadow: 0 0 0 0.25rem transparent;
background-color: transparent;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
padding: 50px 20px;
}
.admission-form  .form-select,
.admission-form input,
.admission-form  .form-control {
    border: #f2f2f2;
    font-size: 14px;
    border-radius: 0;
    background-color: #f2f2f2;
    padding: 10px;
}
.admission-form  .form-label {
    font-size: 15px;
}
.admission-form .form-label span {
 color: var(--text-color);
}
.form-select:focus,
.form-control:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.25rem transparent;
}
.admission-form .btn.submit{
    background: var(--text-color);
    border-radius: 0;
    padding: 10px 30px;
    color: white;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
}
.admission-form .btn.submit:hover {
    background-color: transparent;
    border-color: var(--text-color);
    color: var(--text-color);
    border: 2px solid var(--text-color);

}

.contact-button input {
    padding: 8px;
    border: 1px solid #18181933;
    font-size: 14px;
    width: 100%;
  }
    .contact-button .cap-sec {
      text-align: end;
      background-color: white;
      color: black;
      border: 1px solid black;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 10px;
  }
  #refresh {
    padding: 8px 10px;
    background-color: #080808;
    color: white;
    border: 1px solid black;
  }
  .submit {
    color: white;
  }
  .form-card .mb-5{
    margin-bottom: 30px !important;
  }
  



