body {
    font-family: "Lato",sans-serif;
    color: #2b2b2b;
}

button:focus {
 box-shadow: 0px 0px 0px 0.2rem rgba(40,75,131,0.5);
}

button:hover {
    color: #fff;
    background-color: #1f3a66;
    border-color: #1c355c;
 text-decoration: none;
}

button {
 color: #fff;
 background-color: #284b83;
 border-color: #284b83;
 font-family: "Lato",sans-serif;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input {
    display: block;
    width: 7rem;
    height: calc(2px + 1.5rem);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
