input[type='text'],
input[type='password'] {
    padding: 3px 5px;
    width: 100%;
}

label {
    color: #FFF;
}

.login-row {
    margin-top: 100px;
}

.login-box,
.forgot-box {
    padding: 15px;
    background-color: #0280B3;
}

.forgot-box {
    display: none;
}

.lnk-forgot {
    position: absolute;
    top: 2px;
    right: 0;
}

a.lnk-forgot:hover,
a.lnk-forgot:active,
a.lnk-forgot:focus {
    text-decoration: underline;
}