@import "../../Divi-child/style.css";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500;600;700&display=swap');

/* Change background color and font family */
body {
    font-family:'IBM Plex Mono', monospace;
    display: flex;
    align-self: center;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#131029+0,1e6aff+20,8000ff+40,a8ffec+60,ffea00+80,ff6400+100 */
    background: rgb(19,16,41); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(19,16,41,1) 0%, rgba(30,106,255,1) 20%, rgba(128,0,255,1) 40%, rgba(168,255,236,1) 60%, rgba(255,234,0,1) 80%, rgba(255,100,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(19,16,41,1) 0%,rgba(30,106,255,1) 20%,rgba(128,0,255,1) 40%,rgba(168,255,236,1) 60%,rgba(255,234,0,1) 80%,rgba(255,100,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(19,16,41,1) 0%,rgba(30,106,255,1) 20%,rgba(128,0,255,1) 40%,rgba(168,255,236,1) 60%,rgba(255,234,0,1) 80%,rgba(255,100,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131029', endColorstr='#ff6400',GradientType=1 ); /* IE6-9 */

}

/* Change Width and Height of Logo Image + Add Custom Image File */

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

.login h1 a {
    background-image: url('https://biblion.projetos.net.br/wp-content/uploads/2023/06/biblion-logo-menu.png');
    width: 250px;
    height: 50px;
    background-size: 250px 50px;
    margin: 0 auto 15px auto;
}

.login #login_error, .login .message, .login .success {
    color: #C30000;
    font-size: 14px;
}

#loginform {
    background-color: transparent;
    margin-top: 0;
    border: 0;
}

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

.login form .input {
    font-weight: normal;
}
.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: transparent;
}

.login #backtoblog a, .login #nav a {
    color: #fff;
}

.wp-core-ui .button-primary {
    background: #000000;
    color: #fff;
    border: 0;
    text-shadow: 0 0 0 #fff !important;
    box-shadow: 0 1px 0 #fff !important;
}

.wp-core-ui .button-primary:hover {
    background: #C30000;
    color: #fff;
    text-shadow: 0 0 0 #000000 !important;
    box-shadow: 0 1px 0 #000000 !important;
}
.wp-core-ui .button-primary:focus {
    background: #C30000;
    color: #fff;
    text-shadow: 0 0 0 #000000 !important;
    box-shadow: 0 1px 0 #000000 !important;
}

p.message {
	color: #000000;
	font-family: 'IBM Plex Mono', monospace;
}

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

.privacy-policy-page-link {
    display: none;
}