html,body{
    background: #1268ff;
}
.login h1 a {
    background: none,url('../media/front/main_title.svg') no-repeat;
    background-size: 100% auto;
    height: 230px;
    width: 320px;

}
.login form {
    border-radius: 10px;
}
#backtoblog a, .login #nav a{
    color:#FFF !important;
}