.columns .column.main {
    padding-bottom: 0 !important;
}

.login-container {
    height: calc(100vh - 120px) !important;
    background-image: url("../images/man-holding-basket-with-vegetables.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.block-customer-login {
    width: 100% !important;
    height: 80vh !important;
    max-width: 400px !important;
    overflow-y: auto !important;
}

.login-container .block .block-title {
    display: grid;
    place-items: center;
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
}

.submit-login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

button#send2 {
    display: grid;
    height: 50px !important;
    width: 300px !important;
    place-items: center;
}

.fieldset {
    margin: 0 !important;
}

.block-customer-login .fieldset .field .label {
    font-size: 1.2rem;
}

#togglePassword,
#toggleRegPassword,
#toggleRegPasswordConfirmation {
    top: -35px;
    margin-right: 20px;
    cursor: pointer;
    float: right;
    position: relative;
    opacity: 0.3;
}

.customer-sign-up #toggleRegPassword {
    top: 35px !important;
}

.fa-eye-image-bg,
.fa-eye-slash-image-bg {
    width: 20px;
    height: 20px;
    object-fit: cover;
    background-image: url("../images/eye.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
}

.fa-eye-slash-image-bg {
    background-image: url("../images/eye-slash.png") !important;
}

/* @media (min-width: 1024px) {
    .columns .column.main {
        padding-bottom: 0 !important;
    }

    .login-container {
        height: calc(100vh - 120px) !important;
        background-image: url("../images/man-holding-basket-with-vegetables.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .block-customer-login {
        width: 100% !important;
        max-width: 400px !important;
        padding: 0 2rem;
    }

    .login-container .block .block-title {
        display: grid;
        place-items: center;
        margin-top: 1rem !important;
        margin-bottom: 2rem !important;
    }

    .submit-login-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    button#send2 {
        display: grid;
        place-items: center;
        padding: 1rem 3rem !important;
    }

    .fieldset {
        margin: 0 !important;
    }
} */