/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
.aios-emailsubmitbtn {
	color: #fff!important;
	background-color: #0B7BC0!important;
	border-color: #146c43!important;
	border-radius:10px!important;
}
.aios-email-field {
	background:#1B243A!important;
	border-radius: 10px!important;
	border: 2px solid #fff!important;
	color:#fff!important;
}

.aios-fixed-scedule-card-form {
	position: fixed;
	bottom: 0px;
	width: 250px;
	right: 0px;
	background: #cccc;
	z-index:9999
}

.form-control::placeholder, .input-text::placeholder {
  color: #fff!important;
  opacity: 1!important;
}

.btn-aios-success {
	background:#0B7BC0!important;
	padding: 10px 30px!important;
    border-radius: 5px!important;
	color:#fff!important;
	font-size:16px!important;
}

#schedulecallform .form-control::placeholder {
 color: #000 !important;
 opacity: 1;
 }
 
 
.aioscontactustext {
	background: none!important;
	border: 2px solid #fff!important;
	border-radius: 50px!important;
} 
.aioscontactbtn {
	background: #fff !important;
    color: #000 !important;
    font-size: 16px!important;
	border-radius:10px!important;
	
}
.aioscontactcheck label {
	font-size:12px!important;
	font-style:italic!important;
	color:#fff!important;
	line-height:16px;
}
.aioscontactustext, .aioscontactustext {
	color:#fff!important;
}
.aios-contact-waiting {
	color:#fff!important;
}
.aios-contact-form-msg {
	color:#fff!important;
}

.invalid-aios-error {
	color:#fff!important;
}
 @media (max-width: 767px) {
	#aios_emailsubscription_form {
		padding:10px;
	}
 }