.swal2-container.swal2-backdrop-show {
	background: #f8f5f1;
}

.swal2-container.swal2-center>.swal2-popup {
	background: #ffffff;
	border-radius: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.solcol input[type="text"],
.solcol input[type="email"],
.solcol input[type="number"],
.solcol input[type="tel"],
.solcol input[type="date"],
.solcol textarea {
	border: 2px solid #ffffffb3;
	border-radius: 10px;
	outline: none;
	background: #f8f5f1;
	;
	color: #a3988e;
	padding: 10px 15px;
}

.solcol input[type="text"]:hover,
.solcol input[type="email"]:hover,
.solcol input[type="number"]:hover,
.solcol input[type="tel"],
.solcol input[type="date"]:hover,
.solcol textarea:hover,
.solcol input[type="text"]:focus,
.solcol input[type="email"]:focus,
.solcol input[type="number"]:focus,
.solcol input[type="tel"],
.solcol input[type="date"]:focus,
.solcol textarea:focus {
	background: #f8f5f1;
}

.solcol input[type="submit"] {
	border-radius: 15px;
	background: linear-gradient(#c98c1b, #d1852e) !important;
	outline: 0;
	color: #fff !important;
	border: 2px solid #c98c1b;
	margin-left: auto;
	/* margin-right: auto; */
	padding: 15px 45px;
	font-weight: bolder;
}

.solcol input[type="submit"]:hover {
	background: #fff !important;
	border: 2px solid #c98c1b;
	color: #000 !important;
}

.solcol label {
	color: #000;
	font-weight: 400;
	padding: 0px 0px 6px 0px;
}

.swal2-container h2#swal2-title {
	color: #000;
	font-size: 35px;
	padding: 31px;
}

.swal2-popup.swal2-modal {
	max-width: 750px;
	width: 100% !important;
}

label.error {
	color: red;
	margin-bottom: 0px;
}

.solrow .solcol:nth-child(2) {
	padding: 10px 20px;
}

input.aior_fomr_filed:nth-child(even),
input.aior_fomr_filed:nth-child(odd) {
	padding: 10px 0px 10px 20px !important;
}

@media only screen and (max-width:710px) {
	.solcol input[type="submit"] {
		margin-left: auto;
		margin-right: auto;
	}
	.solrow .solcol:nth-child(2) {
		padding: 10px;
	}
}
