body{
    background-color: white;    
}

#login{
    font-family: 'lato', arial, sans-serif;
}

.login h1 a {
    background-image: url('logo.png');
    background-size: 300px 60px;
    width: 300px;
    height: 60px;
}

.login form {
    background: none repeat scroll 0 0 #f8f6f5;
    border-radius: 0;
    margin-left: 8px;
    padding: 26px 24px 46px;
}

.login label {
    color: #404040;
    font-size: 16px;
    line-height: 26px;
}

/* Styling the button */

.login .button-primary {
    width: 120px;
    float:right;
    background-color: #459da4 !important;
    background: none;
    background-image: none;
    border: none;
    text-shadow: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    padding: 16px 24px;
    cursor: pointer;
    border-radius: 10px;
}

.login .button-primary:hover {
    background-color:#459da4 !important;
    border: none;
    color: #fff;
}

.login .button-primary:active {
    background-color:#506f90 !important;
    border: none;
    color: #fff;
}

.login .submit .button-primary{
    height: 40px;    
}

.wp-core-ui .button-primary {
    box-shadow: none;
}

.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
    border-radius: 10px;
}
