.form-div {
	background-color: #F7F5EC;
	border: 1px solid #F7F5EC;
	border-radius: 10px;
	padding: 50px;
	text-align: center;
	color: #000;
}

.form-div input:focus {
  outline: none; 
}

#phone {
	color: #000;
	border: 1px solid #ccc;
}

.iti__dropdown-content {
	border: 1px solid #ccc !important;
	background-color: #fff !important;
}

.iti__country.iti__highlight {
  background-color: rgba(117, 102, 102, 0.05) !important;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: rgba(117, 102, 102, 0.05) !important;
}

.iti__country {
	text-align: left !important;
}

.form-div input {
	background-color: #fff;
	color: #000;
	width: 250px;
}	

.form-div input::placeholder {
  color: #E3E3E3 !important;
}

.form-div ul {
	background-color: #fff;
}

.form-label {
	font-weight: bold;
	margin-bottom: 20px;
}

.message-div {
	margin-top: 10px;
	margin-left: -35px;
}

.form-title {
	margin-top: 0px;
}

.sms-conteiner {
	margin-top: 20px;
}

.your-number {
	color: #00c900;
}

.another-phone {
	margin-left: 10px; 
	text-decoration: underline; 
	color: #428bca;
	cursor: hand;
	cursor: pointer;
}

.back-div {
	margin-top: 20px;
}

.sms-div {
	margin-bottom: 20px;
	/*width: 250px !important;*/
	position: relative;
	z-index: 10;
}

.pincode-input-container {
width: 250px !important;
}


.preloader-div {
	position: relative;
	width: 35px;
	display: inline-block;
	left: 5px;
}
