.topo-autenticacao {
  height: 84px;
  display: flex;
  align-items: center;
  background-color: #0a645a;
}

.container-header {
  width: 85%;
}

.titulo {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #3c4646;
  margin: 112px 100px 32px;
}

.sub {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3c4646;
  margin-bottom: 32px;
}

.box-autenticacao {
  width: 100%;
  box-shadow: 0px 3px 10px 1px #cdcdd3;
  border-radius: 12px;
  padding: 24px;
  box-sizing: border-box;
}

.new-modal-dialog {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.new-modal-content {
  width: 540px;
  padding: 24px;
  border-radius: 12px;
  background: #ffffff;
}

.new-modal-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.new-modal-title {
  font-weight: 700;
  font-size: 16px;
  margin: 24px 0 16px;
}

.new-modal-body {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
}

.forgot-my-password-form {
  display: flex;
  flex-direction: column;
}

.form-group {
  display: flex;
  position: relative;
  margin: 0;
}

.form-group.document-input {
  margin-bottom: 32px;
}

.form-group.form-button {
  justify-content: flex-end;
}

.form-control {
  width: 420px;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #3c4646;
}

.form-control::placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #3c4646;
}

.form-control:focus {
  border-color: #0a645a !important;
  outline: none !important;
  box-shadow: none !important;
}

.control-label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 600;
  color: #3c4646;
  transition: all 0.3s ease;
  pointer-events: none;
}

.control-label.new-password {
  top: 20%;
}

.form-control:focus ~ .control-label,
.form-control:not(:placeholder-shown) ~ .control-label {
  top: 0;
  font-weight: 600;
  font-size: 12px;
  color: #3c4646;
  background: white;
  padding: 0 5px;
}

.radio {
  margin: 0 0 24px;
}

.radio input:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type='radio'] {
  display: none;
}

.radio label {
  display: flex;
  align-items: center;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  color: #646e6e;
}

.radio label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1.5px solid #b4bebe;
  border-radius: 4px;
  background-color: white;
  background-size: 8px 8px;
  background-position: center;
  background-repeat: no-repeat;
}

input[type='radio']:checked + label::before {
  background-image: url('../../img/modal_check.svg');
  background-color: #0a645a;
  border-color: #0a645a;
}

.new-btn-small,
.new-btn-medium,
.new-btn-large {
  height: 48px;
  margin-left: 12px;
  border-radius: 16px;
  padding: 8px 16px;
  border: 2px solid #0a645a;
}

.new-btn-small {
  width: 105px;
}

.new-btn-medium {
  width: 144px;
}

.new-btn-large {
  width: 230px;
}

.new-btn-small:focus,
.new-btn-medium:focus,
.new-btn-large:focus {
  outline: none !important;
  box-shadow: none !important;
}

.new-btn-default {
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #0a645a;
}

.new-btn-success {
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0a645a;
  color: #ffffff;
}

.new-btn-default:hover {
  text-decoration: none;
  color: #0a645a;
}

.new-btn-success:hover {
  color: #ffffff;
  text-decoration: none;
}

.arrow-back-green {
  width: 14px;
  margin-right: 8px;
}

.alert {
  border-radius: 16px;
  padding: 16px;
}

.alert-success {
  background-color: #0A645A1A;
  border: none;
  color: #0A645A;
  font-weight: 600;
}

.alert-danger {
  background-color: #C700001A;
  border: none;
  color: #C70000;
  font-weight: 600;
}

.sprite-alert-success,
.sprite-alert-danger {
  background-position: center;
  background-repeat: no-repeat !important;
}

.sprite-alert-success {
  background-image: url('../../img/success-alert.svg') !important;
}

.sprite-alert-danger {
  background-image: url('../../img/danger-alert.svg') !important;
}

span.sprite-alert-success,
span.sprite-alert-danger {
  background-position: 0;
}

.pwstrength-container-pf {
  flex-direction: column !important;
  align-items: flex-start !important;
}

.pwstrength-viewport__verdict-pf {
  height: 18px;
}

.dot-bar {
  top: 36px;
  position: absolute;
  width: 4px !important;
  height: 6px !important;
  background-color: #fbfbfb !important;
}

.dot-bar1 {
  left: 100px !important;
}

.dot-bar2 {
  left: 207px !important;
}

.dot-bar3 {
  left: 314px !important;
}

.new-bar-progress {
  width: 500px;
  height: 30px;
  padding-top: 18px !important;
}

.pwstrength-viewport__progress .progress,
.pwstrength-viewport__progress-pf .progress {
  height: 4px !important;
  width: 421px !important;
}

.bodyM3 {
  background: #D3DDE1;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 48px;
}

.bodyM3 span {
  font-weight: 500;
  font-size: 14px;
  color: #3C4646;
}

h3.sub {
  margin-top: 0;
}

@media screen and (min-width: 25.875em) and (max-width: 47.9375em) {
  .titulo {
    margin: 32px 0;
  }

  .new-password .form-control,
  .confirm-password .form-control {
    width: 336px;
  }

  .dot-bar1 {
    left: 84px !important;
  }

  .dot-bar2 {
    left: 168px !important;
  }

  .dot-bar3 {
    left: 252px !important;
  }

  .pwstrength-viewport__progress .progress,
  .pwstrength-viewport__progress-pf .progress {
    width: 336px !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .titulo {
    margin: 32px 0;
  }
}

@media screen and (min-width: 62em) and (max-width: 74.9375em) {
  .titulo {
    margin: 32px 80px;
  }
}
