﻿@font-face {
    font-family: ElevanceSans-regular;
    font-weight: 400;
    src: url(../anthem-fonts/elevanceSans/ElevanceSans-Regular.woff2);
}

@font-face {
    font-family: ElevanceSans-medium;
    font-weight: 500;
    src: url(../anthem-fonts/elevanceSans/ElevanceSans-Medium.woff2);
}

@font-face {
    font-family: ElevanceSans-semibold;
    font-weight: 600;
    src: url(../anthem-fonts/elevanceSans/ElevanceSans-Semibold.woff2);
}

@font-face {
    font-family: ElevanceSans-bold;
    font-weight: 700;
    src: url(../anthem-fonts/elevanceSans/ElevanceSans-Bold.woff2);
}

body {
    font-family: ElevanceSans-regular, serif;
    background-color: #e8ebfa;
    /* Replace with your background image URL */
    background-size: cover;
    background-position: center;
    height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgot-password-container {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.btn-styles {
    width: 100%;
}

.anthem-login .form-control {
    padding: 0.75rem 1rem;
    background-color: #eeeeee63;
    border-radius: 0;
    border: 1px solid #0e63af;
    border-right: 5px solid #0e63af !important;
    border: none;
}

.sendEmailBtn, .success-ok-btn, .success-ok-btn:hover {
    background: #0e63af;
    border: none;
    text-transform: uppercase;
    width: 100%;
    border-radius: 50px;
    padding: 0.75rem 0;
    color: #fff;
}

.error-msg {
    color: red;
    margin: 0;
}

.cancelEmailBtn, .cancelEmailBtn:hover {
    background-color: #f46e6e;
    border: none;
    text-transform: uppercase;
    width: 100%;
    border-radius: 50px;
    padding: 0.75rem 0;
}

.forgot-password-container h1 i {
    font-size: 35px;
    width: 70px;
    height: 70px;
    border: 2px solid #0e63af;
    display: block;
    color: #0e63af;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.input-group-text-new.icon i {
    position: absolute;
    left: 8px;
    top: 13px;
    /* color: #0e63af; */
}

.sign-text {
    margin-top: 20px !important;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: #0e63af;
}
