body {
    background-color: #f8f9f3;
}

label {
    font-size: 13px;
    margin-bottom: 5px;
}

input.form-control {
    border-radius: 15px;
    padding-left: 15px;
}

input {
    font-size: 13px;
}

input::placeholder {
    font-size: 13px;
}

.form-text {
    font-size: 12px;
}

.card .card-steps {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.card .card-steps .step {
    height: 5px;
    width: 20%;
    background-color: #e6e6e8;
    border-radius: 5px;
}

.card .card-steps .step.active {
    background-color: #0098ea;
}

.logo img {
    max-width: 200px;
}