@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --primary: #30B876;
    --gray : #B6B6B6
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

form#signup-form h1 {
  font-family: 'Outfit';
  font-size: 35px;
  font-weight: bold;
  color: black;
}


.form-container {
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}
.form-container h2 {
  margin-bottom: 20px;
}
input, button {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button {
  background-color: #1db954;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
}



.message {
  display: none;
  margin: 10px 0;
  color: #1db954;
  font-weight: bold;
}


.top_content {
  display: flex;
}

h3.head_signup {
  margin-top: 15px;
  margin-left: 20px;
  font-family: outfit;
}


.content .sub_txt {
  margin: 0 0 0 20px;
  font-family: outfit;
}


button#signup {
  background: #30b876;
  font-size: 20px;
  padding: 15px;
  border-radius: 11px;
  color: white;
  font-family: outfit;
}

button#login_b {
  background: #30b876;
  font-size: 20px;
  padding: 15px;
  border-radius: 11px;
  color: white;
  font-family: outfit;
}

.otp_section {
  text-align: center;
}

button#login_b {
  margin-top: 15px;
}

.otp-field-box.mb-4 input {
  text-align: center;
}



form#signup-form input {
  font-family: 'Outfit';
  font-size: 19px;
  padding: 9px;
  border-radius: 10px;
  margin-bottom: 20px;
}


form#signup-form label {
  font-family: 'Outfit';
  color: rgba(117, 117, 117, 1);
}


hr.line {
  color: black;
  border: solid .5px #e6e6e6;
  width: 100%;
  text-align: center;
  margin:15px 0  !important;
}

.response_container {
  background: #f5f5f52b;
  padding: 87px;
  text-align: center;
  font-family: 'Outfit';
  font-size: 25px;
  border-radius: 20px;
}


div#error-container {
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  margin: 10px 0;
  background: #ff5252db;
  color: #ffffff;
}

.otp-field-box.mb-4 input {
  font-size: 30px;
  width: 60px;
  border-radius: 20px;
  height: 60px;
}

.col-md-12.phone_number .iti--allow-dropdown {
  width: 100% !important;
}

input#phone {
  text-indent: 40px !important;
}