.color-white {
  color: #fff;
}

.form-card {
  background: #fff;
  padding: 30px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
@media only screen and (max-width: 600px) {
  .form-card {
    margin-top: 2rem;
    padding: 20px;
  }
}

.form-card-header {
  border-bottom: 2px solid #04191F;
  padding-bottom: 10px;
}
.form-card-header .form-title {
  font-size: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .form-card-header .form-title {
    font-size: 23px;
  }
}
.form-card-header p {
  font-size: 16px;
  font-weight: 400;
}

/* Loading */
.loading-card{
	position: relative;
}

.loading-card .loading-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading-wrapper img{
	height: 6rem;
}

/* Vue Select */
.vs__dropdown-toggle{
	padding: 0;
	border-radius: 0;
}

.vs__selected-options input{
	border: 0 !important;
	margin-top: 0 !important;
}

.search-select-wrapper .vs__search::placeholder,
.search-select-wrapper .vs__dropdown-toggle,
.search-select-wrapper .vs__dropdown-menu {
  background: #fff;
  border: 1px solid #ced4da;
  color: #04191F;
  font-size: 1rem;
}

.search-select-wrapper .vs__clear,
.search-select-wrapper .vs__open-indicator {
  fill: #04191F;
}

.search-select-wrapper .vs__dropdown-option {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.search-select-wrapper .vs__dropdown-option--highlight {
  background: #f0f0f0;
  color: #04191F;
}

.iti.iti--allow-dropdown.iti--separate-dial-code,
.iti.iti--allow-dropdown.iti--separate-dial-code input{
  width: 100%;
}
.iti.iti--allow-dropdown.iti--separate-dial-code input{
	padding-left: 100px !important;
}

/* Form Styles */
.custom-form label{
	font-size: 15px;
	font-weight: 400;
	color: #6a6a6a;
}

.custom-form input,
.custom-form input:active,
.custom-form input:focus,
.custom-form textarea,
.custom-form textarea:active,
.custom-form textarea:focus{
	font-size: 14px;
	padding: 10px 15px;
	background: white;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 0;
}

.form-invalid-message{
	margin-top: 3px;
	padding: 1px 0 1px 6px;
	background: #F9E4E8;
	font-size: 12px;
	color: #dc3545;
	display: none;
}

.custom-form.hero-form{
	padding: 15px;
/* 	background: rgba(3,20,80,0.3); */
	background: #031317;
}

.custom-form.hero-form .form-title{
	color: white;
	text-align: left;
	font-size: 20px;
	margin-bottom:0;
	text-transform: uppercase;
}

.custom-form.hero-form input,
.custom-form.hero-form textarea{
	font-size: 14px;
	padding: 7px 10px;
}

.btn.btn-submit-black,
.btn.btn-submit-black:hover{
	border-radius: 0;
	width: 100%;
	text-transform: uppercase;
	font-weight: 500;
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.btn.btn-submit-hero,
.btn.btn-submit-hero:hover{
	border-radius: 0;
	width: 100%;
	text-transform: uppercase;
	font-weight: 500;
	background: #fac400;
	border: 1px solid #fac400;
	color: #000;
}

.btn{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.btn.btn-cc,
.btn.btn-cc:hover{
	text-transform: uppercase;
	font-weight: 500;
	background: #FAC400;
	color: #000;
	border: 1px solid #FAC400;
}
