._jmnfrty {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}

._kmcdfrt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    max-width: 100%;
    width: 550px;
    padding: 20px;
}

@media (max-width: 780px) {
    ._kmcdfrt {
        min-height: 100vh;
        padding: 0px;
        width: 100%;
    }
}

._bmwqaof {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    border-radius: 12px;
    padding: 35px 38px;
    background: rgb(255 255 255);
    box-shadow: 0 0 35px rgb(8 21 66 / 3%);
}

@media (max-width: 780px) {
    ._bmwqaof {
        padding: 20px 20px;
        border-radius: 0px;
        height: 100%;
    }
}

._hjwedrt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

._lmdfrty {
    font-size: 16px;
    font-weight: 600;
    color: rgb(31 47 62);
    text-align: center;
}

@media (max-width: 780px) {
    ._lmdfrty {
        font-size: 14px;
    }
}