.login {
    background: #fff;

    h1 a {
        background: url(../../images/jbessero-logo.svg) no-repeat;
        width: 100%;
        height: 120px;
        background-size: contain;
        background-position: center;
        pointer-events: none;
    }

    #loginform {
        background: #F4530C;
        border: none;
        border-radius: 20px;

        label {
            color: white;
        }

        .submit .button{
            background: none !important;
            border: 1px solid white;
            border-radius: 25px;
            transition: background .3s ease, color .3s ease;
        }

        .submit .button:hover{
            background: white !important;
            color: #000;
        }
    }

    #backtoblog a,
    #nav a {
        color: #000;
    }
}