body{background-image: url('../images/fon2.jpg')}
#conteyner{
    border: #c20b0b 2px solid;
    /*padding: 10px;*/
    width: 400px;
    height: 370px;
    margin: auto;
    box-shadow: 0.4em 0.4em 5px rgba(0,0,0,0.5);
    text-align: center;
    background: #F2C240;
}
#exit {
    /*border: #0000FF 1px solid;*/
    /*border-radius: 7px;*/
    width: 16px;
    float: right;
}
#exit, .exit, #submit{
    cursor: pointer;
}
#exit:hover{
    /*background: #fff;*/   
    color: #0A076D;
    font-weight: bold;}
#window{ 
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;}
/*#conteyner h2{margin: auto;}*/
#message{
    width: 100%; height: 50px; color: #c20b0b;
}
#submit{
    margin-bottom: 10px;
}
button{margin-left:  30px ; float: bottom;}
#reg{font-size: 25px; font-weight: bolder;}
#input{
    text-align: left;
    margin: 10px;
    padding: 10px;
}
.label{
    margin-right: 10px;
}
#input input{
    position: relative;
    float: right;
}
