section.myAccount {
    padding: 50px 0 64px;
}

.breadcrumbs {
    display: none;
}

.myAccount .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    column-gap: 40px;
}

form.woocommerce-ResetPassword,
.emailConfirmation {
    width: 434px;
    margin: auto;
}

form.woocommerce-ResetPassword .woocommerce-form-row>label {
    font-family: EB Garamond;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    margin-bottom: 0px;
}

.woocommerce-ResetPassword>h2 {
    font-family: EB Garamond;
    font-size: 36px;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: 0em;
}

.woocommerce-ResetPassword>p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    margin-bottom: 40px;
}

.woocommerce form.woocommerce-ResetPassword .form-row input.input-text,
.woocommerce form.woocommerce-ResetPassword .form-row textarea {
    padding: 15px 20px 16px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 1px;
    text-align: left;
    border: 1px solid #C0C0C0;
    margin-top: 15px;
}

button.woocommerce-Button {
    margin-top: 20px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.14em;
    background: #333333;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 40px;
    border: 1px solid #333333;
    width: 100%;
    margin-bottom: 14px;
}

button.woocommerce-Button+.cancelForm {
    color: #C09A5C;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 22px;
}

/* EmailConfirmation */

.emailConfirmation>h2 {
    color: #333333;
    font-size: 36px;
    font-family: EB Garamond;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.emailConfirmation>h4 {
    text-align: center;
    font-size: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}

.emailConfirmation button.woocommerce-Button {
    margin-top: 0px;
    margin-bottom: 15px;
}

.emailConfirmation>p {
    color: #333333;
    font-size: 18px;
    font-family: EB Garamond;
    font-weight: 500;
    margin-bottom: 31px;
}

.emailConfirmation>p span {
    color: #C09A5C;
    text-decoration: underline;
}

.emailConfirmation>.cancelForm {
    color: #C09A5C;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 22px;
}

@media only screen and (max-width: 768px) {
    section.myAccount {
        padding: 30px 5px 35px;
    }

    form.woocommerce-ResetPassword,
    .emailConfirmation {
        width: 100%;
    }
    .woocommerce-ResetPassword>h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}
}

@media only screen and (max-width: 600px) {}