﻿/*برای بخش reset password*/
/* استایل برای قرمز کردن border فیلد ایمیل */
.red-border-input {
    border: 1px solid #dc3545 !important;
}

.forgot-password-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    min-height: calc(100vh - 200px);
}

.compact-card {
    width: 100%;
    max-width: 400px;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

    .compact-card .card-body {
        padding: 1.5rem !important;
    }

    .compact-card h2 {
        color: #dc3545;
        font-size: 1.5rem;
        margin-bottom: 0.5rem !important;
        font-weight: 600;
    }

    .compact-card hr {
        margin: 0.75rem 0;
        opacity: 0.5;
    }

    .compact-card .form-floating {
        margin-bottom: 1rem !important;
    }
/*    برای بخش forgot password*/
/* استایل برای قرمز کردن border فیلد ایمیل */
.red-border-input {
    border: 1px solid #dc3545 !important;
}

.forgot-password-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    min-height: calc(100vh - 200px);
}

.compact-card {
    width: 100%;
    max-width: 400px;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

    .compact-card .card-body {
        padding: 1.5rem !important;
    }

    .compact-card h2 {
        color: #dc3545;
        font-size: 1.5rem;
        margin-bottom: 0.5rem !important;
        font-weight: 600;
    }

    .compact-card hr {
        margin: 0.75rem 0;
        opacity: 0.5;
    }

    .compact-card .form-floating {
        margin-bottom: 1rem !important;
    }