@font-face {
  font-family: Ubuntu-Bold;
  src: url('../fonts/ubuntu/Ubuntu-Bold.ttf');
}
.clear{
    clear: both;
}

.mesage_error{
    color: #cc0000;

}

.success_message{
    color: green;
}

.block_for_messages{
    text-align: center;
}

#header{
    /*border: 2px solid #000;*/
}



#footer{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

#header h2, #footer h2{
    text-align: center;
    margin: 0;
}

#auth_block{
    width: 490px;
    float: right;
    text-align: center;


}

#auth_block a{
    display: block;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    width: 110px;
    height: 30px;
    text-decoration: none;
}



#auth_block1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;


        }





#link_register{
    float: left;
}
#link_price{
    font-family: Ubuntu-Bold;
}

#link_auth, #link_logout{
    float: right;
    font-family: Ubuntu-Bold;

}


#all{
    position: absolute;
    width: 99%;
    height: 90vh;
}
#link_register a{
    background: #0095dd
    ;
}
#link_register1 a{
    background: #0095dd;
    display: block;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-family: Ubuntu-Bold;
    color: #fff;
    width: 200px;
    height: 30px;
    text-decoration: none;
    text-align: center;
}
#link_auth a, #link_logout a{
    background: #0095dd;
    text-align: center;
}

#link_price a{
    display: block;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    width: 110px;
    height: 30px;
    text-decoration: none;
    background: #0095dd;
    text-align: center;
}

#link_auth1 a{
    background: #0095dd;
    display: block;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-family: Ubuntu-Bold;
    color: #fff;
    width: 200px;
    height: 30px;
    margin-right: auto;
    margin-right: auto;
    text-decoration: none;
    text-align: center;
    }
   #link_auth1 a:hover {background: #0077b3;}
   #link_register1 a:hover {background: #0077b3;}


/* Блок с формой регистрации */
/*#form_register, #form_auth{
    width: 500px;
    margin: 0 auto;
}*/


#authorized h2{
    text-align: center;
}
