/* Container */

.auth-container {
    max-width: 450px;
    margin: 60px auto;
    padding: 30px;
    background: #f3fbf3;/*Container*/
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    font-family: Arial, Helvetica, sans-serif;
}

.auth-container h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #cc5500;
}

/* Success + Error Messages */
.success-msg {
    background: #e5ffe5;
    border: 1px solid #00a000;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #006600;
    font-weight: bold;
}

.error-msg {
    background: #ffe5e5;
    border: 1px solid #cc0000;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #990000;
    font-weight: bold;
}

/* Form Styles */
form {
    display: flex;
    flex-direction: column;
}

form label {
    margin: 10px 0 5px;
    font-weight: bold;
    color: #333;
}

form input,
form select {
    padding: 10px;
    border: 1px solid #bbb;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.2s ease-in-out;
}

form input:focus,
form select:focus {
    border-color: #0077ff;
    outline: none;
    box-shadow: 0 0 4px rgba(0, 119, 255, 0.3);
}

/* Button */
form button {
    margin-top: 20px;
    padding: 12px;
    background: #0077ff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

form button:hover {
    background: #005fcc;
}

    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    font-family: Arial, Helvetica, sans-serif;
}

.auth-container h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #333;
}

/* Success + Error Messages */
.success-msg {
    background: #e5ffe5;
    border: 1px solid #00a000;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #006600;
    font-weight: bold;
}

.error-msg {
    background: #ffe5e5;
    border: 1px solid #cc0000;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #990000;
    font-weight: bold;
}

/* Form Styles */
form {
    display: flex;
    flex-direction: column;
}

form label {
    margin: 10px 0 5px;
    font-weight: bold;
    color: #333;
}

form input,
form select {
    padding: 10px;
    border: 1px solid #bbb;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.2s ease-in-out;
}

form input:focus,
form select:focus {
    border-color: #0077ff;
    outline: none;
    box-shadow: 0 0 4px rgba(0, 119, 255, 0.3);
}

/* Button */
form button {
    margin-top: 20px;
    padding: 12px;
    background: #0077ff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

form button:hover {
    background: #005fcc;
}
;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    font-family: Arial, Helvetica, sans-serif;
}

.auth-container h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #cc5500;
}

/* Success + Error Messages */
.success-msg {
    background: #e5ffe5;
    border: 1px solid #00a000;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #006600;
    font-weight: bold;
}

.error-msg {
    background: #ffe5e5;
    border: 1px solid #cc0000;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #990000;
    font-weight: bold;
}

/* Form Styles */
form {
    display: flex;
    flex-direction: column;
}

form label {
    margin: 10px 0 5px;
    font-weight: bold;
    color: #333;
}

form input,
form select {
    padding: 10px;
    border: 1px solid #bbb;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.2s ease-in-out;
}

form input:focus,
form select:focus {
    border-color: #0077ff;
    outline: none;
    box-shadow: 0 0 4px rgba(0, 119, 255, 0.3);
}

/* Button */
form button {
    margin-top: 20px;
    padding: 12px;
    background: #0077ff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

form button:hover {
    background: #005fcc;
}
