/*=======================================================*/
body{
font-size: 14px !important;
  font-weight: 500 !important;
}
.header {
  width: 100%;
  position: relative;
  z-index: 99;
  background: var(--color-white);
  box-shadow: 0 0 5px 0px rgba(0,0,0,.1);
  padding:10px 0px;
  background:#fff;
}
.header .container, .header .container-fluid, .header .inner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-center, .header-left, .header-right {
  display: flex;
  align-items: center;
}
.logo-light{
    width:100px;
}
/*=======================================================*/
.card{
    box-shadow: 0 1px 2px rgba(56,65,74,.15);
    border-radius:0.5rem;
    width:100%;
    position:relative;
    overflow:hidden;
    background:#fff;
    margin-bottom:1rem;
}
.card .card-header{
    padding:1rem;
    margin-bottom: 0;
    background:#395b8d;
    color:#fff;
}
.card-title{
    font-size:18px;
}
.card .card-body{
    padding:1rem;
}
.form-label{
    font-weight:600;
    font-size:16px;
}
/*=======================================================*/
.form-check-input {
  width: 1.2em;
  height: 1.2em;
}
.form-check{
display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.575rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.45rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select{
    padding:0.575rem 2.25rem 0.575rem 0.75rem;
     border-radius: 0.45rem;
}
 /*=======================================================*/
.enroll-form-section{
max-width:700px;
margin:0 auto;
}

#signature-pad {
          border: 2px solid #000;
          border-radius: 8px;
          width: 100%;
          height: 300px;
        }
        .buttons {
          margin-top: 10px;
        }
        .btn-full{
            width:100%;
        }
        .btn-primary {
  color: #fff;
  background-color: #709917;
  border-color: #709917;
}
.btn-outline-primary {
  color: #709917;
  border-color: #709917;
}
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
