* {
    padding: 0;
    margin: 0;
}


.signup-confirm-overlay {
    min-width: 100vw;
    min-height: 100vh;
    position: absolute;
    top: 0;
    font-size: 30px;
    color: #f8f8f8;
    opacity: 0;
    font-family: Rubik;
    z-index: 2;
}



.page-overlay2 {
    background-color: #212121;
    opacity: 97%;
    position: fixed;
    min-height: 100vh;
    width: 100%;
    z-index: -0.1;
}




.icon-round2 {
    position: relative;
    top: 7em;
    margin: auto;
    border-radius: 50%;
    display: flex;
    background-color: #eccbf6;
    width: 110px;
    opacity: 100%;
    height: 110px;
}

.check-f-icon4 {
    position: relative;
    top: 5px;
    height: 70%;
    margin: auto;
    align-items: center;
    justify-content: center;

}

.signup-successful {
    position: absolute;
    top: 45%;
    left: calc(50% - 149px);
    line-height: 38px;
    font-weight: 500;
    display: inline-block;
    width: 299px;
    height: 54px;
}
.descrip2 {
    position: absolute;
    top: 51%;
    left: calc(50% - 163px);
    font-size: 17px;
    color: #eccbf6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 326px;
    height: 27px;
}

