html,body,body.page,.wf-container > * {
    font-size:16px;
    line-height:24px;
    font-family: "LatoWeb", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #777777;
}
*, figure, form {
    margin: 0;
}
button, input, select, textarea {
    margin: 0;
    vertical-align: baseline;
}
p {
    margin-bottom: 10px;
}
a, a:hover {
    color: #150958;
}
a {
    text-decoration: underline;
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type="text"],
input[type="password"] {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size:14px;
    line-height:20px; /*org: 26 px */
    font-family: "LatoWeb", Helvetica, Arial, Verdana, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 9px 15px;  /*org: 7px 15px */
    border: 1px solid #e0e1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.login-window {
    padding: 32px 32px;
    width: 100%;
    height: 346px;
    display: block;
    box-sizing: border-box;
    background: #ffffff;
}
#txtUserID, #txtPassword {
    width: 100%;
}
#btnLogin {
    background: #063469;
    width: 100%;
    line-height: 3em;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    font-size:16px;
    line-height:44px;
    font-family: "LatoWeb", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    border: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    border: none;
    text-decoration: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    -webkit-appearance: button;
}
