body{
    background-color: #3a3a3a!important; 
}

a{
    color: #dd3333;
}

a:hover{
    color: white;
}

#login h1 a, .login h1 a {
    background-image: url('../img/cosmos-intro.png');
    height:321px;
    width:200px;
    background-size: 200px 321px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.wp-core-ui .button-primary{
    background: #dd3333 !important;
    border-color: #bb1111 !important; 
}

.wp-core-ui .button-secondary{
    color: #dd3333 !important;
    border-color: #bb1111 !important;    
}


input[type=text]:focus,
input[type=password]:focus{ 
    border-color: #dd3333;
    box-shadow: 0 0 0 1px #dd3333;
    outline: 2px solid transparent; 
}

.login form .input, .login input[type=password], .login input[type=text]{
    border-color: #bb1111 !important;    
}
