
.overlay{
    min-height: 100vh;
    min-width: 100%;
    background-color: rgba(236,233,226,0.75);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 999999999999999999999999999999 !important;
}
.registration-form{
    border: 1px solid #61666c;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    opacity: 1;
    font-size: 17px;
}


@media screen and (max-width: 1200px) {
    .registration-form{
    min-width: 100vw;
    min-height: 100vh;
    }
}