﻿﻿body {
    font-family: Arial, sans-serif;
    background: url('Image/pxfuel.jpg') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.card {
    border: 1px solid #ced4da;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.login-container {
    max-width: 300px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    Center the contents
}

    .login-container h2 {
        margin-bottom: 20px;
        color: #333;
    }

.img-container img {
    display: block;
    margin: 0 auto;
    border-radius: 30%;
    width: 100px;
    Adjust the width of the image height: auto;
    Maintain aspect ratio
}

label b {
    font-weight: 100;
}

.btn-primary {
    background-color: #007bff;
    border: 1px solid #007bff;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.center {
    text-align: center;
}

.form-container label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    text-align: left;
    Align the labels to the left
}

.form-container input {
    width: calc(100% - 20px);
    padding: 10px 0px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-container .psw a {
    color: #333;
}

.form-container .register-link {
    display: block;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

    .form-container .register-link:hover {
        text-decoration: underline;
    }


