.form-inner-area input{
	height:43px;
}
.cc-modal input{
  height:43px !important;
}

.modal-body input{
  height:43px !important;
}

.modal-body .form-control{
  height:43px !important;
}

input.form-control,
select{
  border-radius: 12px !important;
}

input{
	margin-bottom: 15px;
}

.actions li span, .actions li button{
  font-size: 18px;
  line-height: 56px;
  height: 56px;
  width: 145px;
}

.form-check .form-check-input{
  height: 20px;
  max-width: 20px;
  padding-left: 0;
  margin-right: 12px;
}

/******************************** Modal **********************************/

.modal .modal-body input,
.modal .modal-body select {
  height: 60px;
  padding-left: 30px;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 2px solid #ededed;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}


/******************************* Credit Card Modal *********************************/

.cc-modal .modal-close .close-modal {
  position: absolute;
  cursor: pointer;
  top: -16px;
  right: -11px;
  height: 34px;
  width: 34px;
  background: #fafafa;
  border: 1px solid #3a3f44;
  border-radius: 50%;
  font-size: 11px;
  color: #05080b;
  z-index: 5;
  transition: .4s;
}
.input-lable{
    color: black;
    font-weight: 400;
    font-size: 16px;
    margin-left: 1px;
}