body.login.wp-core-ui{
    background-color: rgba(0, 85, 160, 0.1) !important;
}

form{
    border:none !important;
}

form input[type="submit"]{
    background-color: rgba(0, 85, 160, 1) !important;
    border-color: rgba(0, 85, 160, 1) !important;
    transition: all ease 300ms;
}

form input[type="submit"]:hover{
    background-color: rgba(0, 85, 160, 0.85) !important;
    border-color: rgba(0, 85, 160, 0.85) !important;
}

.notice-error,
.notice-info{
    background-color:#F3F3F3 !important;
    color:rgba(0, 85, 160, 1);
}

a {
    color:#50575e;
    transition: all ease 300ms;
}

a:hover {
    color:rgba(0, 85, 160, 1)
}