.login h1 a {
    background-image: url('../../assets/images/logo-white.png');
    background-size: 200px !important;
    width: 210px !important;
    height: 57px !important;
}

body.login {
    background: #2c2e3d;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(to right, #1b1c23, #2c2e3d);
}

.login form {
    border-radius: 12px;
}