@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;700&family=Rowdies&display=swap');

div#login h1,
div#login h1 {
    display: none;
}

body {
    background: #D5E7FF;
    font-family: 'Mukta', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

p#nav {
    display: none;
}

form#language-switcher {
    display: none;
}

#backtoblog {
    display: block;
    font-size: 20px !important;
    text-align: center;
    padding: 0;
}

#login {
    width: 500px;
    background: url(/wp-content/themes/vama/kuvat/logo_musta.svg);
    background-size: 200px auto;
    background-repeat: no-repeat;
    background-position: top 50px center;
    padding-top: 150px;
}

.message {
    border-left: 4px solid #80A69B;
}

input#wp-submit {
    background: #80A69B;border: 0;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}