body {
    background-color: #000;
    overflow-y: scroll;
    color: white;
}

.account {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.formField {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 20px;
    width: 100%;
}

.formGroup {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

input {
    max-width: 100% !important;
}

h2 {
    margin: 40px 0 !important;
}

.etapacontainer {
    width: 20rem;
    max-width: 80%;
    margin: 0px auto;
}

.etapas {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.etapa,
.etapalast {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 2px solid #fff;
}

.etapa::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 6.8rem;
    max-width: calc(65vw/4);
    height: 2px;
    transform: translateY(-50%) translateX(10%);
    background: #fff;
}

.etapaativa {
    width: 75%;
    height: 75%;
    border-radius: 50%;
    background: red;
}

.etapainativa {
    width: 75%;
    height: 75%;
    border-radius: 50%;
}

.logo {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 460px;
    /* background-color: rgb(188, 19, 129); */
    margin-top: 15px;
    border-radius: 20px;
}