* {
    box-sizing: border-box;
}

.tab {
    display: none;
    width: 100%;
    height: 50%;
    margin: 0px auto;
}

.current {
    display: block;
}

form {
    margin: 0px auto;
    font-family: "Poppins", sans-serif !important;
    padding: 0px 0px;
}

h1 {
    text-align: center;
}

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: "Poppins", sans-serif !important;
    border: 1px solid #aaaaaa;
}

.form-label {
    font-weight: 600 !important;
    font-size: 15px !important;
}

button {
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

.previous {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 35px;
    cursor: pointer;
    margin: 0 2px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    background-color: #fd8f8f;
    border: none;
    display: inline-block;
    padding: 5px 15px;
}

.step.active {
    opacity: 1;
    background-color: #7e4555;
}

.step.finish {
    background-color: #7e4555;
}

.login100-form-title {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    color: #fd8f8f;
}

.error {
    color: #f00;
}

/* .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(33,37,41),var(--bs-text-opacity))!important;
}

.pb-3 {
    padding-bottom: 1rem!important;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.mb-3 {
    margin-bottom: 1rem !important;
} */