﻿.frontuse {

    width: 400px;
    margin: 0 auto; 
    box-shadow: 2px 8px 2px grey; 
    padding: 20px; 
    border-radius: 10px;
    background-color:#f0f6fb;
	margin-top:-60px;
}



.showalert {

    
	margin-bottom:60px;
}


.showfull {
 
display:block;	
}


.frontuse input {
    border-radius: 0px;
	height: 50px;
	border: 1px solid #c9d0d6;
	background-color: #fff;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	color: #464646;
	
	
}

.inhead {
    line-height:40px;
}


@media only screen and (max-width: 992px) {



.showfull {
 
display:none;	

}

  

}

@media only screen and (max-width: 768px) {



.showfull {
 
display:none;	

}

  

}


@media only screen and (max-width: 600px) {

 .inhead {
        line-height: 30px;
    }


.frontuse {
        width: 100%;
		margin-top:120px;
}


.showalert {

    
	margin-bottom:0px;
}


.showfull {
 
display:none;	

}

  

}