@import url('https://fonts.googleapis.com/css2?family=Kumar+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  background-color: #EBF6FF;
  font-family: 'Inter', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
}

.back {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  text-decoration: none;
  color: black;
}

.container {
  background-color: #76CBFF;
  border-radius: 30px;
  padding: 40px 30px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  align-items: center;
}

.container h1 {
  color: #051C52;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.container p {
  font-size: 14px;
  margin-bottom: 20px;
}

.container p a {
  color: #0072CD;
  text-decoration: none;
}

.form-group {
  text-align: left;
  margin-bottom: 20px;
}

label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

input[type="email"],
input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 5px;
  padding-top: 0px;
  font-size: 14px;
  border: none;
  border-bottom: 2px solid #0072CD;
  background: transparent;
  outline: none;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  margin: 15px 0;
  text-align: left;
}

.checkbox input {
  margin-right: 8px;
  margin-top: 2px;
}

.link {
  color: #0072CD;
  text-decoration: underline;
  cursor: default;
}

.btn {
  background-color: #0072CD;
  color: white;
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 30px 0 10px;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #0072CD;
}

.divider span {
  padding: 0 10px;
  font-size: 14px;
  color: #000000;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.social-icons img {
  width: 32px;
  height: 32px;
  opacity: 1;
  pointer-events: none;
}
