
body {
    background-image: url('../images/loginbackground.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: start;
    position: relative;
    align-items: center;
    min-height: 100vh;
    font-family: 'Nunito', sans-serif;
}

.container {
    background-color: rgba(191, 179, 179, 0.412); /* Semi-transparent background */
    padding: 30px;
    border-radius: 15px;
    text-align: left;
    min-height: 300px;
    padding: 20px;
    margin-left: 100px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 40%;
    border-radius: 20px 50px 20px 50px;
    align-items: center;
    justify-content: space-between;

    }


h1 {
    margin-bottom: 15px;
    color: rgba(26, 9, 127, 0.8);
}

.form-control {
    border-radius: 10px;
}

button {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    width: 50%;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    margin-left: auto;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 12px 0;
  background-color: #1e1e1edc;
  text-align: center;
  font-size: 16px;
  color: #aaa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.footer a {
  color: #0abcf9;
  text-decoration: none;
  font-weight: 500;
}

.footer a:hover {
  text-decoration: underline;
  color: #55d6ff;
}

.footer p {
  margin: 0;
}
