body {
  margin: 0;
  background-color: #E3F2FD;
  height: 100vh;
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
  font-family:'Poppins', sans-serif;
  color:#333333;
  background-image: url('amal\ jyothi\ background.jpg');
}


.box12{
    height:auto;
    width:180px;
}

.box1 {
  display: flex;
  flex-direction: column;
  width: 400px;       /* control size */
  padding: 20px;
  gap:20px;
  background: #f2f2f2;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);  
  border-radius: 8px;

  text-align: center;
  align-items: center;
  text-align: left;
}
.l11{
  display: block;
  font-size: 20px;
  text-align: left;
}
.email1,.pass1{
    height:20px;
    width:100%;
    height:40px;
    border:2px solid #BDBDBD;
    border-radius: 20px;
    font-size: 16px;
    padding-left: 10px;
}
.reg{
    color:white;
    background-color: #1976D2;
    width:100%;
    align-self: center;
    text-align: center;
    height:40px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
}

.reg:hover{
    color:#1976D2;
    background-color: white;
}

.google-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e5e7eb; /* Light gray border */
  border-radius: 8px; /* Matches your input fields */
  padding: 12px 16px;
  font-family: inherit; /* Inherits your site's font */
  font-size: 16px;
  font-weight: 500;
  color: #374151; /* Dark gray text */
  cursor: pointer;
  transition: all 0.2s ease;
  gap: 12px; /* Space between logo and text */
  margin-top: 15px; /* Space above the button */
}

/* Hover Effect */
.google-btn:hover {
  background-color: #f9fafb; /* Very light gray on hover */
  border-color: #d1d5db; /* Slightly darker border */
}

.c1{
  color:white;
  background-color: #1976D2;
  height:40px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
}

.c1:hover{
  color:#1976D2;
  background-color: white;
}