html,body{
background:url("../images/vasschkds.png");
}
.checkfrom{
position:absolute;
width:60%;
height:60vh;
top:160px;
left:18.5%;
border-radius: 0px;
}
.is-underline{
border-bottom: 1px solid #C9C9C9;
}

.insetcc{
width:100%;
height:53vh;
background-color: rgb(175, 175, 242);
}
@media (max-width: 767px) {
.checkfrom {
position: absolute !important;
width: 91% !important;
height: 60vh !important;
top: 160px !important;
left:4.5% !important;
border-radius: 0px !important;
}
}
