html, body {
    background-image: url(/wp-content/themes/wiliba/images/backgrounds/agriculture-1807570_1280.jpg);
    background-size: cover;
	color: #626262;
    height: 100%;
    font-family: Arial,sans-serif;
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    word-wrap: break-word;
}

p {
    margin: 0px;
}

.bg {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.30);
    z-index: 0;
}

.login-form {
    margin: auto;
    padding: 10px 25px;
    font-weight: 400;
    background: #eeeeee;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    z-index: 1;
    width: 95%;
    max-width: 350px;
    height: 95%;
    max-height: 280px;
    overflow: auto;
}

.login label {
    color: #72777c;
    font-size: 14px;
}

.login input[type="text"], .login input[type="password"] {
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin: 0px;
}

button#wp-submit {
    margin-top: 5px;
    width: 100%;
}