﻿/*@mixin flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}*/
.content-esqueci-senha {
  padding: 1.5rem 2rem;
  background-color: #fff;
  border-radius: var(--border-radius-lg);
  margin-bottom: 1rem;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.08);
  width: 516px;
  margin: auto;
}

.content-esqueci-senha-lg {
  padding: 1.5rem 2rem;
  background-color: #fff;
  border-radius: var(--border-radius-lg);
  margin-bottom: 1rem;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.08);
  margin: auto;
  width: 1024px;
}

.text-dados label {
  color: var(--text-color-primary);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-regular);
  line-height: var(--font-line-height-sm-md);
}
.text-dados span {
  color: var(--text-color-primary);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-regular);
  line-height: var(--font-line-height-sm-md);
}

.tab-content {
  margin-top: -3px;
}

.nav-tabs .nav-item {
  margin-bottom: -3px;
}

.content-full {
  margin: 0 auto;
  height: calc(100vh - 13rem);
  display: grid;
  align-items: center;
}

.display-contents {
  display: contents;
}

.w-35 {
  width: 35%;
}

.w-72 {
  width: 72%;
}

.textbox-erro {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(255, 0, 20, 0.5);
  border-radius: 0.25rem;
}

@media (max-width: 767px) {
  .mb-2-mobile {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .content-esqueci-senha-lg {
    max-width: 360px;
    margin-left: 22px;
    margin: auto;
  }
}
@media (max-width: 375px) {
  .content-esqueci-senha {
    max-width: 350px;
  }
}
@media (max-width: 380px) {
  .content-esqueci-senha-lg {
    padding: 1.5rem 2rem;
    background-color: #fff;
    border-radius: 0.35rem;
    margin-bottom: 1rem;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.08);
    margin: auto;
    height: auto;
  }
}
@media (max-width: 576px) {
  #page-content {
    padding-bottom: 136px !important;
  }
}
