body {
    background-color: #c0d8bf;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
}

.page-title {
    display: none;
}

.login-container, .forgotpassword-container {
    background-color: #ebece6;
    width: 400px;
    height: 400px;
    margin: 7em auto;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}

.form.password.forget {
    min-width: unset !important;
    width: unset !important;
}

.fieldset.forgotpassword {
    border: none;
    width: 90%;
    margin: auto;
}

.forgotpassword .field.note {
    text-align: center;
    padding: 25px;
}

.block.block-customer-login {
    width: 100% !important;
}

.block-title {
    text-align: center;
    padding: 25px;
}

#login-form {
    margin: auto;
    display: table;
}

.control input {
    color: rgb(38, 50, 56);
    font-weight: 700;
    background: rgba(136, 126, 126, 0.18);
    border-radius: 20px;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.11);
    text-align: center;
}

input:focus {
    box-shadow: 0 0 3px 1px #00704a !important;
}

.login-container .fieldset > .field > .control {
    width: 100% !important;
}

#send2, #send3 {
    cursor: pointer;
    border-radius: 5em;
    color: #fff;
    background: linear-gradient(to right, #00704a, #00704a69);
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
    width: 50% !important;
}

#send3 {
    width: 60% !important;
}

.forgotpassword-container .actions-toolbar {
    max-height: 42px;
}

.primary {
    width: 100% !important;
    float: unset !important;
}

.secondary {
    width: 100% !important;
    float: unset !important;
    margin-top: 30px;
}

.secondary a {
    color: #0b7652;
}

.copyright {
    background-color: inherit;
    color: #05734e;
    font-size: 11px;
}

.customer-account-logoutsuccess .column.main {
    text-align: center;
    font-size: 35px;
    margin-top: 200px;
}

@media screen and (max-width: 767px) {
    #login-form {
        display: block;
        padding: 0 30px;
    }

    #send3 {
        width: 95% !important;
    }
}

@media screen and (max-width: 480px) {
    .login-container, .forgotpassword-container {
        width: 95%;
    }

    #send2, #send3 {
        width: 100% !important;
    }
}
