/*

This is the additional css for wp login page for cirrus7

*/

.login .bar:before, .login .bar:after {
    background: #2453A2;
    content: "";
    height: 2px;
    width: 0;
    bottom: 15px;
    position: absolute;
    transition: all 0.2s ease;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: unset;
}