﻿

/* Login panel styles */
.login-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.login-form {
    display: flex;
    flex-direction: column;
    width: 80%;
    gap: 15px;
}

    .login-form input {
        width: 100%;
    }

.login-title {
    text-align: center;
    margin-bottom: 10px;
}
