/* Reset or custom overrides for forgot password page */

/* HubSpot CTA image - moved from inline style */
.hs-cta-img {
    border-width: 0px;
}

/* Error state for email input */
#Email.error {
    border: 1px solid red;
    background-color: #ffecec;
}

/* Layout refinements specific to forgot password page */
.login-box1 h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.login-box1 p {
    font-size: 14px;
    line-height: 1.5;
}

.lostp {
    display: inline-block;
    margin-top: 15px;
    color: #0073e6;
    text-decoration: none;
}

    .lostp:hover {
        text-decoration: underline;
    }

/* Copyright text */
.copyright-login {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    color: #777;
}
