﻿.login-container {
    width: 100%;
    max-width: 400px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.login-header {
    color: #0b4d8a;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 25px;
}

.login-container p {
    color: #6c757d;
    font-size: 0.95rem;
}

.form-control {
    border-radius: 25px;
    padding: 22px;
    font-size: 1rem;
}

.btn-primary {
    background-color: #0b4d8a;
    border: none;
    border-radius: 20px;
    padding: 12px;
    font-size: 1rem;
}


.btn-secondary {
    background-color: #6c757d;
    border: none;
    border-radius: 20px;
    padding: 12px;
    font-size: 1rem;
}

.form-group {
    margin-bottom: 15px;
}

.text-link {
    font-size: 0.9rem;
    color: #0b4d8a;
    text-decoration: none;
}

    .text-link:hover {
        text-decoration: underline;
    }

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

    .divider hr {
        flex-grow: 1;
        border: none;
        border-top: 1px solid #ccc;
        margin: 0 10px;
    }

.divider-text {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
    white-space: nowrap;
}
.login-header h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0b4d8a;
    margin-bottom: 20px;
}

.card {
    border-radius: 20px;
}

.form-group {
    margin-bottom: 15px;
}


.checkbox-theme {
    margin: 10px 0;
}

.text-center p a {
    color: #0b4d8a;
}

    .text-center p a:hover {
        text-decoration: underline;
    }

hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

/* Style for the eye icon in the input */
#togglePassword, #toggleConfirmPassword {
    font-size: 18px;
    color: #6c757d; /* Grey color */
}

.fa-times-circle {
    color: red;
}

.fa-check-circle {
    color: green;
}

.swal-btn-md {
    font-size: 16px !important;
    padding: 10px 30px !important; /* ปรับความยาวปุ่ม */
    white-space: nowrap !important; /* ป้องกันข้อความเว้นบรรทัด */
}

