.page-7.form-container {
  box-shadow: 0 0 4px 0px #00000029;
  max-width: 433px;
  margin: 30px auto 160px;
  padding: 10px;
  font-family: "Roboto Condensed", sans-serif;
}

.page-7.form-container .logo {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-7.form-container .form-title {
  color: #1b283f;
  font-size: 25px;
  margin-bottom: 18px;
}

.page-7.form-container .name-img-section {
  display: flex;
  margin-bottom: 10px;
}

.page-7.form-container .name-img-section .user-img {
  width: 26%;
  height: 108px;
}

.page-7.form-container .name-img-section .user-img img {
  width: 100%;
  border-radius: 2px;
}

.page-7.form-container .first-last-name-section {
  width: 74%;
  padding-left: 10px;
}

.page-7.form-container input {
  height: 47px;
}

.page-7.form-container select {
  height: 47px;
}

.page-7.form-container .form-group {
  position: relative;
}

.page-7.form-container .form-group .show-pass {
  position: absolute;
  color: #619f32;
  top: 12px;
  right: 10px;
}

.page-7.form-container .btn-register {
  background-color: #639f06;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  width: 100%;
  height: 48px;
}
/* .page-7.form-container .kindly-login{
 margin-top: 4px;
} */
.page-7.form-container .kindly-login,
.page-7.form-container .kindly-login {
  display: inline-block;
  width: 100%;
  text-align: right;
  color: #619f32;
}

.page-7.form-container .kindly-login {
  margin-bottom: 5px;
  text-decoration: none;
}
.page-7.form-container .validationError {
  font-size: 13px;
  font-weight: 500;
  color: red;
}
.form-group.country-numbers .country-code {
  position: absolute !important;
  top: 4px !important;
  margin-left: 5px !important;
  color: #000 !important;
}

.country-numbers .country-code img {
  width: 24px !important;
}

.form-group.country-numbers input {
  padding-left: 47px;
}

textarea {
  padding: 10px;
  border: 1px solid #d6d6e0 !important;
  width: 100%;
  border-radius: 4px;
}

#buttonid {
  background-color: #ecf0f3;
  border-radius: 3px;
  font-size: 16px;
  height: 30px;
}

.select-location {
  display: flex;
  justify-content: space-between;
}

.select-location span {
  font-size: 16px;
}

.page-7.form-container {
  box-shadow: none;
}

@media (max-width: 767px) {
  .page-7.form-container .name-img-section {
    display: block;
  }

  .page-7.form-container .name-img-section .user-img {
    margin: 0 auto;
  }

  .page-7.form-container .first-last-name-section {
    width: 100%;
    padding-left: 0;
  }
}

.page7-custom {
  width: 100%;
}

@media (max-width: 450px) {
  .page7-custom {
    margin: 0 15px;
  }

  .page-7.form-container .form-title {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .page-7.form-container {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .page7-custom {
    width: 100%;
  }
}
