﻿
.login-container {
    max-width: 75%;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.form-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.btn {
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
}

.btn-primary {
    background-color: #e53935;
}

.btn-secondary {
    background-color: #757575;
}

.form-remember {
    margin-top: 10px;
}

    .form-remember input {
        margin-right: 5px;
    }

.form-links {
    margin-top: 15px;
    font-size: 14px;
    color: #e53935;
    text-align: center;
}

    .form-links a {
        color: #e53935;
        text-decoration: none;
    }

        .form-links a:hover {
            text-decoration: underline;
        }
.form-actions {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .form-actions .btn {
        width: 28%; /* Ensure the buttons take up almost equal space */
    }

.form-remember {
    text-align: center;
    margin-top: 10px;
}
