@charset "UTF-8";
@font-face {
  font-family: FamiljenGrotesk;
  src: url("../font/FamiljenGrotesk-Regular.ttf");
}
input:-webkit-autofill {
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0) inset;
  -webkit-text-fill-color: white;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill:focus {
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0) inset;
  -webkit-text-fill-color: white;
}

* {
  font-family: FamiljenGrotesk;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100vh;
  margin: 0;
  display: flex;
}

body {
  background-image: url(/images/background_avantar.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
}

.container-login {
  color: #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  border-radius: 10px;
  border: solid 1px;
  border-color: #9b9b9b;
  backdrop-filter: blur(25px);
}

#msgSuccess {
  text-align: center;
  color: #00bb00;
}

#msgError {
  text-align: center;
  color: #ff0000;
}

.form {
  position: relative;
  padding: 15px 0 0;
  margin-top: 15px;
  width: 70%;
}

#inputEmail,
#inputPassword {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: none;
  font-size: 1.3rem;
  color: #fff;
  padding: 7px 0;
  background: transparent !important;
  font-size: 15px;
}

#eyePassword {
  position: absolute;
  top: 90%;
  right: 5%;
  transform: translateY(-50%);
  cursor: pointer;
}

.index-button {
  background-color: #C352F2;
  border: 1px none #C352F2;
  border-radius: 6px;
  color: white;
  padding: 12px 28px;
  font-size: 15px;
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  font-family: FamiljenGrotesk, sans-serif;
  cursor: pointer;
  text-align: center;
}

.index-button:hover {
  background-color: #29F3DF;
  box-shadow: 3px 3px 0px 0px #059e8f;
  transform: translateY(2px);
  color: #4A04A5;
  color: #4A04A5;
}

a {
  font-size: 14px;
  text-decoration: none;
  color: #C352F2;
  transition-duration: 0.4s;
}

a:hover {
  color: #29F3DF;
}

p {
  font-size: 14px;
}

.creditos {
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 428px) {
  .container-login {
    width: 400px;
    height: 500px;
  }
}
@media screen and (max-width: 390px) {
  .container-login {
    width: 360px;
    height: 500px;
  }
}
@media screen and (max-width: 360px) {
  .container-login {
    width: 340px;
    height: 500px;
  }
}
@media screen and (max-width: 320px) {
  .container-login {
    width: 300px;
    height: 430px;
  }
  a,
  p {
    font-size: 12px;
  }
  h1 {
    font-size: 27px;
  }
}
.container-forgot {
  color: #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  border-radius: 10px;
  border: solid 1px;
  border-color: #9b9b9b;
  backdrop-filter: blur(25px);
}

@media screen and (max-width: 428px) {
  .container-forgot {
    width: 390px;
    height: 340px;
  }
}
@media screen and (max-width: 390px) {
  .container-forgot {
    width: 350px;
    height: 310px;
  }
  h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 320px) {
  .container-forgot {
    width: 300px;
    height: 310px;
  }
  h1 {
    font-size: 25px;
  }
}
#text-holerite-adm {
  color: #fff;
  position: absolute;
  font-family: FamiljenGrotesk;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}

#text-admin-adm {
  color: #4A04A5;
  position: absolute;
  font-family: FamiljenGrotesk;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}

#img-admin-adm {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 5px;
}

.retangle1,
.retangle2,
.retangle3,
.retangle4,
.retangle5,
.retangle6,
.retangle7,
.retangle8,
.retangle9,
.retangle10,
.retangle11,
.retangle12 {
  width: 228px;
  height: 171px;
  flex-shrink: 0;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 4px 7px 0px rgba(125, 125, 125, 0.25) inset;
  float: left;
  margin: 10px;
  margin-left: 12px;
  margin-bottom: 0;
}

#success-icon-1,
#success-icon-2,
#success-icon-3,
#success-icon-4,
#success-icon-5,
#success-icon-6,
#success-icon-7,
#success-icon-8,
#success-icon-9,
#success-icon-10,
#success-icon-11,
#success-icon-12 {
  width: 24px;
  height: 24px;
  margin: 20px;
  margin-left: 55px;
  margin-top: 76px;
  position: absolute;
  display: none;
}

#img-holerite {
  fill: #fff;
}

#irrf-adm {
  width: 25px;
  height: 28px;
  flex-shrink: 0;
  margin: 18px;
  margin-top: 75px;
  margin-left: 185px;
  cursor: pointer;
  fill: #4A04A5;
  position: absolute;
}

#irrf-adm-2 {
  width: 25px;
  height: 28px;
  flex-shrink: 0;
  margin: 18px;
  margin-top: 73px;
  margin-left: 155px;
  cursor: pointer;
  fill: #4A04A5;
  position: absolute;
}

#success-icon-13 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin: 18px;
  margin-top: 75px;
  margin-left: 185px;
  position: absolute;
  display: none;
}

#icon-DecimoTerceiro1 {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin: 18px;
  margin-top: 75px;
  margin-left: 185px;
  cursor: pointer;
  position: absolute;
}

#icon-DecimoTerceiro2 {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin: 18px;
  margin-top: 75px;
  margin-left: 150px;
  cursor: pointer;
  position: absolute;
}

#success-icon-14 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin: 18px;
  margin-top: 75px;
  margin-left: 185px;
  position: absolute;
  display: none;
}

#icon-DecimoTerceiro3 {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin: 18px;
  margin-top: 75px;
  margin-left: 185px;
  position: absolute;
  cursor: pointer;
}

#icon-DecimoTerceiro4 {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin: 18px;
  margin-top: 75px;
  margin-left: 150px;
  position: absolute;
  cursor: pointer;
}

#success-icon-15 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin: 18px;
  margin-top: 75px;
  margin-left: 185px;
  position: absolute;
  display: none;
}

@media screen and (max-width: 1270px) {
  #irrf-adm,
  #icon-DecimoTerceiro3,
  #icon-DecimoTerceiro1,
  #success-icon-13,
  #success-icon-14,
  #success-icon-15 {
    margin-top: 64px;
    margin-left: 208px;
  }
  #irrf-adm-2 {
    margin-top: 64px;
    margin-left: 176px;
  }
  #icon-DecimoTerceiro2,
  #icon-DecimoTerceiro4 {
    margin-top: 64px;
    margin-left: 172px;
  }
  #success-icon-1,
  #success-icon-2,
  #success-icon-3,
  #success-icon-4,
  #success-icon-5,
  #success-icon-6,
  #success-icon-7,
  #success-icon-8,
  #success-icon-9,
  #success-icon-10,
  #success-icon-11,
  #success-icon-12 {
    margin-top: 64px;
  }
  .retangle1,
  .retangle2,
  .retangle3,
  .retangle4,
  .retangle5,
  .retangle6,
  .retangle7,
  .retangle8,
  .retangle9,
  .retangle10,
  .retangle11,
  .retangle12 {
    height: 160px;
    width: 250px;
    margin: 10px;
  }
}
@media screen and (max-width: 660px) {
  .retangle1,
  .retangle2,
  .retangle3,
  .retangle4,
  .retangle5,
  .retangle6,
  .retangle7,
  .retangle8,
  .retangle9,
  .retangle10,
  .retangle11,
  .retangle12 {
    height: 160px;
    width: 340px;
  }
  #irrf-adm,
  #icon-DecimoTerceiro3,
  #icon-DecimoTerceiro1,
  #success-icon-13,
  #success-icon-14,
  #success-icon-15 {
    margin-left: 66%;
  }
  #irrf-adm-2 {
    margin-left: 59%;
  }
  #icon-DecimoTerceiro2,
  #icon-DecimoTerceiro4 {
    margin-left: 58%;
  }
}
@media screen and (max-width: 460px) {
  .retangle1,
  .retangle2,
  .retangle3,
  .retangle4,
  .retangle5,
  .retangle6,
  .retangle7,
  .retangle8,
  .retangle9,
  .retangle10,
  .retangle11,
  .retangle12 {
    height: 172px;
    width: 320px;
  }
  #irrf-adm,
  #icon-DecimoTerceiro3,
  #icon-DecimoTerceiro1,
  #success-icon-13,
  #success-icon-14,
  #success-icon-15 {
    margin-left: 66%;
  }
}
@media screen and (max-width: 420px) {
  .retangle1,
  .retangle2,
  .retangle3,
  .retangle4,
  .retangle5,
  .retangle6,
  .retangle7,
  .retangle8,
  .retangle9,
  .retangle10,
  .retangle11,
  .retangle12 {
    width: 285px;
  }
}
@media screen and (max-width: 380px) {
  .retangle1,
  .retangle2,
  .retangle3,
  .retangle4,
  .retangle5,
  .retangle6,
  .retangle7,
  .retangle8,
  .retangle9,
  .retangle10,
  .retangle11,
  .retangle12 {
    width: 265px;
  }
}
@media screen and (max-width: 350px) {
  .retangle1,
  .retangle2,
  .retangle3,
  .retangle4,
  .retangle5,
  .retangle6,
  .retangle7,
  .retangle8,
  .retangle9,
  .retangle10,
  .retangle11,
  .retangle12 {
    width: 250px;
  }
}
@media screen and (min-height: 680px) and (max-height: 700px) and (min-width: 1000px) and (max-width: 1920px) {
  .retangle1,
  .retangle2,
  .retangle3,
  .retangle4,
  .retangle5,
  .retangle6,
  .retangle7,
  .retangle8,
  .retangle9,
  .retangle10,
  .retangle11,
  .retangle12 {
    height: 165px;
  }
  #download-upload-image,
  #irrf-adm,
  #icon-DecimoTerceiro3,
  #icon-DecimoTerceiro1,
  #irrf-adm-2,
  #icon-DecimoTerceiro2,
  #icon-DecimoTerceiro4,
  #success-icon-1,
  #success-icon-2,
  #success-icon-3,
  #success-icon-4,
  #success-icon-5,
  #success-icon-6,
  #success-icon-7,
  #success-icon-8,
  #success-icon-9,
  #success-icon-10,
  #success-icon-11,
  #success-icon-12,
  #success-icon-13,
  #success-icon-14,
  #success-icon-15 {
    margin-top: 70px;
  }
}
@media screen and (min-height: 645px) and (max-height: 679px) and (min-width: 1000px) and (max-width: 1920px) {
  .retangle1,
  .retangle2,
  .retangle3,
  .retangle4,
  .retangle5,
  .retangle6,
  .retangle7,
  .retangle8,
  .retangle9,
  .retangle10,
  .retangle11,
  .retangle12 {
    height: 155px;
  }
  #download-upload-image,
  #irrf-adm,
  #icon-DecimoTerceiro3,
  #icon-DecimoTerceiro1,
  #irrf-adm-2,
  #icon-DecimoTerceiro2,
  #icon-DecimoTerceiro4,
  #success-icon-1,
  #success-icon-2,
  #success-icon-3,
  #success-icon-4,
  #success-icon-5,
  #success-icon-6,
  #success-icon-7,
  #success-icon-8,
  #success-icon-9,
  #success-icon-10,
  #success-icon-11,
  #success-icon-12,
  #success-icon-13,
  #success-icon-14,
  #success-icon-15 {
    margin-top: 60px;
  }
}
@media screen and (min-height: 615px) and (max-height: 644px) and (min-width: 1000px) and (max-width: 1920px) {
  .retangle1,
  .retangle2,
  .retangle3,
  .retangle4,
  .retangle5,
  .retangle6,
  .retangle7,
  .retangle8,
  .retangle9,
  .retangle10,
  .retangle11,
  .retangle12 {
    height: 143px;
  }
  #download-upload-image,
  #irrf-adm,
  #icon-DecimoTerceiro3,
  #icon-DecimoTerceiro1,
  #irrf-adm-2,
  #icon-DecimoTerceiro2,
  #icon-DecimoTerceiro4,
  #success-icon-1,
  #success-icon-2,
  #success-icon-3,
  #success-icon-4,
  #success-icon-5,
  #success-icon-6,
  #success-icon-7,
  #success-icon-8,
  #success-icon-9,
  #success-icon-10,
  #success-icon-11,
  #success-icon-12,
  #success-icon-13,
  #success-icon-14,
  #success-icon-15 {
    margin-top: 48px;
  }
}
@media screen and (min-height: 580px) and (max-height: 614px) and (min-width: 1000px) and (max-width: 1920px) {
  .retangle1,
  .retangle2,
  .retangle3,
  .retangle4,
  .retangle5,
  .retangle6,
  .retangle7,
  .retangle8,
  .retangle9,
  .retangle10,
  .retangle11,
  .retangle12 {
    height: 135px;
  }
  #download-upload-image,
  #irrf-adm,
  #icon-DecimoTerceiro3,
  #icon-DecimoTerceiro1,
  #irrf-adm-2,
  #icon-DecimoTerceiro2,
  #icon-DecimoTerceiro4,
  #success-icon-1,
  #success-icon-2,
  #success-icon-3,
  #success-icon-4,
  #success-icon-5,
  #success-icon-6,
  #success-icon-7,
  #success-icon-8,
  #success-icon-9,
  #success-icon-10,
  #success-icon-11,
  #success-icon-12,
  #success-icon-13,
  #success-icon-14,
  #success-icon-15 {
    margin-top: 35px;
  }
}
.main-container-adm {
  background-color: #ECEEEC;
  width: 67.5rem;
  height: 670px;
  margin-left: 180px;
  margin-right: 40px;
  border-radius: 49px;
  position: relative;
}

.retangle-adm {
  width: 976px;
  max-height: 540px;
  flex-shrink: 0;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 4px 7px 0px rgba(125, 125, 125, 0.25) inset;
  float: left;
  margin: 10px;
  margin-left: 12px;
  margin-bottom: 0;
  overflow: auto;
  position: absolute;
}

#thEmail, #thNome {
  text-align: start;
  padding: 10px;
  padding-top: 12px;
  padding-left: 16px;
}

#thHolerite {
  text-align: end;
  padding: 10px;
  padding-top: 12px;
  padding-right: 14px;
}

th {
  color: #4A04A5;
  font-family: FamiljenGrotesk;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.table-header {
  margin-top: 5px;
}

td {
  font-size: 14px;
}

table {
  width: 100%;
  border-spacing: 10px;
  word-break: break-all;
  border-collapse: collapse;
}

tr {
  border-bottom: 2px solid rgb(238, 235, 235) !important;
}

tbody tr td {
  vertical-align: text-top;
  padding: 12px;
  padding-left: 20px;
  max-width: 50px;
  position: relative;
}

#showHolerite, #btnDelete {
  margin-top: -14px;
  color: white;
}

tbody tr td button {
  background-color: #C352F2;
  border: 1px none #C352F2;
  border-radius: 6px;
  padding: 5px 25px;
  font-size: 13px;
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  font-family: FamiljenGrotesk, sans-serif;
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 50%;
}

::-webkit-scrollbar {
  width: 12px;
}

#showHolerite:hover {
  background-color: #29F3DF;
  box-shadow: 3px 3px 0px 0px #059e8f;
  transform: translateY(2px);
  color: #4A04A5;
}

th {
  color: #4A04A5;
  font-family: FamiljenGrotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

tbody {
  color: #4A04A5;
}

.background-adm {
  z-index: -1;
  position: absolute;
  margin-top: -105px;
  margin-left: -107px;
}

#register {
  background-color: #C352F2;
  border: 1px none #C352F2;
  border-radius: 6px;
  color: white;
  padding: 12px 28px;
  font-size: 15px;
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  font-family: FamiljenGrotesk, sans-serif;
  cursor: pointer;
  text-align: center;
  padding: 7px 9px;
  font-size: 13px;
  margin-left: 86.5%;
  margin-top: 4%;
  position: absolute;
}

#register:hover {
  background-color: #29F3DF;
  box-shadow: 3px 3px 0px 0px #059e8f;
  transform: translateY(2px);
  color: #4A04A5;
}

#btnDelete {
  background-color: rgb(179, 0, 0);
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 20px;
  color: white;
}

#btnDelete:hover {
  background-color: rgb(255, 79, 79);
  box-shadow: 3px 3px 0px 0px rgb(179, 0, 0);
  transform: translateY(2px);
}

@media screen and (max-width: 1314px) {
  .main-container-adm {
    margin-right: 1%;
  }
}
@media screen and (max-width: 1270px) {
  .main-container-adm {
    width: 900px;
    height: 665px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 25px;
    margin-left: 7.6%;
  }
  .retangle-adm {
    margin-left: -10px;
    height: 550px;
    width: 830px;
  }
  .header-container {
    margin-left: 50px;
  }
  #showHolerite {
    margin-left: 118px;
  }
}
@media screen and (max-width: 1180px) {
  .main-container-adm {
    margin-left: 7.4%;
  }
}
@media screen and (max-width: 1170px) {
  .main-container-adm {
    margin-left: 9.1%;
  }
}
@media screen and (max-width: 1150px) {
  .main-container-adm {
    margin-left: 8.2%;
  }
}
@media screen and (max-width: 1140px) {
  .main-container-adm {
    margin-left: 8.8%;
  }
}
@media screen and (max-width: 1130px) {
  .main-container-adm {
    margin-left: 9.5%;
  }
}
@media screen and (max-width: 1110px) {
  #logo,
  .holerite,
  .logout,
  .admin {
    display: none;
  }
  .main-container-adm {
    width: 900px;
    height: 600px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 25px;
  }
  .retangle-adm {
    height: 480px;
  }
}
@media screen and (max-width: 930px) {
  .main-container-adm {
    width: 630px;
    height: 600px;
  }
  .retangle-adm {
    height: 480px;
    width: 560px;
  }
  #showHolerite {
    margin-left: 70px;
    font-size: 11px;
    padding: 5px 20px;
  }
  td {
    font-size: 11px;
  }
  th {
    font-size: 14px;
  }
  #menu {
    margin-left: 45px;
  }
  .title-holerite {
    font-size: 22px;
  }
  .subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 660px) {
  .main-container-adm {
    width: 450px;
    height: 620px;
  }
  .retangle-adm {
    height: 520px;
    width: 410px;
    margin-left: -25px;
    margin-top: -10px;
  }
  #showHolerite {
    margin-left: 47px;
    font-size: 10px;
    padding: 4px 15px;
  }
  td {
    font-size: 10px;
  }
  th {
    font-size: 12px;
  }
  #menu {
    margin-left: 33px;
  }
  .subtitle {
    font-size: 12px;
  }
  .header-container {
    margin-left: 37px;
  }
}
@media screen and (max-width: 460px) {
  .main-container-adm {
    width: 400px;
    height: 650px;
  }
  .retangle-adm {
    height: 540px;
    width: 360px;
    margin-left: -10px;
  }
  #showHolerite {
    margin-left: 40px;
  }
}
@media screen and (max-width: 420px) {
  .main-container-adm {
    width: 360px;
    height: 580px;
  }
  .retangle-adm {
    height: 480px;
    width: 320px;
    margin-left: -10px;
  }
  #showHolerite {
    margin-left: 33px;
  }
}
@media screen and (max-width: 380px) {
  .main-container-adm {
    width: 335px;
    height: 520px;
  }
  .retangle-adm {
    height: 420px;
    width: 305px;
  }
  #showHolerite {
    margin-left: 32px;
  }
}
@media screen and (max-width: 350px) {
  .main-container-adm {
    width: 300px;
    height: 370px;
  }
  .retangle-adm {
    height: 270px;
    width: 270px;
    margin-left: 1px;
  }
  #showHolerite {
    margin-left: 30px;
    padding: 2px 12px;
  }
  td {
    font-size: 9px;
  }
  th {
    font-size: 11px;
  }
  .subtitle {
    font-size: 11px;
  }
}
@media screen and (min-height: 680px) and (max-height: 700px) and (min-width: 1000px) and (max-width: 1440px) {
  .main-container-adm {
    height: 650px;
  }
  .retangle-adm {
    height: 530px;
  }
}
@media screen and (min-height: 645px) and (max-height: 679px) and (min-width: 1000px) and (max-width: 1440px) {
  .main-container-adm {
    height: 620px;
  }
  .retangle-adm {
    height: 500px;
  }
}
@media screen and (min-height: 615px) and (max-height: 644px) and (min-width: 1000px) and (max-width: 1440px) {
  .main-container-adm {
    height: 580px;
  }
  .retangle-adm {
    height: 470px;
  }
}
@media screen and (min-height: 580px) and (max-height: 614px) and (min-width: 1000px) and (max-width: 1440px) {
  .main-container-adm {
    height: 550px;
  }
  .retangle-adm {
    height: 440px;
  }
}
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden;
}

.preloader-logo {
  z-index: 10000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay-preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  background-color: #424242;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#avantar {
  width: 125px;
  height: 125px;
}

.main-navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 180px;
  height: 100vh;
  padding: 30px;
  box-sizing: border-box;
  margin-left: 50px;
  margin-top: 30px;
}

#logo-sidebar,
.sidebar,
.admin2 {
  display: none;
}

#logo {
  width: 110px;
  margin-left: 22px;
}

#menu {
  display: none;
  fill: #4A04A5;
}

.main-container {
  background-color: #ECEEEC;
  max-width: 1080px;
  height: 670px;
  margin-left: 180px;
  margin-right: 40px;
  border-radius: 49px;
  position: relative;
}

.title-holerite {
  color: #4A04A5;
  font-family: FamiljenGrotesk;
  font-size: 26.667px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.subtitle {
  color: #4A04A5;
  font-family: FamiljenGrotesk;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.retangle {
  width: 228px;
  height: 171px;
  flex-shrink: 0;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 4px 7px 0px rgba(125, 125, 125, 0.25) inset;
  float: left;
  margin: 10px;
  margin-left: 12px;
  margin-bottom: 0;
}

.header-container {
  height: 60px;
  width: 700px;
  position: absolute;
  margin-bottom: 0px;
  margin-left: 60px;
  margin-top: 20px;
}

.calendar-containers {
  height: 570px;
  width: 1150px;
  margin-top: 60px;
  margin-left: 40px;
}

#Janeiro,
#Fevereiro,
#Março,
#Abril,
#Maio,
#Junho,
#Julho,
#Agosto,
#Setembro,
#Outubro,
#Novembro,
#Dezembro {
  color: #4A04A5;
  font-family: FamiljenGrotesk;
  font-size: 14.946px;
  font-style: normal;
  font-weight: 400px;
  line-height: normal;
  margin: 18px;
}

#download-upload-image {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin: 18px;
  margin-top: 75px;
  cursor: pointer;
  position: absolute;
}

#irrf {
  width: 25px;
  height: 28px;
  flex-shrink: 0;
  margin: 18px;
  margin-top: 75px;
  margin-left: 187px;
  cursor: pointer;
  fill: #4A04A5;
  position: absolute;
}

#download13ro {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin: 18px;
  margin-top: 75px;
  margin-left: 185px;
  cursor: pointer;
  position: absolute;
}

.holerite {
  margin: 12px;
  margin-top: 20px;
  width: 200px;
}

#text-holerite {
  color: #4A04A5;
  position: absolute;
  font-family: FamiljenGrotesk;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}

#img-holerite {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 5px;
}

#background-holerite {
  left: -40px;
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 48px rgba(0, 0, 0, 0.02));
  top: 57px;
}

.logout {
  margin-top: 105px;
  margin-left: 12px;
}

#text-logout {
  color: #FFF;
  position: absolute;
  font-family: FamiljenGrotesk;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}

#img-logout {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 5px;
}

.admin {
  position: absolute;
  margin-top: 46%;
  margin-left: 3%;
}

#text-admin {
  color: #FFF;
  position: absolute;
  font-family: FamiljenGrotesk;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 43px;
  margin-top: 5px;
}

#img-admin {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 5px;
}

@media screen and (max-width: 2000px) {
  .main-navigation {
    margin-left: 325px;
  }
}
@media screen and (max-width: 1990px) {
  .main-navigation {
    margin-left: 320px;
  }
}
@media screen and (max-width: 1980px) {
  .main-navigation {
    margin-left: 315px;
  }
}
@media screen and (max-width: 1970px) {
  .main-navigation {
    margin-left: 310px;
  }
}
@media screen and (max-width: 1960px) {
  .main-navigation {
    margin-left: 305px;
  }
}
@media screen and (max-width: 1950px) {
  .main-navigation {
    margin-left: 300px;
  }
}
@media screen and (max-width: 1940px) {
  .main-navigation {
    margin-left: 295px;
  }
}
@media screen and (max-width: 1930px) {
  .main-navigation {
    margin-left: 290px;
  }
}
@media screen and (max-width: 1920px) {
  .main-navigation {
    margin-left: 285px;
  }
}
@media screen and (max-width: 1910px) {
  .main-navigation {
    margin-left: 280px;
  }
}
@media screen and (max-width: 1900px) {
  .main-navigation {
    margin-left: 275px;
  }
}
@media screen and (max-width: 1890px) {
  .main-navigation {
    margin-left: 270px;
  }
}
@media screen and (max-width: 1880px) {
  .main-navigation {
    margin-left: 265px;
  }
}
@media screen and (max-width: 1870px) {
  .main-navigation {
    margin-left: 260px;
  }
}
@media screen and (max-width: 1860px) {
  .main-navigation {
    margin-left: 255px;
  }
}
@media screen and (max-width: 1850px) {
  .main-navigation {
    margin-left: 250px;
  }
}
@media screen and (max-width: 1840px) {
  .main-navigation {
    margin-left: 245px;
  }
}
@media screen and (max-width: 1830px) {
  .main-navigation {
    margin-left: 240px;
  }
}
@media screen and (max-width: 1820px) {
  .main-navigation {
    margin-left: 235px;
  }
}
@media screen and (max-width: 1810px) {
  .main-navigation {
    margin-left: 230px;
  }
}
@media screen and (max-width: 1800px) {
  .main-navigation {
    margin-left: 225px;
  }
}
@media screen and (max-width: 1790px) {
  .main-navigation {
    margin-left: 220px;
  }
}
@media screen and (max-width: 1780px) {
  .main-navigation {
    margin-left: 215px;
  }
}
@media screen and (max-width: 1770px) {
  .main-navigation {
    margin-left: 210px;
  }
}
@media screen and (max-width: 1760px) {
  .main-navigation {
    margin-left: 205px;
  }
}
@media screen and (max-width: 1750px) {
  .main-navigation {
    margin-left: 200px;
  }
}
@media screen and (max-width: 1740px) {
  .main-navigation {
    margin-left: 195px;
  }
}
@media screen and (max-width: 1730px) {
  .main-navigation {
    margin-left: 190px;
  }
}
@media screen and (max-width: 1720px) {
  .main-navigation {
    margin-left: 185px;
  }
}
@media screen and (max-width: 1710px) {
  .main-navigation {
    margin-left: 180px;
  }
}
@media screen and (max-width: 1700px) {
  .main-navigation {
    margin-left: 175px;
  }
}
@media screen and (max-width: 1690px) {
  .main-navigation {
    margin-left: 170px;
  }
}
@media screen and (max-width: 1680px) {
  .main-navigation {
    margin-left: 165px;
  }
}
@media screen and (max-width: 1670px) {
  .main-navigation {
    margin-left: 160px;
  }
}
@media screen and (max-width: 1660px) {
  .main-navigation {
    margin-left: 155px;
  }
}
@media screen and (max-width: 1650px) {
  .main-navigation {
    margin-left: 150px;
  }
}
@media screen and (max-width: 1640px) {
  .main-navigation {
    margin-left: 145px;
  }
}
@media screen and (max-width: 1630px) {
  .main-navigation {
    margin-left: 140px;
  }
}
@media screen and (max-width: 1620px) {
  .main-navigation {
    margin-left: 135px;
  }
}
@media screen and (max-width: 1610px) {
  .main-navigation {
    margin-left: 130px;
  }
}
@media screen and (max-width: 1600px) {
  .main-navigation {
    margin-left: 125px;
  }
}
@media screen and (max-width: 1590px) {
  .main-navigation {
    margin-left: 120px;
  }
}
@media screen and (max-width: 1580px) {
  .main-navigation {
    margin-left: 115px;
  }
}
@media screen and (max-width: 1570px) {
  .main-navigation {
    margin-left: 110px;
  }
}
@media screen and (max-width: 1560px) {
  .main-navigation {
    margin-left: 105px;
  }
}
@media screen and (max-width: 1550px) {
  .main-navigation {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1540px) {
  .main-navigation {
    margin-left: 95px;
  }
}
@media screen and (max-width: 1530px) {
  .main-navigation {
    margin-left: 90px;
  }
}
@media screen and (max-width: 1520px) {
  .main-navigation {
    margin-left: 85px;
  }
}
@media screen and (max-width: 1510px) {
  .main-navigation {
    margin-left: 80px;
  }
}
@media screen and (max-width: 1500px) {
  .main-navigation {
    margin-left: 75px;
  }
}
@media screen and (max-width: 1490px) {
  .main-navigation {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1480px) {
  .main-navigation {
    margin-left: 65px;
  }
}
@media screen and (max-width: 1470px) {
  .main-navigation {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1460px) {
  .main-navigation {
    margin-left: 55px;
  }
}
@media screen and (max-width: 1450px) {
  .main-navigation {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .main-navigation {
    margin-left: 45px;
  }
}
@media screen and (max-width: 1430px) {
  .main-navigation {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1420px) {
  .main-navigation {
    margin-left: 35px;
  }
}
@media screen and (max-width: 1410px) {
  .main-navigation {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .main-navigation {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1390px) {
  .main-navigation {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1380px) {
  .main-navigation {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1370px) {
  .main-navigation {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1360px) {
  .main-navigation {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1350px) {
  .main-navigation {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1340px) {
  .main-navigation {
    margin-left: -5px;
  }
}
@media screen and (max-width: 1330px) {
  .main-navigation {
    margin-left: -10px;
  }
}
@media screen and (max-width: 1320px) {
  .main-navigation {
    margin-left: -15px;
  }
}
@media screen and (max-width: 1439px) {
  body {
    overflow: hidden;
  }
}
@media screen and (max-width: 1314px) {
  .main-container {
    margin-right: 1%;
  }
  .main-navigation {
    margin-left: 0.2%;
  }
}
@media screen and (max-width: 1300px) {
  .main-navigation {
    margin-left: -0.3%;
  }
}
@media screen and (max-width: 1290px) {
  .main-navigation {
    margin-left: -0.5%;
  }
}
@media screen and (max-width: 1270px) {
  body {
    overflow: auto;
  }
  .main-container {
    width: 900px;
    height: 820px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 25px;
    margin-left: 8%;
  }
  .main-navigation {
    margin-left: 4.2%;
  }
  .retangle {
    height: 160px;
    width: 250px;
    margin: 10px;
  }
  .calendar-containers {
    height: 570px;
    width: 1150px;
    margin-top: 75px;
    margin-left: 45px;
  }
  #download-upload-image {
    margin-top: 64px;
  }
  #irrf,
  #download13ro {
    margin-top: 64px;
    margin-left: 208px;
  }
}
@media screen and (max-width: 1270px) {
  .main-navigation {
    margin-left: 4.2%;
  }
}
@media screen and (max-width: 1260px) {
  .main-navigation {
    margin-left: 3.75%;
  }
}
@media screen and (max-width: 1250px) {
  .main-navigation {
    margin-left: 3.3%;
  }
}
@media screen and (max-width: 1240px) {
  .main-navigation {
    margin-left: 2.85%;
  }
}
@media screen and (max-width: 1230px) {
  .main-navigation {
    margin-left: 2.4%;
  }
}
@media screen and (max-width: 1220px) {
  .main-navigation {
    margin-left: 1.95%;
  }
}
@media screen and (max-width: 1210px) {
  .main-navigation {
    margin-left: 1.5%;
  }
}
@media screen and (max-width: 1200px) {
  .main-navigation {
    margin-left: 1.05%;
  }
}
@media screen and (max-width: 1190px) {
  .main-navigation {
    margin-left: 0.6%;
  }
}
@media screen and (max-width: 1180px) {
  .main-navigation {
    margin-left: 0.15%;
  }
}
@media screen and (max-width: 1170px) {
  .main-navigation {
    margin-left: -0.3%;
  }
}
@media screen and (max-width: 1170px) {
  .main-container {
    margin-left: 10%;
  }
  .main-navigation {
    margin-left: 1%;
  }
}
@media screen and (max-width: 1150px) {
  .main-container {
    margin-left: 9%;
  }
  .main-navigation {
    margin-left: -0.5%;
  }
}
@media screen and (max-width: 1130px) {
  .main-container {
    margin-left: 10%;
  }
  .main-navigation {
    margin-left: -0.5%;
  }
}
@media screen and (max-width: 1110px) {
  body {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .main-container {
    width: 900px;
    height: 820px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 25px;
  }
  .calendar-containers {
    width: 550px;
  }
  .retangle {
    height: 160px;
    width: 250px;
    margin: 10px;
  }
  .calendar-containers {
    height: 570px;
    width: 1150px;
    margin-top: 75px;
    margin-left: 45px;
  }
  #download-upload-image {
    margin-top: 64px;
  }
  #irrf,
  #download13ro {
    margin-top: 64px;
    margin-left: 208px;
  }
  .main-navigation {
    width: 900px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 24px;
    background: #ECEEEC;
    padding: 0;
    position: absolute;
    left: 50.5%;
    margin-top: 15px;
    transform: translateX(-50%);
  }
  #menu {
    display: block;
    margin-top: 4.2px;
    margin-left: 56px;
    cursor: pointer;
  }
  #background-holerite,
  #text-holerite,
  #logo,
  #text-logout {
    display: none;
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    z-index: 100;
    height: 100vh;
    background-color: #4A04A5;
    overflow: hidden;
    transition: 0.5s;
    display: block;
  }
  .sidebar.open-sidebar {
    width: 27%;
  }
  .sidebar.open-sidebar ~ .overlay-menu {
    display: block;
  }
  .overlay-menu {
    background-color: rgba(0, 0, 0, 0.6549019608);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
  }
  #logo-sidebar {
    display: block;
    position: relative;
    margin-top: -5%;
    z-index: 100;
    width: 50%;
    margin-left: 23%;
  }
  .holerite-sidebar {
    display: block;
    z-index: 100;
    margin-left: 13.5%;
    margin-top: 10%;
  }
  #text-holerite-sidebar {
    display: block;
    position: relative;
    z-index: 100;
    color: white;
    margin-left: -4%;
  }
  .background-holerite-sidebar {
    position: absolute;
    display: block;
    margin-left: -8.8%;
    margin-top: -2%;
    width: 90%;
    height: 5%;
    flex-shrink: 0;
    border-radius: 24px;
    background-color: #FFF;
  }
  .logout-sidebar {
    display: block;
    margin-top: 12%;
    margin-left: 10%;
  }
  #text-logout-sidebar {
    color: #FFF;
    position: absolute;
    font-family: FamiljenGrotesk;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
  }
  #img-logout-sidebar {
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;
  }
  .admin2 {
    position: absolute;
    z-index: 101;
    margin-top: 20%;
    margin-left: 8.5%;
    display: none;
  }
  #text-admin2 {
    color: #FFF;
    margin-left: 10px;
  }
  #img-admin2 {
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;
  }
  .exit-btn {
    margin-left: 90%;
    margin-top: 5%;
    cursor: pointer;
  }
  #img-exit-btn {
    fill: #FFF;
  }
}
@media screen and (max-width: 930px) {
  .main-container {
    width: 630px;
    height: 1200px;
  }
  .main-navigation {
    width: 630px;
  }
  #logo-sidebar {
    width: 50%;
    margin-left: 23%;
  }
  #text-holerite-sidebar,
  #text-logout-sidebar,
  #text-admin2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 840px) {
  .background-holerite-sidebar {
    margin-top: -0.1%;
    height: 4%;
  }
  #img-holerite,
  #img-logout-sidebar,
  #img-holerite {
    width: 11%;
    height: 11%;
  }
  #text-admin2 {
    color: #FFF;
    margin-left: 1em;
  }
  .sidebar.open-sidebar {
    width: 35%;
  }
}
@media screen and (max-width: 750px) {
  .sidebar.open-sidebar {
    width: 40%;
  }
}
@media screen and (max-width: 660px) {
  .main-container {
    width: 450px;
    height: 2290px;
  }
  .main-navigation {
    width: 450px;
  }
  .retangle {
    height: 160px;
    width: 340px;
  }
  .title-holerite {
    font-size: 25px;
  }
  p {
    font-size: 12px;
  }
  .calendar-containers {
    margin-top: 20%;
  }
  #irrf,
  #download13ro {
    margin-left: 66%;
  }
  .sidebar.open-sidebar {
    width: 45%;
  }
}
@media screen and (max-width: 580px) {
  .sidebar.open-sidebar {
    width: 55%;
  }
}
@media screen and (max-width: 460px) {
  .main-container {
    width: 400px;
    height: 2430px;
  }
  .main-navigation {
    width: 400px;
  }
  .retangle {
    height: 172px;
    width: 320px;
  }
  .header-container {
    margin-left: 45px;
  }
  .calendar-containers {
    margin-top: 90px;
    margin-left: 30px;
  }
  #menu {
    margin-left: 40px;
  }
  .background-holerite-sidebar {
    margin-top: -1.8%;
  }
}
@media screen and (max-width: 420px) {
  .main-container {
    width: 360px;
    height: 2425px;
  }
  .main-navigation {
    width: 360px;
  }
  .retangle {
    width: 285px;
  }
}
@media screen and (max-width: 380px) {
  .main-container {
    width: 335px;
    height: 2425px;
  }
  .main-navigation {
    width: 335px;
  }
  .retangle {
    width: 265px;
  }
  .title-holerite {
    font-size: 24px;
  }
  p {
    font-size: 11px;
  }
  .calendar-containers {
    margin-left: 25px;
  }
  .header-container {
    margin-left: 40px;
  }
  .background-holerite-sidebar {
    margin-top: -1%;
  }
}
@media screen and (max-width: 350px) {
  .main-container,
  .main-navigation {
    width: 300px;
  }
  .retangle {
    width: 250px;
  }
  .calendar-containers {
    margin-left: 15px;
  }
  .header-container {
    margin-left: 26px;
  }
  .background-holerite-sidebar {
    margin-top: -0.5%;
  }
}
#year-select {
  border: 2px solid #4A04A5;
  padding: 3px;
  padding-left: 10px;
  padding-right: 5px;
  border-radius: 15px;
  background-color: #4A04A5;
  color: white;
  outline: none;
  cursor: pointer;
  position: absolute;
  margin-left: 125%;
}

@media screen and (min-height: 1185px) {
  .main-navigation {
    margin-top: 13%;
  }
}
@media screen and (min-height: 1130px) and (max-height: 1184px) {
  .main-navigation {
    margin-top: 12%;
  }
}
@media screen and (min-height: 1100px) and (max-height: 1129px) {
  .main-navigation {
    margin-top: 11%;
  }
}
@media screen and (min-height: 1060px) and (max-height: 1099px) {
  .main-navigation {
    margin-top: 10%;
  }
}
@media screen and (min-height: 1040px) and (max-height: 1099px) {
  .main-navigation {
    margin-top: 10%;
  }
}
@media screen and (min-height: 990px) and (max-height: 1039px) {
  .main-navigation {
    margin-top: 9%;
  }
}
@media screen and (min-height: 950px) and (max-height: 989px) {
  .main-navigation {
    margin-top: 8%;
  }
}
@media screen and (min-height: 900px) and (max-height: 949px) {
  .main-navigation {
    margin-top: 7%;
  }
}
@media screen and (min-height: 865px) and (max-height: 899px) {
  .main-navigation {
    margin-top: 6%;
  }
}
@media screen and (min-height: 830px) and (max-height: 864px) {
  .main-navigation {
    margin-top: 5%;
  }
}
@media screen and (min-height: 800px) and (max-height: 829px) {
  .main-navigation {
    margin-top: 4%;
  }
}
@media screen and (min-height: 770px) and (max-height: 799px) {
  .main-navigation {
    margin-top: 3%;
  }
}
@media screen and (min-height: 680px) and (max-height: 700px) and (min-width: 1270px) and (max-width: 1920px) {
  .main-container {
    height: 650px;
  }
  .retangle {
    height: 165px;
  }
  #download-upload-image, #irrf, #download13ro {
    margin-top: 70px;
  }
}
@media screen and (min-height: 645px) and (max-height: 679px) and (min-width: 1270px) and (max-width: 1920px) {
  .main-container {
    height: 620px;
  }
  .retangle {
    height: 155px;
  }
  #download-upload-image, #irrf, #download13ro {
    margin-top: 60px;
  }
}
@media screen and (min-height: 615px) and (max-height: 644px) and (min-width: 1270px) and (max-width: 1920px) {
  .main-container {
    height: 580px;
  }
  .retangle {
    height: 143px;
  }
  #download-upload-image, #irrf, #download13ro {
    margin-top: 48px;
  }
}
@media screen and (min-height: 580px) and (max-height: 614px) and (min-width: 1270px) and (max-width: 1920px) {
  .main-container {
    height: 550px;
  }
  .retangle {
    height: 135px;
  }
  #download-upload-image, #irrf, #download13ro {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1250px) {
  .main-navigation {
    margin-left: 3.4%;
  }
}
@media screen and (max-width: 1235px) {
  .main-navigation {
    margin-left: 2.9%;
  }
}
@media screen and (max-width: 1210px) {
  .main-navigation {
    margin-left: 2%;
  }
}
@media screen and (max-width: 1190px) {
  .main-navigation {
    margin-left: 1.1%;
  }
}
@media screen and (max-width: 1190px) {
  .main-navigation {
    margin-left: 1.1%;
  }
}
@media screen and (max-width: 1170px) {
  .main-navigation {
    margin-left: 1.8%;
  }
}
@media screen and (max-width: 1160px) {
  .main-navigation {
    margin-left: 1.5%;
  }
}
@media screen and (max-width: 1160px) {
  .main-navigation {
    margin-left: 0.3%;
  }
}
.container-restricted {
  color: #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 400px;
  border-radius: 10px;
  border: solid 1px;
  border-color: #9b9b9b;
  text-align: center;
  backdrop-filter: blur(25px);
}

#h1-restricted {
  color: #C352F2;
}

.container-register {
  margin-top: 3rem;
  margin-left: 24.5%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33rem;
  height: 33rem;
  background-color: white;
  border-radius: 30px;
  position: absolute;
  z-index: 10000;
}

.exit-modal-register {
  position: absolute;
  margin-left: 85%;
  margin-bottom: 85%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.openModal {
  display: none;
  background-color: #424242;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}

.tittle-register {
  font-size: 29px;
  color: #4A04A5;
}

#labelEmail,
#labelPassword,
#labelName,
#labelPassword2 {
  color: white;
}

#inputEmail,
#inputPassword,
#inputName,
#inputConfirmPassword {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: none;
  padding: 7px 0;
  background: transparent;
  font-size: 15px;
  color: white;
}

#eyePassword1 {
  position: absolute;
  top: 93.8%;
  right: 6%;
  transform: translateY(-50%);
  cursor: pointer;
}

#eyePassword2 {
  position: absolute;
  top: 70%;
  right: 6%;
  transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (max-width: 428px) {
  .container-register {
    width: 400px;
  }
}
@media screen and (max-width: 390px) {
  .container-register {
    width: 360px;
  }
}
@media screen and (max-width: 360px) {
  .container-register {
    width: 340px;
  }
}
@media screen and (max-width: 320px) {
  .container-register {
    width: 300px;
    height: 440px;
  }
  #inputEmail,
  #inputPassword,
  #inputName,
  #inputConfirmPassword {
    font-size: 12px;
  }
  #btn-register {
    padding: 11px;
    font-size: 12px;
    margin-top: 380px;
    position: absolute;
  }
}

/*# sourceMappingURL=style.css.map */
