@import "../../Divi-child/style.css";

/* Change background color and font family */
body {
    font-family: 'Inter', sans-serif;
    color: #4671FF;
	background: #00064C;
    display: flex;
    align-items: center;
    justify-content: center;
}

#login {
    width: 320px;
    padding: 20px 0 0 0;
    margin: auto;
}

/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
    background-image: url('https://ortiz.ism-projetos.com.br/wp-content/uploads/2024/07/Logo-2.png');
    width: 300px;
    height: 38px;
    background-size: 300px 38px;
    margin: 0 auto 20px auto;
}

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 34px;
    font-weight: 400;
    overflow: hidden;
    background: transparent;
    border: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

/* Add a few changes to the color and style of form itself */
.login label {
    color: #4671FF;
    display: block;
    font-weight: 500;
    margin-bottom: 1em;
}

.login form .input {
    font-weight: normal;
}

.login #backtoblog a, .login #nav a {
    color: #4671FF;
    font-weight: 500;
}

.wp-core-ui .button-primary {
    background: #4671FF;
    border: 0;
    font-weight: 500;
    color: rgba(255,255,255,1);
    text-shadow: 0 0 0 #4671FF !important;
    box-shadow: 0 1px 0 #4671FF !important;
}

.wp-core-ui .button-primary:hover {
    background: #4671FF;
}
.wp-core-ui .button-primary:focus {
    background: #4671FF;
}

.login #login_error, .login .message, .login .success {
    color: #4671FF;
}

.language-switcher {
    display: none !important;
}