.login #loginform{
    border-radius:8px;
}

.login div#login h1 a {
    background-image:url('https://blue2digital.s3.eu-west-1.amazonaws.com/pex/sportsoracle/2021/11/30144623/sports-oracle.png');
    background-size:100%;
    width:200px;
    outline:none;
    background-position:bottom;
}

.login #login h1 a:focus{
    outline:none !important;
    box-shadow:none;
}

input[type="text"], input[type="password"]{
    border-radius:0 !important;
}

.login #login_error, .login .message, .login .success{
    border-left:4px solid #1C3F95;
}

.login #wp-submit{
    background-color:#1C3F95;
    text-shadow:none;
    box-shadow:none;
    border:none;
    transition:0.3s;
    border-radius:0;
    text-transform:uppercase;
}
.login #wp-submit:hover{
    opacity:0.9;
}

.login #loginform .input{
    border-radius: 8px;
}

.login input[type=checkbox]:checked:before{
    color:#1C3F95;
}

.login .privacy-policy-link{
    font-weight:700;
    color:#1C3F95;
    text-decoration:none;
    border-bottom:none;
    text-transform:uppercase;
}

.login #nav a:hover, .login #backtoblog a:hover{
    color:#1C3F95;
}

.login #rememberme:focus,
.login #user_login.input:focus,
.login #user_pass.input:focus{
    border-color: #1C3F95;
    box-shadow: none;
}
.login .privacy-policy-link:hover, .login .privacy-policy-link:focus{
    border-color:transparent;
    outline:none;
    box-shadow:none;
}
