.logged .login-holder{
    display: none;
}

.login-holder {
    max-width: 400px;
    margin: 0 auto;
}

.auth{
    text-align: center;
    font-size: 40px;
    font-family: 'Times New Roman';
    position: relative;
}

.auth .button{
    position: absolute;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    top: 100%;
    font-size: 22px;
    margin-top: -14px;
}

.auth .button .sp{
    position: relative;
}

.auth .button .back{
    width: 100%;
    height: 120%;
    background: #01ea01;
    color: transparent;
    margin-top: -2%;
    position: absolute;
    transform: rotate(-8deg);
}

.auth .divisor{
    margin: 15px;
}

.auth input[name]{
    width: 100%;
}

.auth input[name], .auth button{
    border: none;
    background: #f1e874;
    font-size: 25px;
    font-family: 'Times New Roman';
    padding: 12px 15px;
    margin: 10px;
}

span.logout{
    margin-left: 20px;
    display: none;
}

.logged span.logout{
    display: inline-block;
    cursor: pointer;
}

.logged .sign-in-frame{
    display: none;
}

.forget-password {
    font-size: 15px;
    padding: 10px;
}

.forget-password a{
    color: #999246;
    text-decoration: none;
}

.recover-holder, .new-pass-holder{
    display: none;
    max-width: 400px;
    margin: 0 auto;
}

.recover-holder input, .new-pass-holder input{
    text-align: center;
}

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

    .auth input[name]{
        width: 80%;
    }

    .recover-holder h1, .new-pass-holder h1{
        font-size: 1.3em;
        margin-top: 50px;
    }

    .login-holder{
        margin-top: 40px;
    }

}