body
{
overflow-x:hidden;
}



#slider{

	width:500px;
    top: 184px;
	position:fixed;
    z-index: 9999;
         margin-right: 142px;
}
   
#header{ 
	width: 272px;
    height: 305px;
    position: absolute;
        right: -143px;
    border: 1px solid #d8d8d8;
    
    padding: 23px 35px;
    border-radius: 3px;
    box-shadow: 0 0 8px gray;
    background-color: rgba(66, 66, 64, 0.48);
}




#sidebar{
	position:absolute;
	 top: 81px;
	    left: 254px;
	box-shadow: 0 0 8px gray;
}

#sidebar1{
	position:absolute;
	    top: 81px;
	    left: 254px;
	box-shadow: 0 0 8px gray;
}




.input_field121{ 
	margin-top: 10px;
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
}


div#title{
	position:absolute;
	top:300px;
	left:650px;
	}


.text12121{
	padding:6px;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
	margin-top: 10px;
	height:80px;
	width:100%;
}	



.submit_p
{
    background: #272929;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 19px;
    font-weight: bolder;
    padding: 6px 0 7px 0;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 18px;
	
	}

