body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://www.cfnews.net/var/cfnews/storage/images/3/7/0/3/13373073-1-fre-FR/LuxCarta%20UNE.jpg");
}

form {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 344px;
}

h1 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

input {
  border: 1px solid gray;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 16px;
}

label {
  margin-bottom: 5px;
}

.remember-me {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

button {
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}

.error {
  color: red;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.message {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.forgot-password {
  text-align: right;
  margin-bottom: 10px;
}

.signup {
  text-align: center;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loader {
  display: none;
  margin-right: 10px;
}

.termOfUseWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

body {
  background-color: #f5f5f5;
}

.mui-container {
  margin-top: 50px;
}

.mui-panel {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  background-color: #fff;
}

h1 {
  margin-top: 0;
}

p {
  margin-top: 20px;
}
.mui-textfield {
  width: 100%;
}
