html,
body {
    height: 100%;
    font-family: Gotham, sans-serif !important;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    /* background-color: #f5f5f5; */
    background-color: transparent;
}

h1 {
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    font-size: 35px !important;
    line-height: 1.35 !important;
    color: #162035;
}

.form-signin {
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.btn-primary {
    background-color: #162036;
    border-color: #162036;
    border-radius: 3px;
    color: #ffffff;
}

.btn-secondary {
    background-color: #162036;
    border-color: #162036;
    border-radius: 3px;
    color: #ffffff;
}

.btn-primary:hover, .btn-secondary:hover,
.btn-primary:focus, .btn-secondary:focus {
    border-color: #162035;
    background: #fff;
    color: #162035;
}
