body {
	
  height: 100%;
  background-image: url("../img/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.bg-dip
{

background: #FFF1C1;
}

.form-c{
background: #FFF1C1;
border: 1.5px solid #1D2143;
box-sizing: border-box;
border-radius: 8px;
width: 100%;
padding: 11px 2px;

}

.btn-next{
background: linear-gradient(271.57deg, #DA2218 0%, #FE5A51 100%);
border-radius: 8px;
border: 0;
padding: 12px 25px;
color: #fff;
float: right;
transition: 0.8s;
}


.btn-next:hover{
    background: linear-gradient(271.57deg, #191e5c 0%, #193075 100%);
	transition: 0.8s;
}

