body{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background: #f6e1e1;
}

h2{
    text-align: center;
    font-weight: 300;
}

.aregister{
    font-size: 20pt;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 3px 2px grey
}

.aform{
    width: 500px;
    background: white;
    margin: 80px auto;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 5px 5px #888;
}

label{
    font-size: 11pt;
}

.login_form{
    box-sizing: border-box;
    width:100%;
    padding: 10px;
    font-size: 11pt;
    margin-bottom: 20px;
    border-radius: 3px;
}

.button_form{
    background: #fd5e53;
    color: white;
    font-size: 11pt;
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 10px 20px; 
}

.alink{
    color: #232323;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}