.login .wp-login-logo a{
    background-image: none,url(/wp-content/themes/cr/assets/img/logo.svg);
    background-position: top center;
    width: 320px;
    background-size: 256px;
}
.wp-core-ui .button-primary {
    background: #EE3048;
    border-color: #EE3048;
    color: #FFFFFF;
    transition: all 0.3s;
}
.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover{
    background: #FFFFFF;
    color: #EE3048;
    border-color: #EE3048;
}
.login form{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
body{
    background:  #9C9C9C;
}
#backtoblog{
    display:none!important;
}
.login #nav a,.login #nav a:hover{
    color:#FFF;
}
a, a:hover{
    color:#FFF;
}
#login::after{
    content: " ";
    width:20px;
    height:20px;
    display:block;
    position:absolute;
    bottom:20px;
    right:20px;
    background-image: none,url(/wp-content/themes/cassel_ruzzarin/assets/img/unitri.svg) ;
    background-repeat: no-repeat;
    background-size: contain;
}
.language-switcher label .dashicons{
    color: #FFF;
}
.privacy-policy-page-link {display: none!important;}