* {
    margin: 0px;
    padding: 0px;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em;
}
.footer, .push {
    height: 2em;
}
body {
    background: #4a547a;
}
#login {
    width:100%;
    text-align: center;
}
.login-inner {
    width: 95%;
    display: inline-block;
    padding-top: 20px;
}
#login-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    height: 100px;
}
.error-line {
    color:red;
    display: none;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}
input {
    -webkit-appearance: none;
}
#uname {
    width: 100%;
    padding-left: 20px;
    height: 40px;
    font-size: 20px;
    border-radius: 9px;
    border: 0px;
}
#pass {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    height: 40px;
    font-size: 20px;
    border-radius: 9px;
    border: 0px;
}
#login_btn {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    background: #98af85;
    border: 0px;
    border-radius: 9px;
    color:#4c597d;
}
#links {
    width: 100%;
}
#links a {
    text-decoration: none;
    color:#fff;
    font-family: Arial, Tahoma;
    font-weight: 600;
}
#links a:nth-child(1) {
    margin-left: 5px
}
#links a:nth-child(2) {
    margin-right: 5px;
    float: right
}