@import url('http://fonts.googleapis.com/css?family=Lato%3A300%2C400%2C600%2C700%2C900&amp;ver=4.8');

body {
    font-family: 'Lato', sans-serif !important;
}

#login h1 a, .login h1 a {
    height: 130px;
    width: 300px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 0;
}

.login form .input {
    margin-top: 10px !important;
}

.login form, .login #login_error, .login .message {
    background: #0a3a4a !important;
    color: white !important;
}

input[type=checkbox] {
    margin-right: 5px !important;
}

.login label {
    color: white !important;
    display: block;
    margin-bottom: 15px !important;
}

.wp-core-ui .button.button-large {
    box-shadow: none !important;
    height: 30px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #268491;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    border-radius: 18px;
    line-height: 0 !important;
    padding: 17px 33px !important;
    text-shadow: none !important;
    transition: .25s all;
}

.forgetmenot {
    margin-top: 7px !important;
}

* {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.wp-core-ui .button.button-large:hover, .wp-core-ui .button.button-large:active {
    border: 1px solid #268491 !important;
    background: #268491 !important;
    color: white !important;
    transition: .25s all;
}