section.signup {
  min-height: calc(100vh - 80px);
  background-image: url('../images/landing/forest.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 1000px 1000px rgba(0, 0, 0, 0.4);
  padding-inline: 10px;
  padding-block: 20px;
}

section.signup.update-profile {
background-image: unset;
background-color: #fff;

}

footer#footer {
  margin-top: 0;
}

.form-container {
  width: 660px;
  position: relative;
  margin: 0 auto;
}

.form-container .form-group.user-based.ind {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-container .form-group.user-based.com.disabled {
  display: none;
}

.form-container .user-type label.btn {
  width: 50%;

}

.signup-content {
  background: #fff;
  border-radius: 0px;
  padding: 50px 85px;
}
.form-group {
  overflow: hidden;
  margin-bottom: 20px;
}
.form-input {
  width: 100%;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  padding: 25px 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  transition: all .3s ease;
}
.form-input::-webkit-input-placeholder {
  color: #999;
}
.form-input::-moz-placeholder {
  color: #999;
}
.form-input:-ms-input-placeholder {
  color: #999;
}
.form-input:-moz-placeholder {
  color: #999;
}
.form-input::-webkit-input-placeholder {
  font-weight: 500;
}
.form-input::-moz-placeholder {
  font-weight: 500;
}
.form-input:-ms-input-placeholder {
  font-weight: 500;
}
.form-input:-moz-placeholder {
  font-weight: 500;
}
.form-input:focus {
  
  border: 1px solid transparent;
  -webkit-border-image-source: -webkit-linear-gradient(to right, #003b11, #8ceb74);
  -moz-border-image-source: -moz-linear-gradient(to right, #003b11, #8ceb74);
  -o-border-image-source: -o-linear-gradient(to right, #003b11, #8ceb74);
  border-image-source: linear-gradient(to right, #003b11, #8ceb74);
  -webkit-border-image-slice: 1;
  border-image-slice: 1;
  border-radius: 5px;
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.form-input:focus::-webkit-input-placeholder {
  color: #222;
}
.form-input:focus::-moz-placeholder {
  color: #222;
}
.form-input:focus:-ms-input-placeholder {
  color: #222;
}
.form-input:focus:-moz-placeholder {
  color: #222;
}
.form-submit {
  height: auto;
  min-height: 40px;
  width: 100%;
  border-radius: 5px;
  padding: 17px 25px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background-color: #1e7e34;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.form-submit:hover {
  background: rgb(3, 83, 3);
}

form#registerForm input#option1, input#option2 {
  visibility: hidden;
}

.form-label {
  font-size: 1.1rem;
  color: #333;
  font-weight: 600;
}

h2.form-title {
  font-size: 1.5rem;
  text-transform: unset;
  color: rgba(0, 0, 0, 0.8)
}

.input-focus {
  transition: all 0.3s ease;
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


button.btn.edit-btn {
  width: 40px;
  height:  40px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #edeede;

  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-pencil-fill" viewBox="0 0 16 16"><path d="M12.854.146a.5.5 0 0 0-.707 0L10.5 1.793 14.207 5.5l1.647-1.646a.5.5 0 0 0 0-.708zm.646 6.061L9.793 2.5 3.293 9H3.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.207zm-7.468 7.468A.5.5 0 0 1 6 13.5V13h-.5a.5.5 0 0 1-.5-.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.5-.5V10h-.5a.5.5 0 0 1-.175-.032l-.179.178a.5.5 0 0 0-.11.168l-2 5a.5.5 0 0 0 .65.65l5-2a.5.5 0 0 0 .168-.11z"/></svg>') no-repeat center center;
  background-size: 16px 16px;
  cursor: pointer;
  transition: all ease-in-out .4s;
}

button.btn.edit-btn:hover {
  background-color: #fb8c00;
}

/* input[type=checkbox]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: none;
}
input[type=checkbox]:not(old) + label {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 25px;
}
input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 3px;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  background: #fff;
  background-image: -moz-linear-gradient(#fff, #fff);
  background-image: -ms-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  vertical-align: bottom;
}
input[type=checkbox]:not(old):checked + label > span {
  background-image: -moz-linear-gradient(#fff, #fff);
  background-image: -ms-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
}
input[type=checkbox]:not(old):checked + label > span:before {
  content: '\f26b';
  display: block;
  color: #222;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  font-family: 'Material-Design-Iconic-Font';
  font-weight: bold;
} */
.label-agree-term {
  font-size: 12px;
  font-weight: 600;
  color: #555;
}
.term-service {
  color: #555;
}
.loginhere {
  color: #555;
  font-weight: 500;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 5px;
}
.loginhere-link {
  font-weight: 700;
  color: #222;
}
.field-icon {
  float: right;
  margin-right: 17px;
  margin-top: -32px;
  position: relative;
  z-index: 2;
  color: #555;
  cursor: pointer;
}
.form-group.ind, .form-group.pass {
position: relative;
overflow: visible;
}
.field-icon.toggle-password {
  position: absolute;
  top: 40px;
  right: 0;
  margin-top:0;
}

.form-group.ind .invalid-feedback {
  position: absolute;
  width: 50%;
}

.logo.mob {
  padding-block: 10px;
}

input[type="checkbox"].form-check-input {
  width: 1em;
  height: 1em;
  margin-right: 10px;
}

@media screen and (max-width: 768px){
  .container {
      width: calc(100% - 40px);
      max-width: 100%;
  }

  .signup-content {
    background: #fff;
    border-radius: 10px;
    padding: 5px;
  }
} 
  
