body {
    margin: 0;
    height: 100vh;
    background-image: url('/static/resources/images/wall.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: "Poppins", sans-serif;
    margin:auto
}

/* Glitch Effect */


.rtsg-title {
    margin-top: 2rem;
    font-size: 48px;
    color: white;
    animation: glitch 3s infinite;
}

.login-container {
    width: 500px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #1c1c1c, #0e0e0e);
    border: 2px solid #ff2e2e;
    box-shadow: 0 0 20px rgba(255, 46, 46, 0.5);
    color: #eaeaea;
    z-index: 1;
}

img {
    width: 500px;


}



.login-text {
    text-align: center;
    font-size: 1.5em;
    animation: glitch 3s infinite;
}

.form {
    margin-top: 1rem;
}

.form div {
    margin-bottom: 20px;
}

.form input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid black;

    box-sizing: border-box;
}

.login-btn {
    text-align: center;
}

.login-btn button {
    width: 100%;
    padding: 8px;
    font-size: 1.2em;
    background-color: #aa0919;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.login-btn button:hover {
    background-color: #aa0919c4;
}
/* FLASH MESSAGES */