* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f4f4f4;
}
.container{
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #F1F8FD;
}

.multi-language{
  display: flex;
align-items: center;
gap: 4px;
position: relative;
cursor: pointer;
}
.header{
  height: 72px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
}

.language-select {
  appearance: none; 
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  cursor: pointer;
  padding-right: 24px; 
}

.arrow-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 5px;
  pointer-events: none; 
}


.background-image {
  position: absolute ;
  bottom: 0;
  left: 0;
  
  height: 564px;
}

.form-container {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.background-img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 986px;
  height: 707px;
}

.card {
  width: 504px;
  background: white;
  padding: 32px 48px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 640px) {
  .card {
      width: 361px;
      padding: 24px 32px;
  }
}

h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

p {
  color: #757575;
}

input{
  width: 100%;
  padding: 16px;
  margin-bottom: 24px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button {
  width: 100%;
  padding: 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.card-title {
  font-size: 32px;
  line-height: 38px;
  text-align: left;
}

.card-description{
  color: #757575;
  font-size: 16px;
  display: flex;
  justify-content: start;
  margin-bottom: 64px !important;
}

button:hover {
  background-color: #0056b3;
}

.input-referal-register{
  margin-top: 24px;
}

.input-group {
  position: relative;
  width: 100%;
}

.input-group input {
  width: 100%;
  padding: 16px;
  padding-right: 40px; 
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 0;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.forgot-pw-btn {
  margin-top: 40px;
}

.footer a{
  color: #5054FD;
}

.footer{
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.icon-back {
  cursor: pointer;
  margin-bottom: 12px;
}

.button-style{
  background-color: #5054FD;
  margin-bottom: 16px;
}

.forgot-password {
  margin-top: 8px;
  margin-bottom: 64px;
  cursor: pointer !important;
}

.forgot-password a {
  color: #1E1E1E;
  text-decoration: none;
}

a {
  color: #40ADFF;
  text-decoration: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 64px;
}


.checkbox-group input {
  margin-top: 12px;
  width: 20px;
  height: 20px;
}

.checkbox-group label {
  font-size: 14px;
}
