@import url(https://fonts.googleapis.com/css?family=Open+Sans);
* {
    font-family: 'Open Sans' !important;
}

#page {
    background-color: #FFF;
    display: table;
    margin: 0 auto;
    border: none;
    /*background-image: https://app.greenmaster.nl/includes/images/background.jpg;*/
    background-size: 100%;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

#txt9k {
    color: #ccc;
}

body {
    padding-left: 0px;
}

form {
    margin-bottom: 0px;
}

#logo {
    position: absolute;
    left: 20px;
    top: 12px;
}

#logo>img {
    max-width: 320px;
}

#footer {
    bottom: 12px;
    left: 20px;
    position: absolute;
}

#login {
    width: 260px;
    height: auto;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    padding: 20px;
    display: block;
}

.fld_username {
    font-size: 16px;
    color: #777;
    padding-left: 10px;
    width: 100%;
    font-weight: 300;
}

.fld_password {
    padding-left: 10px;
    width: 100%;
}

#lbl_username {
    font-size: 18px;
    font-weight: 300;
    color: #444;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 5px;
}

#lbl_password {
    font-size: 18px;
    color: #444;
    width: 100%;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 5px;
}

input {
    height: 40px;
}

#buttonDiv {
    margin-left: 0px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

#btn_login {
    margin: 10px 0px 0 0;
    height: 40px;
    width: 100%;
    color: #FFF;
    background-color: #6ec05d;
    border-bottom: 2px solid #222;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px 3px 3px 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#btn_login:hover {
    border-color: #fff;
}

#error {
    height: 0px;
}

.zxErrorMsg {
    width: 400px;
    margin: 100px auto;
}

.reset_password {
    color: #a9a9a9;
    font-size: 12px;
    padding-top: 2px;
    text-decoration: underline;
    font-weight: 100;
}