button,input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {

    width: 100%;

padding: 15px;

margin: 5px 0 22px 0;

display: inline-block;

border: none;

background: #f1f1f1;

}

button,input[type="submit" i] {

background-color: #004587;

color: white;

padding: 16px 20px;

margin: 8px 0;

border: none;

cursor: pointer;

width: 100%;

opacity: 0.9;}

.login-info, .login-error{
    margin-bottom: 5px;
    font-weight: bolder;
    color: red;
}
