.page-logo {
    background: rgba(0,0,0,.3);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    color: #eee;
    line-height: 110px;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}

.padding-none {
    padding: 0 !important;
}

body.login .login-container {
    top: 40%;
}

body.login .signup {
    top: 23%;
}

body.login .login-container p {
    font-size: 14px;
}

body.login .login-button {
    float: none;
}

body.login .signup-button, body.login .login-button-signup {
    display: block;
    text-align: center;
    color: #eee;
    padding: 10px 20px;
    outline: 0!important;
    opacity: .8;
    border: 0;
    width: auto;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    transition: width .3s ease;
    color: #33CCFF;
    border: 2px solid #33CCFF;
}

body.login .signup-button:hover, body.login .login-button-signup:hover {
    background: #33CCFF;
    color: #fff;
}