* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 900px) {

    .styles_signup_form_container__4xEUB {
        flex-direction: column;
        width: 100%;
        height: auto;
        box-shadow: none;
        border-radius: 0;
    }

    .styles_signup_container__oH921 {
        align-items: flex-start;
        padding: 0;
    }

    .styles_left__Cf5xP,
    .styles_right__dINGq {
        width: 100%;
        flex: 1;
        padding: 40px 20px;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .styles_form_container__dKu9t h1,
    .styles_left__Cf5xP h1 {
        /* font-size: 30px; */
        text-align: center;
        overflow-wrap: break-word;
        margin-bottom: 25px;
    }

    .styles_input__H7KNO,
    .styles_green_btn__1SSXa {
        width: 100%;
    }

    .styles_white_btn__wwR16 {
        padding-top: 12px;
        padding-bottom: 12px;
        white-space: nowrap;
        font-size: 16px;
    }
}