body {
    background: #F5F7FF;
}

#login{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 350px;
}

.language-switcher, #nav, #backtoblog{
    display: none;
}

.login h1.wp-login-logo a {
    background-image: url(https://pedrosoeosorio.pt/wp-content/uploads/2024/04/PedrosoOsorio-Novo-Logo.svg);
    background-image: none, url(https://pedrosoeosorio.pt/wp-content/uploads/2024/04/PedrosoOsorio-Novo-Logo.svg);
    background-size: 200px;
    width: 200px;
}

.login form{
    background-color: #fff;
    box-shadow: 0px 1px 22px -12px #607D8B;
    box-sizing: border-box;
    padding: 20px 30px;
    border: none;
}

.login .notice {
    width: 350px;
    box-sizing: border-box;
}

p.submit input{
    width: 100%;
    border-radius: 10px;
    margin-top: 35px !important;
}

