body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(to bottom right, #273c88, #c8187d);
  color: white;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box {
  background: rgba(255,255,255,0.1);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  text-align: center;
  max-width: 400px;
  width: 90%;
}
input, button {
  width: 90%;
  padding: 10px;
  margin-top: 10px;
  border: none;
  border-radius: 8px;
}
button {
  background-color: white;
  color: #273c88;
  font-weight: bold;
  cursor: pointer;
  background-color: #007bff;
  cursor: pointer;
  bparder-radius:6px;
}
.floating-logo {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 15vw;
  max-width: 100px;
  height: auto;
  z-index: 999;
}
@media (max-width: 600px) {
  .box {
    padding: 20px;
  }
  input, button {
    font-size: 16px;
  }
}
.checkbox-container input[type=""checkbox] {
    margin-right:8px;
}
.checkbox-container label {
    font-size: 12px;
}
