.login#login-content {
  padding: 40px 0 20px 0;
  border-radius: 15px 15px 0 0;
  background-color: #fff;
  min-height: 100vh;
}
.iti__flag-container {
  position: initial;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
}
.iti {
  width: 100%;
  position: relative;
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-column: 3 / span 10;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: unset !important;
}

.div-back {
  display: flex;
  position: absolute;
  align-content: center;
  align-items: center;
}

.div-back .btn-back {
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  color: #ff6100;
  border: 0;
  font-size: 16px;
}

.text-back {
  font-size: 18px;
  padding-left: 5px;
  margin: 0;
}

.login#login-content .input-group {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  /* column-gap: 5px; */
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 5px 10px 0px;
  background-color: #eaeaea;
}

.login#login-content .input-inline-prepend {
  grid-column: 1 / span 2;
}

button.btn.dropdown-toggle.btn-light.bs-placeholder {
  background-color: #eaeaea;
  border: none;
}

button.btn.btn-validate {
  background-color: #72cbd1;
  border: none;
  color: #fff;
  padding: 10px 25px;
  width: 100%;
}
button.btn.btn-validate:hover {
  background-color: #53999e;
  border: none;
  color: #fff;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

.form-input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 25px;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid transparent;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.login#login-content .input-group.user .form-input {
  grid-column: 3 / span 10;
  background-color: #eaeaea;
  padding-right: 3px;
  padding: 0 !important;
}
.login#login-content .input-group.user .form-input:not(#phone) {
  width: auto;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  height: 20px;
  width: 20px;
  background-image: url(../../../img/icons/circle-chevron-down-solid.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  height: 20px;
  width: 20px;
  background-image: url(../../../img/icons/circle-chevron-up-solid.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.bootstrap-select .dropdown-menu {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dropdown-menu span.text {
  font-size: 13px;
}

ul.dropdown-menu.inner.show {
  overflow-x: hidden;
}

.dropdown-item {
  white-space: pre-wrap;
}

.btn {
  padding: 0;
}

.login#login-content .input-group.pass .form-input {
  grid-column: 3 / span 9;
  background-color: #eaeaea;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  outline: none !important;
  outline-offset: 0 !important;
}

.btn-light {
  height: 100%;
  color: #212529;
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.btn-light:hover {
  color: #212529;
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.btn-light.focus,
.btn-light:focus {
  color: #212529;
  background-color: #eaeaea;
  border-color: #eaeaea;
  box-shadow: none;
}
.bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.login#login-content .input-group.pass .input-inline-append {
  grid-column: 12 / span 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5px;
  padding-left: 10px;
}

.login#login-content .input-group.pass .fa-eye {
  font-size: 17px;
}

.login#login-content .input-group i {
  color: #72cbd1;
}

.login#login-content b.blue {
  color: #72cbd1;
}

.modal-header {
  align-items: center;
}

.modal .btn-close-terms {
  background-color: rgb(127, 205, 203);
  border-left-color: rgb(127, 205, 203);
  border-right-color: rgb(127, 205, 203);
  border: none;
  padding: 5px;
}

.modal .close {
  margin: 0;
  padding: 5px 10px;
}

.modal .close:hover {
  background-color: #fb7923;
}

.btn-facebook {
  grid-column: 3 / span 8;
  grid-row: 3;
  border-radius: 15px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: bold;
  color: #1878f1;
}

.btn-facebook:hover {
  background-color: #1878f1;
  border: 1px solid #1878f1;
  color: #efefef;
}

.div-btn {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 50px;  /*20px 50px*/
  grid-row-gap: 15px;
}

.div-btn p {
  grid-row: 2;
  grid-column: 3 / span 8;
}

.btn-cadastre {
  background-color: #72cbd1;
  color: #fff;
  border-radius: 15px;
  border: 1px solid transparent;
  grid-column: 3 / span 8;
  grid-row: 1;
}

.btn-cadastre:hover {
  background-color: transparent;
  color: #72cbd1;
  border: 1px solid #72cbd1;
}

.reveal-pass {
  padding: 0;
  cursor: pointer;
}

.combine-result {
  padding: 0;
  cursor: pointer;
}

.combine-result {
  padding: 0;
  cursor: pointer;
}

.combine-result .fa-circle-xmark {
  color: #920000 !important;
}

input::-webkit-input-placeholder {
  font-size: 14px;
}

.link-cadastre {
  color: #7a7a7a;
  width: 100%;
  text-decoration: none;
}

.link-cadastre:hover {
  color: #6b6b6b;
  text-decoration: underline;
}

.link-cadastre:hover b {
  color: #6b6b6b;
  text-decoration: underline;
  color: #53999e;
}

.image-div {
  display: flex;
  justify-content: center;
  align-content: center;
}

.image-frame {
  height: 100px;
  width: 100px;
  position: relative;
}

.image-edit {
  height: 100px;
  width: 100px;
  background-image: url(../../../img/icons/foto1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  background-color: #0000008e;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.image-edit:hover {
  background-color: #0000003f;
}

.image-profile {
  height: 100px;
  width: 100px;
  top: 0;
  left: 0;
  border-radius: 15px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0000008e;
}

.image-edit .image-profile {
  height: 100%;
  width: 100%;
}

.description-image {
  margin-bottom: 1.5rem;
}

@media (max-width: 500px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 375px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 425px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 425px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
