html,
body {
    position: relative;
    width   : 100%;
    height  : 100%;
}

body.login {
    color      : #535554;
    margin     : 0;
    box-sizing : border-box;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

button.btn-secondary,
button.btn-secondary:hover,
button.btn-secondary:focus {
    color           : #fff;
    background-color: #0069AA;
    border-color    : #0069AA;
    border-radius   : 16px;
    line-height     : 2rem;
    width           : 100%;
}

h1,
h2,
label {
    color: #005488;
}

label.form-label {
    margin-bottom: 4px;
    font-weight  : 500;
}

input.form-control {
    border-radius: 16px;
    line-height  : 2rem;
}