.login-section1, .login-section2 {
    width: 40%;
}
@media screen and (min-width: 1600px) {
    .login-wrapper {
        margin: 150px 150px 100px 150px;
        display: flex;
        flex-direction: row;
        width: auto !important;
        justify-content: space-between;
        gap: 50px;
    }
}
@media screen and (max-width: 1600px) {
    .login-wrapper {
        margin: 150px 100px 100px 100px;
        display: flex;
        flex-direction: row;
        width: auto !important;
        justify-content: space-between;
        gap: 50px;
    }
}
@media screen and (max-width: 1200px) {
    .login-wrapper {
        margin: 150px 50px 100px 50px;
        display: flex;
        flex-direction: row;
        width: auto !important;
        justify-content: space-between;
        gap: 50px;
    }
}
@media screen and (max-width: 1000px) {
    .login-wrapper {
        margin: 150px 25px 100px 25px;
        display: flex;
        flex-direction: row;
        width: auto !important;
        justify-content: space-between;
        gap: 50px;
    }
}
@media screen and (max-width: 880px) {
    .login-wrapper {
        margin: 50px 25px;
        display: flex;
        flex-direction: column;
        width: auto !important;
    }
    .login-section1, .login-section2 {
        width: 100% !important;
    }
}
.show-password-input {
    top: auto !important;
}
.woocommerce-form-login__submit, .woocommerce-form-register__submit {
    background-color: #14582A !important;
    color: #FFEF00 !important;
}
.navigation {
    font-size: 21px;
    margin-bottom: 20px;
    width: 100px;
}
.account-settings {
    margin-bottom: 100px;
    margin-top: 100px;
}

.input-text {
    padding: 10px;
}