body {
    background-color: #eef1fb;
}

#main-content {
    padding: 4rem;
}

.ring-gray-300 {
    border: 1px solid #d3cece !important;
}

#step-1, #step-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#step-1-error {
    color: red;
    text-align: center;
    margin-top: 1rem;
}

#step-1-successful-message {
    color: #636eff;
    text-align: center;
}

#reset-password-form {
    width: 45%;
}

.margin-bottom-2-rem {
    margin-bottom: 2rem;
}

.margin-top-1_5-rem {
    margin-top: 1.5rem;
}

.margin-bottom-0_5-rem {
    margin-bottom: 0.5rem;
}

.width-45 {
    width: 45%;
}

.padding-bottom-2-rem {
    padding-bottom: 2rem;
}

.display-none {
    display: none !important;
}

#sign-up-form {
    width: 45%;
}

#create-company-form {
    width: 45%;
    border-radius: 1rem;
}

#cash-payment, #card2card-payment, #card-payment, #account-payment {
    margin-right: 0.5rem;
}


@media (max-width: 700px) {
    body {
        padding: 1rem;
    }

    #main-content {
        padding: 0;
    }

    #sign-up-form {
        width: 100%;
    }

    #create-company-form {
        width: 100%;
    }

    #reset-password-form {
        width: 100%;
    }
}

@media (min-width: 700px) and (max-width: 900px) {
    #sign-up-form {
        width: 80%;
    }

    #reset-password-form {
        width: 80%;
    }

}


@media (min-width: 900px) and (max-width: 1200px) {
    #sign-up-form {
        width: 70%;
    }

    #reset-password-form {
        width: 70%;
    }
}
