body {
    background-color: #050616;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
  }

  .container {
    background-color: transparent;
    color: white;
    text-align: center;
    padding: 40px;
    border-radius: 10px;
    width: 300px;
  }

  .container h2 {
    margin-bottom: 10px;
  }

  .container p {
    margin-bottom: 30px;
    color: #cccccc;
  }

  .container a {
    color: #00f0ff;
    text-decoration: none;
  }

  input[type="email"], input[type="password"] {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    background: transparent;
    border: 1px solid #444;
    border-radius: 8px;
    color: white;
  }

  .rasm{
      border: none;
      cursor: pointer;  
      width: 100%;    
  }
  .login-btn{ 
      border: none;
      background: transparent;
      width: 300px;
  }

  
a {
  color: #4CAF50;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.messages {
  margin-bottom: 1rem;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

