* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* #app {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
}

h1 {
    text-align: center;
    color: #333;
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    color: #666;
}

input {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

button {
    width: 100%;
    padding: 0.2rem;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

button:hover {
    background: #0056b3;
}

.logout-icon {
   float: inline-end;
   color: red;
   margin-bottom: 0.5rem;
} */

.main-container {
    height: 100dvh;
    width: 100dvw;
}

.form-control, .form-select {
    height: 40px !important;
}

.form-label {
    font-size: 14px !important;
    font-weight: 600;
}

.wrapper {
    background: url(/static/img/xa-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.login-container {
    max-width: 600px !important;
    padding: 80px 40px !important;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.4);
}

/* .login-title {
    color: #FFFFFF;
} */

.logo img{
    max-width: 100%;
}

/* .login-form .invalid-feedback {
    color: #FFFFFF !important;
    font-weight: 600;
} */

.btn {
    background: #5ab53c !important;
    height: 40px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

.bg-green {
    background: #5ab53c !important;
}

.c-pointer {
    cursor: pointer !important;
}