@charset "utf-8";
/* CSS Document */

body {
           color: #666;
           background-color: #f1f2f2;
		   background-image: url("images/booking.gif");
		   background-repeat:no-repeat;
		   background-size:cover;
	    }
input{
	color: black !important;
}
.btn{
        width:80%;
        height:37px;
        border-radius:100px;
        background-color:#0398fc;
        color: white !important;
        border:2px solid #0398fc;
	
     }
.block{
                 height:auto;
	border-radius:20px;
	             margin:auto;
                 background-color:rgba(0,0,0,0.6);
                 width: 50%;         
                 box-shadow: 0px 10px 30px #BEBEBE;
}
.btn:hover {
              background-color:black;
             
           }

.close4{
	width:30px;
	height:30px;
	border-radius: 100px;
}
label{
	color:white !important;
}
 
.box {
	width:100%;
	background-color:rgba(255,255,255,0.5);
	color:black;
	border-radius: 15px;
	height:auto;
}
.back1 {	   
	transform: rotate(180deg);
	
      }
