body{
	background-color: #ffffff;
  /*background-image: url("./images/bg-alva-hiver.jpg");
  background-size: cover;
*/
}

.step2{
	margin-top: 100px;
	margin-bottom: 100px;
	background: #f9dee2;
	border: 4px solid #ff0061;
	border-radius: 25px;
	padding: 20px;

}

.radiof{
	margin-top: 0px;
}

.btnSend{
  background-image: url("./images/btn-send-alva.png");
	/*background: rgb(255,99,132);
  background: -moz-linear-gradient(180deg, rgba(255,99,132,1) 0%, rgba(250,210,100,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,99,132,1) 0%, rgba(250,210,100,1) 100%);
  background: linear-gradient(180deg, rgba(255,99,132,1) 0%, rgba(250,210,100,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6384",endColorstr="#fad264",GradientType=1);
	color:#000000;*/
  //border: 2px solid ;
	//border-color: #000000;
  height: 81px;
	background-color: #f4e4c3;
	font-weight: bold;
	font-size: 25px;

  width: 348px;
  border: none;
  border-radius: 9px;
  transform: scale(0.8);
	transition: all .2s ease-in-out;
}

.btnSend:hover {
	transform: scale(0.9);
}

@media (max-width:1199px) {
.btnSend{
	font-size: 20px;
}



}



.phoneNumb{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #ffffff;
	background-color: #ff0061;
	font-size: 30px;
}

.head
{
	padding: 0px;


}
