
input{
    margin: 10px;
}
body {
    display: block;
    margin: 0px;
}
#menu
{
    display: block;
    background-color: rgb(127, 208, 255);
    width: 100%;
    height: 50;
    margin: 0px;
    padding: 0px;
    
}
.block_menu
{
    color: white;
	height: 30px;
	display: inline-block;
	padding:15px;
	width:200px;
	vertical-align: middle;
	/*background: #f1e75d;*/
    text-align: center;
    cursor:pointer;

}
#loged
{
    color: white;
    display: inline-block;
    width: 200px;
    right: 0px;
    margin-left: auto;
    margin-right: 0;
    /*background-color: rgb(0, 255, 21);*/
    float: right;
}
#fon
{
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
	z-index:1050; 
}
#login
{
    border-radius: 20px;
    background-color: rgb(127, 208, 255);
    text-align: center;
    margin: 10% auto;
    width: 200px;
    padding: 10px;
    
}
.button
{
    background-color: #4c66af; 
    border: none;
    color: white;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    /*border-radius: 10px;*/
    cursor:pointer;
}
#content
{
    width: 100%;
    height: 100%;
    background-color: rgb(205, 236, 255);
}