.login_content {
    width: 485px;
    float: right;
    padding: 0 25px 25px 25px;
    background: url('/media/images/nav_bg.png') top left;
}
.login_form form {
    margin-top: 0;
}
.login_form .content {
    font-size: 1.2em;
    color: #fff;
    text-shadow: 2px 2px 3px #423b42;
    filter: dropshadow(color=#423b42, offx=2, offy=2);    
}
.login_form h1 {
    font-family: 'Signika', sans-serif;
    font-weight: bold;
    color: #59ad59;
    font-size: 6.0em;
    text-shadow: 2px 2px 3px #423b42;
    filter: dropshadow(color=#423b42, offx=2, offy=2);    
}
.login_form form input[type=password],
.login_form form input[type=text] {
    width: 207px;
    height: 33px;
    font-size: 1.2em;
    color: #7e7e7e;
    border: none;
    padding: 0 10px 0 10px;
    background: url('/media/images/input.png') no-repeat top left;
}
.login_form li input {
    float: left;
}
.login_form form input#password {
    margin-left: 25px;
}
.login_form h2 {
    font-family: 'Signika', sans-serif;
    font-size: 1.8em;

    margin: 10px 0px;
    padding-top: 2px;
    color: #fff;
}
.token_login #submit_token,
.login_form #submit_button {
    color: #fff;
    border: none;
    width: auto;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px 15px;
    background: #59ad59;
    height: auto;
    text-transform: uppercase;
    font-family: 'Signika', sans-serif;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-top: 10px;
}
.login_form #message {
    font-size: 1.4em;
    color: red;
    width: auto;
    margin-top: 10px;
    display: inline-block;
    padding: 5px;
    background: #fff;
}