.property-cozy {
  display: inline-block;
  width: 130px;
  margin-right: 90px;
  margin-bottom: 10px;
  text-align: center;
}
.property-cozy input {
  width: 125px;
  margin: 10px 1px 5px 1px;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
}
.property-cozy img {
  border: 1px lightgrey solid;
  border-radius: 15px;
}
.property-cozy label,
.property-cozy img,
.property-cozy input {
  display: block;
}

#divPF,
#divPJ {
  display: none;
}
#DisclosureOthers div {
  display: none;
}

/* #cmbState, #cmbCity { width: 300px; } */

#forgot-password,
#register-password-email-sent {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
#btnRegister {
  margin: 0 auto;
  display: block;
}

#Phones {
  width: 100%;
  font-family: "roboto_condensedlight";
  border-spacing: 0;
}
#Phones .col1 {
  width: 30%;
}
#Phones .col2 {
  width: 20%;
}
#Phones .col3 {
  width: 35%;
}
#Phones .col4 {
  width: 20%;
}
#Phones thead tr {
  background: #8f52a0;
  color: white;
  line-height: 2.5em !important;
}
#Phones tbody tr:nth-child(even) {
  background: #f6d4ff;
}
#Phones tbody tr td {
  text-align: center;
}
#Phones .removeDate {
  cursor: pointer;
}

#FormCadastro h4 {
  margin-bottom: 0;
}
#FormCadastro hr {
  margin-top: 0;
}
@media (max-width: 768px) {
  #cmbState,
  #cmbCity {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  #listPhonesTaskMH {
    display: block;
  }

  .property-cozy {
    display: inline-block;
    width: 130px;
    margin-right: -15px !important;
    margin-left: -15px !important;
    margin-bottom: 10px;
    text-align: center;
  }

  .property-cozy img {
    width: 115px;
    margin: 0 auto;
  }
  #listTaskMH {
    display: none;
  }

  .button_add_phone {
    padding: 5px 20px !important;
  }

  #forgot-password,
  #register-password-email-sent {
    width: 100%;
  }
}

.loader {
  display: none;
}

.loader img,
.loader span {
  margin: -5px 0 0 0;
  font-size: 13px;
}

.message-div {
  margin-bottom: 15px;
  background: #e8d1d6;
}

.message-div #message {
  color: #8f52a1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
/*Loading Modal*/
div#loading.ui-dialog-content.ui-widget-content {
  min-height: 0 !important;
}

.ui-dialog .ui-dialog-content {
  padding: 0 !important;
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
  display: none !important;
}

.form-control {
  height: 40px;
  font-size: 18px;
}

#btnAccess {
  float: none !important;
  margin: 20px 0;
}

.inline {
  display: inline;
}

.btn-group-person-type, .btn-group-has-animal {
  width: 100%;
  margin-bottom: 10px;
}

.btn-group-person-type button, .btn-group-has-animal button {
  width: 50%;
  font-size: 16px;
  margin: 0;
}

.btn-primary {
  background-color: #8f52a0;
  color: #fff;
  border-color: #8f52a0;
  padding: 6px 12px !important;
  text-transform: capitalize;
}

.input-description {
  font-size: 13px;
  color: #000;
}

#email-span {
  font-size: 17px;
}