@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
body.login {
    background: #fff;
    font-family: 'Poppins', sans-serif;
}
body.login #login {
    width: 350px;
    margin: 80px auto;
    text-align: center;
}
body.login h1 a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 80px;
    margin: 0 auto 20px;
}
body.login form {
    background: none;
    box-shadow: none;
    padding: 0;
    border: none;
}
body.login form input[type="text"],
body.login form input[type="password"] {
    background: #f1f5ff;
    border: none;
    border-radius: 6px;
    padding: 12px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
body.login #wp-submit {
    background: #009643;
    color: white;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}
body.login #wp-submit:hover {
    background: #fa822a;
}
body.login #nav,
body.login #backtoblog {
    display: none;
}
