html,
body {
    height: 100%;
}

body {
    display: flex;
    justify-content: center;
    padding-top: 25px;
    background-color: #f5f5f5;
}

.header {
    text-align: center;
    margin-bottom: 2rem;
    font-style: italic;
    font-size: 3rem;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
}

.form-inputs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.primary-color {
    color: #ffc107;
}

.form-control:focus {
    border-color: #ffc107;
    box-shadow: none;
}