.flex-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-container {
    background-image: url('images/wavy-blue.png');
    background-size: cover;
    background-blend-mode: color;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    padding: 20px;
}

.login-form {
    background-color: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 700px;
}

.login-header {
    text-align: center;
    margin-bottom: 30px;
}

.login-title {
    font-size: 36px;
    font-weight: 700;
    color: #0a1e45;
    margin-bottom: 10px;
    text-align: left;
}

.login-subtitle {
    color: #666;
    font-size: 14px;
    text-align: left;
}

.login-subtitle a {
    color: #4081bd
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

input[type="password"] {
    width: 100%;
    padding: 12px;
    border: 2px solid #eef1f5;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
}

input[type="password"]:focus {
    border-color: #087aa8;
    outline: none;
}

input[type="checkbox"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

input[type="checkbox"]:checked::before {
    content: '\2713';
    font-size: 16px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

input[type="checkbox"]:checked {
    background-color: #2196F3;
    border-color: #2196F3;
}

.checkbox-label {
    font-size: 16px;
    color: #333;
    cursor: pointer;
    margin: 0px 8px;
}

.login-btn{
    width: 100%;
    padding: 16px;
    margin-bottom: 10px;
    background-color: #4285F4;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.login-btn:hover{
    background-color: #00bfe6;
}

.forgot-footer{
    text-align: center;
    margin-top: 5px;
}

.forgot-footer a{
    color: #4285f4;
    text-decoration: none;
    font-size: 14px;
}

.forgot-footer:hover{
    text-decoration: underline;
}

.error-message {
    color: #e74c3c;
}

.privacy-banner{
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    font-size: 1.5rem;
    max-width: 1000px;
}

.banner {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.banner h1{
    font-size: 36pt;
    font-weight: 700;
    margin-top:10vh;
    margin-bottom: 3vh;
}

.banner p {
    font-size: 18pt;
    font-weight: 500;
    max-width: 50vw;
    min-width: 530px;
    max-height: 10vh;
    margin-bottom: 4vh;
}

.banner span {
    width: 60vw;
    text-align: left;
    font-size: 12pt;
}

.banner span ul{
    margin-top: 1rem;
}

.banner span li{
    margin-left: 2rem;
}

.card-container{
    display: flex;
    flex-direction: column;
    align-items: center;

}

.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    margin: 0 2rem;
    background-color: white;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    width: 600px;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}

.product-card ul {
    font-size: 12pt;
    font-weight: 200;
    text-align: left;
}

.product-card li {
    font-size: 16pt;
    color: #2b2b2b;
    font-weight: 400;
    list-style-image: url('images/tacvia-small.png');
}

.product-card-header{
    margin: 1rem 0;
    font-size: 32pt;
    font-weight: 700;
}

.product-card-subtitle{
    font-size: 18pt;
    font-weight: 500;
    max-width: 100%;
    margin-bottom: 25px;
}

.btn {
    background-color: #4285F4;
    border-radius: 14px;
    font-size: 14pt;
    margin: 30px 15px;
    padding: 5px 0;
    justify-content: center;
}

.btn a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 20pt;
}

.product-btn{
    width: 60%;
}

.questions-btn{
    width: 30%;
}

.header-card {
    margin-top: 15vh;
    display: flex;
    flex-direction: row;
}

.footer-card {
    width: 600px;
    border-radius: 20px;
    background-color: white;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 30pt;
}

.questions-card{
    margin:0 15px;
    width: 70%;
}

.popular-banner {
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px 8px 0 0;
    background-color: #42CFF4;
    color: white;
    font-size: 19pt;
    text-align: center;
    padding: 5px 0;
}

.guarantee-card {
    display: flex;
    flex: row;
    border-radius: 20px;
    background-color: white;
    margin-top: 50px;
    font-size: 30pt;
    font-size: 25pt;
    width: 1000px;
}

.guarantee-card h1{
    font-size: 42pt;
    font-weight: 800;
}

.guarantee-card img {
    margin: 0 20px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

body.forgot-password-page {
    background-image: url('images/wavy-blue.png');
    background-size: cover;
    background-blend-mode: color;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    min-width: 100vw;
    padding: 20px;
}

.forgot-password-form {
    background-color: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 600px;}

.forgot-password-header { 
    text-align: center;
    margin-bottom: 30px;
}

.forgot-password-title { 
    font-size: 36px; 
    font-weight: 700;
    color: #0a1e45;
    margin-bottom: 10px;
    text-align: left; 
}

.forgot-password-subtitle { 
    color: #666;
    font-size: 14px;
    text-align: left; 
    line-height: 1.5;
}

.form-group-check {
    margin-top: .5rem;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.form-group label {
    padding-top: .25rem;
}

.form-group label {
    color: #555;
    font-size: 14px;
}

.form-group input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 2px solid #dcdee0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
    font-family: inherit; 
}

.form-group input[type="email"]:focus {
    border-color: #087aa8;
    outline: none;
}

.forgot-password-button { 
    width: 100%;
    padding: 16px; 
    margin-top: 10px; 
    margin-bottom: 10px;
    background-color: #4285F4; 
    color: white;
    border: none;
    border-radius: 8px; 
    font-size: 24px; 
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex; 
    justify-content: center;
    align-items: center;
    gap: 8px; 
}

.forgot-password-button:hover {
    background-color: #00bfe6;
}

.forgot-password-button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.forgot-password-footer {
    text-align: center;
    margin-top: 5px; 
}

.forgot-password-footer a {
    color: #4285f4; 
    text-decoration: none;
    font-size: 14px;
}

.forgot-password-footer a:hover {
    text-decoration: underline; 
}


.success-message,
.error-message {
    padding: 10px 15px;
    margin-bottom: 15px; 
    margin-top: 5px;
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
    border: 1px solid transparent;
}

.success-message:empty, 
.error-message:empty {
    display: none;
}

.success-message {
    background-color: #d1e7dd; 
    color: #0f5132; 
    border-color: #badbcc;
}

/* Spinner styles (basic) */
.spinner {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    width: 18px;
    height: 18px;
    animation: spin 1s linear infinite;
    display: inline-block; 
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.d-none { 
    display: none !important;
}
