body {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    overscroll-behavior-y: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
}

.forgot-pass {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #242c40;
    font: 500 1rem "Montserrat", sans-serif;
}

.forgot-pass-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    width: 100%;
    max-width: 37.5rem;
}
.header-base{
    align-self: stretch;
    text-align: center;
    font-family: Montserrat, sans-serif;
    word-wrap: break-word;
    line-height: 28px;
    font-size: 18px;
}

.password-reset-header-message{
    font-weight: 600;
    color: #101828;
}

.header-or{
    font-weight: 500;
    font-style: italic;
    color: #667085;
}

.header-message-end{
    font-weight: 600;
    color: #101828;
}

body.total-med-claim .forgot-pass-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;

    margin: auto;
    flex: 1;
}

.total-med-claim .forgot-pass h1 {
    color: #101828;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    margin: 0;
}

.total-med-claim .forgot-pass p {
    margin: 0;
}

.total-med-claim .forgot-pass form {
    width: 100%;
    text-align: left;
}

body.total-med-claim .forgot-pass .actions {
    margin-top: 1.5rem !important;
}

.forgot-pass .email-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.forgot-pass .submit-btn {
    background-color: #e5002c;
    color: #fff;
    font: 600 1.125rem "Montserrat", sans-serif;
    height: 3.625rem;
    border-radius: 4rem;
    transition: opacity .4s ease;
}

.forgot-pass .submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.forgot-pass-image {
    overflow: hidden;
    max-height: 18.75rem;
    margin-bottom: 1.25rem;
    border-radius: 1rem;
}

.forgot-pass-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.total-med-claim .forgot-pass .intro-text {
    color: #101828;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
    margin: 0;
}

.forgot-pass .color-red {
    color: #e5002c;
}

.forgot-pass label {
    display: inline-block;
    color: #242C40;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: .38rem;
}

.total-med-claim .terms-info {
    display: flex;
    padding: 0.75rem 0;
    align-items: flex-start;
    align-self: stretch;

    color: #344054;
    font-family: Montserrat, sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
}

.total-med-claim .terms-info p {
    margin: 0;
    text-align: left;
}

.total-med-claim .terms-info a {
    color: #F51238;
    font-family: Montserrat, sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    text-decoration: none;
}

.total-med-claim .terms-info a:hover {
    color: #CC0F2F;
}

.total-med-claim .reset-submit-btn {
    display: flex;
    padding: 0.75rem 1.125rem;
    justify-content: center;
    align-items: center;
    gap: 0.375rem;
    border-radius: 0.5rem;
    border: 1px solid #84ADFF;
    background: #EFF4FF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    width: 100%;

    color: #004EEB;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
}

.total-med-claim .reset-submit-btn:not(:disabled):hover {
    background: #D1E0FF;
    color: #0040C1;
}

.total-med-claim .reset-submit-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
