body {
    /* background: url(../img/login-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    font-family: 'Krub', sans-serif;
}

label.labels {
    display: inline-block;
    width: 180px;
}

input[type="submit"] {
    border: 1px solid #111111;
    border-radius: 5px;
    background-color: #4db8ff;
    font-size: 1.3em;
    color: #111111;
    font-weight: bold;
    font-family: 'Krub', sans-serif;
    margin: 5px auto;
}

input[type="text"],
input[type="password"] {
    font-size: 1.3rem;
    width: 90%;
    max-width: 250px;
}

#submitDiv {
    width: 110px;
    margin: 0 auto;
    /* display: inline-block; */
}

.title {
    color: #a15;
    width: 295px;
    font-size: 2rem;
    margin: 30px auto 0 auto;
    text-align: center;
}

.center {
    color: black;
    width: 295px;
    font-size: 1.5rem;
    margin: 30px auto 0 auto;
    text-align: center;
}

.login-title {
    font-weight: bold;
    font-size: 1.2em;
}

.login-form {
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto 0 auto;
}

.base {
    background-color: transparent;
    width: 80%;
    margin: 40px auto 0 auto;
    /* padding: 40px; */
    border: double 3px #111111;
    text-align: center;
}

p {
    margin: 5px;
}

label {
    width: 200px;
    display: inline-block;
    text-align: left;
}

input#salary,
input#salaryType,
input#pay1amt,
input#pay1type,
input#pay2amt,
input#pay2type,
input#pay3amt,
input#pay3type {
    width: 105px;
}
.under {
    border-bottom: black dashed 1px;
}
li {
    text-align: left;
}