.login .copyright
{
    font-size: 13px;

    margin: 0 auto 30px 0;
    padding: 10px;

    text-align: center;

    color: #7a8ca5;
}

html,
body,
.login
{
    background-color: #f5f5f5;
}


.panel
{
    background-color: #fff;
}

.copyright {
    font-size: 13px;
    margin: 0 auto 30px 0;
    padding: 10px;
    text-align: center;
    color: #7a8ca5;
}

#testo-header
{
    color: #fff;
}

.register-button
{
    font-size: 19px;
    font-weight: 600;

    width: 100%;
    height: 44px;
}

.login-title
{
    margin-top: 38px;
}


.register-title
{
    font-size: 27px;
    font-weight: 500;
}



#error-login
{
    display: none;

    margin-top: 10px;

    border-radius: 2px;
}




#change-password-form
{
    display: none;
}

.open-login-modal{
    position: fixed;
    left: calc(50% - 150px);
    top: calc(50% - 50px);
    width: 300px;
    height: 100px;
    font-size: 45px;
}