body {
    font-family: sans-serif;
    background-color: #2f4f4f;
}

.logo {
    height: 50px;
    margin: 30px auto;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 45px;
}

.logo > h1 {
    color: #121916;
}

.login-block {
    width: 428px;
    padding: 20px;
    background: #ffffff85;
    border-radius: 5px;
    border-top: 5px solid #ff656c;
    margin: 0 auto;
    margin-top: 116px;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 300;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0 20px 0 50px;
    outline: none;
    color: #4c4c4c;
}

.login-block input#username {
    background: #fff url('/login/login2/user.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#username:focus {
    background: #fff url('/login/login2/user.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#password {
    background: #fff url('/login/login2/pwd.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#password:focus {
    background: #fff url('/login/login2/pwd.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #ff656c;
}

.footer {
    margin-top: 22px;
    color: rgb(68, 88, 88);
}

.footer > div > h5 {
    text-align: center;
}

.footer > div > h5 > a {
    color: rgb(38, 49, 49);
}

.txt-left {
    text-align: left;
}

.login-block button {
    height: 40px;
    background: #ff656c;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #e15960;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: sans-serif;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #ff7b81;
}

.sel {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    background: none;
    color: #4c4c4c;
    padding: 7px 20px;
    font-size: 14px;
}

.elm:hover {
    border-color: red;
}

.lbl {
    font-size: 15px;
    color: #8e8d8d;
    line-height: 40px;
}

.one {
    width: 40%;
    text-align: right;
    padding-right: 10px;
    display: table-cell
}

.two {
    width: 60%;
    text-align: right;
    padding-right: 10px;
    display: table-cell
}

.top {
    display: inline-flex;
    width: 100%;
    margin-bottom: 20px;
}

.res {
    width: 100%;
    font-size: 15px;
    padding: 40px;
    color: #777070;
}

.no-dis {
    display: none;
}

.forgotten {
    width: 100%;
    text-align: right;
    padding-top: 5px;
    text-decoration: underline;
    font-size: 12px;
    color: #29467b;
}