body {
		background-image: url('./imagens/Bg-Generico.jpg');
		margin: 0;
		padding: 0;
		text-decoration: none;
		background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login h1 a {
		background-image: url('./imagens/logo_login.png');
		background-repeat: no-repeat;
    color: #444;
    height: 84px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 84px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}

#loginform, #registerform, #lostpasswordform {
    background-color: rgba(255, 255, 255, 0);
}

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

.login label {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
}

.login form .input, .login input[type="text"] {
    border-radius: unset;
    border: 1px solid #ddd;
    background: rgba(250, 250, 250, 0);
		font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
		color: #32373c;
}

.login form .input, .login input[type="text"]:active {
    border: 1px solid #ddd !important;
}

.wp-core-ui .button-primary {
    background: rgba(9, 52, 71, 1);
    border-color: rgba(9, 52, 71, 1);
}

.wp-core-ui .button-primary:hover {
    background: rgba(9, 52, 71, 1);
    border-color: rgba(9, 52, 71, 1);
}

.wp-core-ui .button-primary:focus {
    background: rgba(9, 52, 71, 1);
    border-color: rgba(9, 52, 71, 1);
}

.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #555d66;
}

.login #backtoblog a:hover, .login #nav a:hover {
    text-decoration: none;
    color: rgba(189,13,89,1);
}