body{   
    text-align: center;
}



body.login #content,
body.register #content{
    max-width: 360px;
}



#announcement{
    font-size: .8rem;
    padding: 10px;
    color: orange;
    transform: translate( 0, 20px ) rotate( 1deg );
    position: fixed;
    bottom: 20px;
    left: 45%;
}

#header{
    text-align: left;
    width: 100%;
    margin-bottom: 50px;
}

#await,
#reset{
    display: inline-block;
    max-width: 400px;
}

#logo{
    display: inline-block;
    max-width: 60px;
    position: absolute;
    top: 0;
    left: 0;
}
#logo img{
    max-width: 100%;
}

#auth-links{
    padding: 10px;    
    position: absolute;
    top: 0;
    right: 0px;
/*     border: 2px solid green; */
}

.auth-link{
    display: inline-block;
}

#forgot{
    display: block;
    font-size: .9rem;
    background: transparent;
    margin-top: 50px;
}
#forgot a{
    text-shadow: 0px 0px 0px !important;
    animation: none;
    color: grey;
    text-decoration: none;
}

.local-login{
    background: #e64a66;
    position: absolute;
    z-index: 99;
    bottom: 0px;
    padding: 70px;
    cursor: pointer;
}
.local-login.admin{
    right: 0px;
}
.local-login.standard{
    right: 220px;
}

@media screen and ( max-width: 800px ){

    .auth-link{
        display: block;
        margin: 15px 0;
        text-align: right;
    }

    .auth-link.removed{
        display: none;
    }

}