main {
  height: 100vh;
}

body {
  background-color: #eae8f2;
  height: 100vh;
  width: 100%;
}

.pw-field {
  position: relative;
  width: 100%;
}
.pw-field input {
  width: 100%;
  padding: 12px 44px 12px 12px;
  font-size: 16px;
}
.pw-toggle {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 6px;
  line-height: 1;
}
.pw-toggle i {
  font-size: 1.25rem;
}

.pw-toggle:focus {
  outline: none;
}

.block p {
  font-weight: 600;
  text-align: center;
}

#sideMenu {
  display: none;
}

.bottomContainer {
  display: none;
}

.title {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 600;
  padding: 0px 10px;
  text-align: center;
  width: 100%;
}

.block {
  background-color: white;
  height: fit-content;
  width: calc(100% - 25px);
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blockIcon {
  height: auto;
  width: 45px;
}

.blockTitle {
  margin-bottom: -3px;
}

.block h1 {
  color: #333;
}

.accontIcon {
  aspect-ratio: 1 / 1;
  width: auto;
  height: 11vh;
  background-color: #ec670a;
  border-radius: 100%;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.accontIcon span {
  font-size: 6.5vh;
  line-height: 6.5vh;
  color: white;
}

.formUpdateUser input {
  padding: 10px 10px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  width: 100%;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  outline: none;
}

.formBtn {
  width: 100%;
  background-color: #ec670a;
  border-radius: 12px;
  text-align: center;
  padding: 10px 0px;
  color: white;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
  border: none;
}

/* Logo */

.miniLogo {
  width: 9vh;
  height: auto;
}

.logoBox {
  padding-top: 15px;
}

.logo {
  width: 30vh;
  height: auto;
}

.str0Side {
  stroke: #282829;
  stroke-width: 100;
  stroke-miterlimit: 22.9256;
}

.fil4Side {
  fill: #fefefe;
}

.fil2Side {
  fill: #ec670a;
}

.fil3Side {
  fill: #282829;
}

.fil0Side {
  fill: black;
}

.fil1Side {
  fill: #373435;
  fill-rule: nonzero;
}

.aviso-geo {
  color: white;
  display: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.bi-geo-alt-fill {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
}

#btn_tentar_novamente {
  width: 100%;
  background-color: #ec670a;
  border-radius: 12px;
  text-align: center;
  padding: 10px 0px;
  color: white;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
  border: none;
  margin-top: 10px;
}

@media only screen and (min-width: 769px) {
  .title {
    font-size: 3.5rem;
    font-weight: 600;
  }

  .accontIcon {
    height: 13vh;
  }

  .accontIcon span {
    font-size: 8vh;
    line-height: 8vh;
  }

  .block {
    width: calc(80% - 25px);
  }

  .formUpdateUser {
    gap: 20px !important;
  }

  .block p {
    font-size: 1.7rem;
    font-weight: 600;
  }

  .block h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem !important;
  }

  .formUpdateUser input {
    font-size: 2rem;
    font-weight: 600;
  }

  .formUpdateUser button {
    font-size: 2rem;
    margin-top: 1.5rem !important;
  }

  .logo {
    width: 37vh;
  }
}
