input[type='text'] {
    line-height: 22px;
    font-size: 14px !important;
}
input[type='submit'], .btn-register {
    width: 100%;
    line-height: 22px;
    font-size: 14px !important;
    text-transform: uppercase;
    background-color: #000;
}
input[type='submit']:focus, 
input[type='submit']:hover, 
.btn-register:focus,
.btn-register:hover {
    background-color: #000;
}
.login-title {
    font-size: 28px;
    line-height: 50px;
    font-family: lato-bold;
    color: #000;
}
.login-box {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.register-box {
    margin-bottom: 20px;
}