
.box{
    padding: 20px; 
}
.clr-red{
    color: red;
    padding-left: 0.2rem;
}

.btn-submit{
  color: #fff;
  background-color: #073b61 !important;
  border-color: #073b61 !important;
  border-radius: 33px;
  transition: all .3s;
  padding: 6px 31px;
  height: auto;
}

.btn-submit:hover {
  color: #073b61;
  background-color: white !important;
  box-shadow: 0px 11px 15px -11px #00000085;
}

.form-control { 
    font-size: 14px;
    border: 1px solid #008ee6;
    height: 50px;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

input::placeholder{
    font-size: 14px;
}

form select{
    padding: 5px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    color: #6b757c;
}

form label {
    font-size: 14px;
    font-weight: 900;
    color: #000;
    margin-bottom: 10px;
}
