*,:after,:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    font-family: "Epilogue" !important;
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft,a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignleft,.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

/* woocommerce/myaccount/form-lost-password.php */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.tutorbase-site-main {
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container__form {
    max-width: 700px;
    width: 100%;
    padding: 40px;
    border-radius: 16px;
    background-color: var(--pathwise_dp82mkrf);
}

.title__form {
    font-size: clamp(1.5rem, 1.3rem + 1vw, 2.125rem);
    line-height: normal;
    color: var(--pathwise_dpz0e3sb);
    font-weight: 700;
    margin: 0 0 32px 0;
}

.custom-user_login {
    width: 100%;
    font-size: clamp(0.875rem, 0.835rem + 0.2vw, 1rem);
    font-weight: 600;
    line-height: 24.8px !important;
    color: var(--pathwise_dpipal1w);
    margin: 0 0 8px 0;
}

.custom-user_login.regular {
    font-weight: 400 !important;
}

.wrapper-text {
    width: 100% !important;
}

.form-send-btn {
    width: 100%;
    height: 40px;
    color: var(--pathwise_dphuxhca) !important;
    background-color: var(--pathwise_dpc1w8m7) !important;
    font-weight: 500 !important;
    font-style: normal !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    transition-property: background-color;
    transition-duration: 300ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
    margin: 24px 0 0 0 !important;
    padding: 0;
}

.form-send-btn:hover {
    background-color: rgba(0, 17, 239, 1.00) !important;
    background-image: none !important;
}

#custom-woocommerce__input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    font-size: 14px;
    line-height: normal;
    border-radius: 10px;
    padding: 0 12px 0 12px;
    color: var(--pathwise_dpz0e3sb);
    background-color: var(--pathwise_dp82mkrf);
    border-width: 1px;
    border-style: solid;
    border-color: var(--pathwise_dp83mqq8);
}

#custom-woocommerce__input:placeholder {
    font-size: 14px;
    font-weight: 400;   
    color: rgba(108, 117, 125, 0.6);
}

#custom-woocommerce__wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.woocommerce form .form-row {
    padding: 0 !important;
    margin: 0 !important;
}

.custom-bottom__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 32px 0 0 0;
    padding: 32px 0 0 0;
}

.custom-bottom__link::before {
    content: "";
    position: absolute;
    top: 0;
    width: 80%;
    height: 1px;
    background-color: var(--pathwise_dp83mqq8);
}

.custom-bottom__link p {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: var(--pathwise_dpipal1w);
}

.custom-bottom__link a {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    color: var(--pathwise_dpc1w8m7);
    font-style: normal;
    text-decoration: none;
}

.custom-bottom__link a:hover {
    color: #102a8c;
} 

.password__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 768px) {
    .container__form {
        margin: 112px 20px 40px 20px;
        width: auto;
        padding: 24px;
    }

    .title__form {
        margin: 0 0 28px 0;
    }

    .custom-bottom__link {
        margin: 28px 0 0 0;
        padding:28px 0 0 0;
    }

    .form-send-btn {
        margin: 12px 0 0 0 !important
    }

    .custom-bottom__link p {
        font-size: 14px;
    }

    .custom-bottom__link a {
        font-size: 16px;
    }
}
/* woocommerce/myaccount/form-lost-password.php */