.ptb-100 {
  /* padding-top: 140px; */
  padding-bottom: 10px;
}

.ptb-100Login {
  padding-top: 90px;
  padding-bottom: 10px;
}

@media(max-width: 1366px){
  .ptb-100Login{
    padding-top: 1px;
    /* padding-bottom: 10px; */
    }
}

.h-100 {
  height: 100% !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.text-right {
  text-align: right !important;
}

.form-group {
  margin-bottom: 0px;
}

.login-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.46);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.46);
  padding: 20px;
  border-radius: 5px;
  margin-top: 10px;
  height: 579px;
}

.login-form h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0px;
}

.login-form p {
  margin-bottom: 15 px;
}

.login-form form .form-check {
  margin-top: 18px;
}

.login-form form .form-check .form-check-label {
  color: #818992;
  position: relative;
  top: -2px;
}

.login-form form .forgot-password {
  margin-bottom: 10px;
  margin-top: 10px;
}

.login-form form .forgot-password a {
  color: #818992;
}

.login-form form .forgot-password a:hover {
  color: #13c4a1;
}

.login-form form .btn {
  margin-bottom: 20px;
  margin-top: 10px;
}

.login-form form span {
  display: block;
  color: #818992;
}

.login-form form span a {
  color: #FF8A73;
}

.login-image {
  margin-bottom: 30px;
  text-align: center;
}

img {
  max-width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

.login-logo{
  width: 25%;
  position: relative;
  bottom: 21px;
  left: 15px;
}

/* btn btn-primary */

.btn-primar {
  color: #ffffff;
  background-color: #FF8A73;
}

.btn-primar:hover, .btn-primar:focus, .btn-primar:active {
  color: #ffffff;
  background: #13c4a1;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn-primar.focus, .btn-primar:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

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

.btn-primar:not(:disabled):not(.disabled).active, .btn-primar:not(:disabled):not(.disabled):active, .btn-primar .show > .btn-primar.dropdown-toggle {
  color: #ffffff;
  background: #13c4a1;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn-primar.disabled, .btn-primar:disabled {
  color: #ffffff;
  background-color: #FF8A73;
  border-color: #FF8A73;
  opacity: 1;
}

.btn-primar.disabled:hover, .btn-primar.disabled:focus, .btn-primar:disabled:hover, .btn-primar:disabled:focus {
  background: #13c4a1;
}

.bt {
  font-weight: 700;
  font-size: 16px;
  border: none;
  padding: 13px 31px;
  border-radius: 5px;
  text-transform: uppercase;
  position: relative;
  -webkit-box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);
          box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);
  z-index: 1;
  -webkit-transition: .9s;
  transition: .9s;
}

.bt::after, .bt::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  -webkit-transition: .4s;
  transition: .4s;
  background: #13c4a1;
  z-index: -1;
  border-radius: 5px;
}

.bt::after {
  left: 0;
}

.bt::before {
  right: 0;
}

.bt:hover::after, .bt:hover::before {
  width: 50%;
}

/*================================================
Default CSS
=================================================*/
body {
  font-family: "Nunito", sans-serif;
  padding: 0;
  margin: 0;
}

p {
  font-size: 16px;
  color: #818992;
  line-height: 1.6;
}

p:last-child {
  margin-bottom: 0;
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #13c4a1 !important;
}

/* .mat-form-field.mat-focused .mat-form-field-label {
  color: #13c4a1 !important;
} */

/*================================================
Error 404 CSS
=================================================*/
.notfound {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 40px;
  padding-left: 280px;
  max-width: 820px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  border-radius: 50px 5px 5px 50px;
}

.notfound .notfound-404 {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url(../images/emoji.png);
  background-size: cover;
  margin-top: -68px;
}

.notfound .notfound-404::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  border-radius: 50%;
  background-color: #f2f5f8;
  z-index: -1;
}

.notfound h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 10px;
}

.notfound span {
  display: block;
  margin-bottom: 20px;
  color: #818992;
  font-size: 18px;
}

ul.esqueceuSenha {
  padding-inline-start: 0px;
  display: block;
  justify-content: start;
  padding: 0;
  margin: 15px 0 25px;
  list-style-type: none;
}

ul.esqueceuSenha li {
  color: #818992;
  padding-left: 18px;
  position: relative;
  margin-bottom: 10px;
}

ul.esqueceuSenha li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #13c4a1;
}

ul.esqueceuSenha li:last-child {
  margin-bottom: 0;
}

ul.features-list.esqueceuSenha {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 0;
}

ul.features-list.esqueceuSenha li {
  float: left;
  width: 45%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1.05rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.05rem rgba(108, 118, 134, 0.1);
  padding: 10px 20px 10px 25px;
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 10px;
}

ul.features-list.esqueceuSenha li::before {
  left: 10px;
  top: 18px;
}

/*================================================
Overview CSS
=================================================*/
.overview-section {
  position: relative;
  z-index: 1;
  background: #F9FAFC url("../../assets/images/imagens-bg/bg-point.png") no-repeat fixed right -600px center/auto;
}

.overview-section .shape7 {
  opacity: 1;
}

.overview-section.software-overview.bg-gray {
  background: #ffffff;
}

.overview-box {
  margin-bottom: 60px;
}

.overview-box .overview-img {
  text-align: center;
}

.overview-box .overview-content .icon {
  background: #ffe9da;
  color: #FF8A73;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 25px;
}

.overview-box .overview-content span {
  display: block;
  margin-bottom: -10px;
  color: #FF8A73;
}

.overview-box .overview-content h3 {
  position: relative;
  margin: 20px 0 15px;
  z-index: 1;
  font-size: 23px;
  font-weight: 700;
}

.overview-box .overview-content p {
  margin-bottom: 0;
}

.overview-box .overview-content ul {
  padding: 0;
  margin: 15px 0 25px;
  list-style-type: none;
}

.overview-box .overview-content ul li {
  color: #818992;
  padding-left: 18px;
  position: relative;
  margin-bottom: 10px;
}

.overview-box .overview-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #13c4a1;
}

.overview-box .overview-content ul li:last-child {
  margin-bottom: 0;
}

.overview-box .overview-content ul.features-list {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 0;
}

.overview-box .overview-content ul.features-list li {
  float: left;
  width: 45%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1.05rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.05rem rgba(108, 118, 134, 0.1);
  padding: 10px 20px 10px 25px;
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 10px;
}

.overview-box .overview-content ul.features-list li::before {
  left: 10px;
  top: 18px;
}

.overview-box.modern-flexible .single-item {
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
}

.overview-box.modern-flexible .single-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  color: #13c4a1;
}

.overview-box.modern-flexible .single-item h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}

.overview-box.modern-flexible .single-item:last-child {
  margin-bottom: 0;
}

.overview-box.modern-flexible .single-item.right-icon {
  padding-left: 0;
  padding-right: 55px;
  text-align: right;
}

.overview-box.modern-flexible .single-item.right-icon .icon {
  left: auto;
  right: 0;
}

.overview-box:last-child {
  margin-bottom: 0;
}

.overview-box .app-fetured-item {
  position: relative;
  height: 100%;
}

.overview-box .app-fetured-item .app-item {
  text-align: center;
  width: 200px;
  padding: 45px 10px;
  border-radius: 5px;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  position: absolute;
}

.overview-box .app-fetured-item .app-item.item-one {
  background-image: -webkit-linear-gradient(40deg, #e87e16 0, #f0de14 100%);
  -webkit-box-shadow: 0 20px 40px 0 rgba(224, 149, 32, 0.4);
          box-shadow: 0 20px 40px 0 rgba(224, 149, 32, 0.4);
  right: 0;
  top: -150px;
  z-index: 1;
}

.overview-box .app-fetured-item .app-item.item-two {
  background-image: -webkit-linear-gradient(40deg, #13C4A1 0, #41CBB0 100%);
  -webkit-box-shadow: 0 20px 40px 0 rgba(19, 196, 161, 0.4);
          box-shadow: 0 20px 40px 0 rgba(19, 196, 161, 0.4);
  left: 60px;
  top: 0;
}

.overview-box .app-fetured-item .app-item.item-three {
  background-image: -webkit-linear-gradient(40deg, #008000 0, #268B26 100%);
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 128, 0, 0.4);
          box-shadow: 0 20px 40px 0 rgba(0, 128, 0, 0.4);
  left: 90px;
  bottom: -10px;
}

.overview-box .app-fetured-item .app-item.item-four {
  background-image: -webkit-linear-gradient(40deg, #FF8A73 0, #F89B88 100%);
  -webkit-box-shadow: 0 20px 40px 0 rgba(255, 138, 115, 0.4);
          box-shadow: 0 20px 40px 0 rgba(255, 138, 115, 0.4);
  right: 35px;
  top: -15px;
}

.overview-box .app-fetured-item .app-item i {
  font-size: 40px;
  color: #ffffff;
}

.overview-box .app-fetured-item .app-item h6 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0;
}


/*================================================
IMgens Background
=================================================*/
.shape7 {
  position: absolute;
  top: 20%;
  z-index: -1;
  left: 0;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  opacity: .4;
}

.shape3 {
  position: absolute;
  bottom: 85px;
  z-index: -1;
  right: 30px;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.shape-1 {
  left: 20px;
  bottom: 10px;
  height: 150px;
  width: 150px;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  opacity: .5;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.shape6 {
  position: absolute;
  top: 30%;
  z-index: -1;
  left: 30px;
  -webkit-animation: rotate3d 4s linear infinite;
          animation: rotate3d 4s linear infinite;
  opacity: .6;
}

.shape8 {
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 15%;
}

.shape9 {
  position: absolute;
  left: 45%;
  top: 40%;
  z-index: -1;
  -webkit-animation: animationFramesOne 15s infinite linear;
          animation: animationFramesOne 15s infinite linear;
}

.shape10 {
  position: absolute;
  right: 5%;
  top: 8%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.shape11 {
  position: absolute;
  left: 3%;
  bottom: 3%;
  z-index: -1;
}

.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.bg-gray {
  background-color: #edf5ff;
}

.footer-img {
  width: 40px;
  margin-bottom: 20px;
}

.footer-copyright {
  font-size: 11px;
  margin-top: 5px;
}

.captcha-input input {
  background-color: #e2e2e2;
  border: 1px solid #bababa;
  width: 320px;
  height: 30px;
  padding-top: 2px;
  font-size: 14px;
  text-align: center;
  color: #555555;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 1%;
}

.container-captcha{
  background-color: #d2d2d2;
  padding: 3px;
  border-width: medium;
  border-style: groove;
  margin-top: 7px;
  border-radius: 5px;
  border-color: #d2d2d2;
}