.loader
{
    text-align: center;
    display: none;
}

.noauth > div
{
    width: 400px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    background-color: #c7ddef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
}
.noauth
{
    position: fixed;
    padding-top: 30%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}