* {
    padding: 0;
    margin: 0;
}


.login-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-overlay {
    background-color: #212121;
    opacity: 97%;
    position: fixed;
    min-height: 100vh;
    width: 100%;
    z-index: -0.1;
}

.icon-round {
    position: relative;
    top: 7em;
    margin: auto;
    border-radius: 50%;
    display: flex;
    background-color: #c4f275;
    width: 110px;
    opacity: 100%;
    height: 110px;
}

.check-f-icon {
    position: relative;
    top: 5px;
    width: 70%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;

}

.login-successful {
    position: absolute;
    top: 45%;
    left: calc(50% - 149px);
    line-height: 38px;
    font-weight: 500;
    display: inline-block;
    width: 299px;
    height: 54px;
}
.descrip {
    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;
}

