.bd-altform-yloo-theme{
    position: absolute;
    background:transparent linear-gradient(180deg, #ffdd00 30%, #ffd000 100%); 
    padding:3rem 2rem 2.5rem; 
    border-radius:0.65rem
}

.bd-altform-nolabel .input-label { 
    display:none;
}
.bd-altform-nolabel input::placeholder,
.bd-altform-nolabel textarea::placeholder,
.bd-altform-nolabel select option[value=""]{
	font-style: oblique;
	color: #8d8d8d !important; 
}
.bd-altform-nolabel input[type="text"],
.bd-altform-nolabel input[type="email"],
.bd-altform-nolabel input[type="tel"],
.bd-altform-nolabel input[type="number"],
.bd-altform-nolabel input[type="date"],
.bd-altform-nolabel input[type="time"],
.bd-altform-nolabel select,
.bd-altform-nolabel textarea{
	width: 100%;
	padding: 0.5rem 0.675rem;
	border: 1px solid #aeaeae;
	border-radius:0.35rem;
    margin-bottom:1rem;
	font-style: normal;
	color:#000
}

.bd-altform-nolabel textarea {
	height: 8.5rem;
    margin-bottom:0.9rem
}
.bd-altform-nolabel .select-inactive{
	font-style: oblique;
	color:#8d8d8d
}
.bd-altform-nolabel .select-inactive option{
	font-style: normal;
	color:#000
}

.bd-altform-nolabel fieldset {
	border-radius: 0.5rem;
    border: solid 1px #8d8d8d;
	padding:revert;
	margin-bottom:1rem;
}
.bd-altform-nolabel legend {
	padding-inline-start: 5px;
    padding-inline-end: 5px;
    color: #056576;
	float:none;
	width: auto;
	font-size:1rem;
	font-weight:700;
	margin-bottom:0;
}
.bd-altform-nolabel input[type="checkbox"]{
	width : 1rem;
	height: 1rem;
	vertical-align:middle;
	accent-color: #0f9eb7;
}
.bd-altform-nolabel .checkbox-label {
	color:#000;
	padding-left:0.3rem;
	vertical-align:middle;
}
.btn-submit{
	background:transparent linear-gradient(90deg, #076675 0%, #1faab7 100%) 0% 0% no-repeat padding-box; 
	border-radius:2rem; 
	box-shadow:none
}
.btn-submit:hover,
.btn-submit:active:hover
{
	color:white;
	transform: scale(0.95)
}
.btn:disabled{
	color: #ffffff4d !important;
	background: #1301014d !important;
}

.bd-altform-error{
	background-color: #fce4e4 !important;
	border: 1px solid #cc0033 !important;
	outline: none;
}
