/*
* 
*/ 
body #login h1 a {
    background: url('https://cdn720.s3.us-east-1.amazonaws.com/venturepac/2022/09/nvca-logo.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
} 
body {
    background: #030609!important;
    font-family: Verdana, sans-serif!important;
}
#wp-submit {
    background-color: rgb(90, 180, 180)!important;
    border: 1px solid rgb(90, 180, 180)!important;
}
a:hover {
    color: rgb(90, 180, 180)!important;
}
#backtoblog {
    display: none!important;
}
#continue-with-magic-login a {
    background-color: rgb(90, 180, 180)!important;
    border: 1px solid rgb(90, 180, 180)!important;
    display: block!important;
}
#continue-with-magic-login {
    width: 100%;
    text-align: center;
}
#loginform {
    max-width: 270px;
    width: 100%;
}
.forgetmenot {
    width: 100%;
    padding-bottom: 1em;
}
#continue-with-magic-login a:hover {
    color: #fff!important;
}
#loginform {
    width: 100%;
    margin-top: 2em;
}
.login .button-primary {
    float: none;
}
#nav {
    text-align: center;
}