@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Commissioner:wght@100;200;300;400;500;600;700;800;900&family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background-image: url(./../images/SejaEducaçãoSST.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
hr{
  width: 100%;
}
.register_hr
{
  margin-top: 15px;
}
.logpage{
  width: 100vw;
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: row;
}
.page_division{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50vw;
  height: 100vh;
}
.register_area{
  padding: 35px 0 10px 0;
}
.division_left{
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acess_box{
  background-color: rgb(242, 242, 242, 0.96);
  width: 75%;
  height: 90%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.register_box{
  height: auto;
}
.box_title{
    margin-top: 30px;
    color: #222;
    text-align: center;
    font-family: Commissioner;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.input_area{
    width: 75%;
    height: auto;
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*border: 1px solid red;*/
}
.register_inputs
{
    margin-top: 0;
    padding-top: 10px;
}
.input_area div{
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    font-size: 19px;
    color: #222;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.register_inputs div article
{
    font-size: 17px;
}
.span_required{
    font-size: 14px;
    color: #e63636;
    display: none;
}
.senha_span{
  margin-top: 10px;
}
.field-icon {
  float: right;
  margin-left: 92.5%;
  margin-top: -28px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.mensagem_login, .mensagem_register, .mensagem_email{
  font-size: 18px;
  color: #1B77F3;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
.mensagem_login{
  width: 100%;
  height: 20px;
  margin-top: 15px;
}
.mensagem_register{
  width: 100%;
  height: 50px;
  color: #e63636;
  text-decoration: underline;
}
.mensagem_email{
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #e63636;
}
.input_area div input{
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 36px;
    border-radius: 6px;
    background: #D9D9D9;
    border: none;
    font-size: 16px;
    color: #444;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition-duration: 200ms;
    transition-delay: 50ms;
}
.register_inputs div input:focus
{
    outline-color: #444;
    transition-duration:200ms;
    transition-delay: 50ms;
}
.bn632-hover {
    width: 160px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 10px !important;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  
.bn632-hover:hover {
  background-position: 100% 0;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
  
.bn632-hover:focus {
  outline: none;
}
  
.bn632-hover.bn23 {
  background-image: linear-gradient(
    to right,
    #009245,
    #fcee21,
    #00a8c5,
    #d9e021
  );
  box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}
.others
{
    margin-top: 10px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.register_already{
    margin-top: 0;
}
.others a{
    margin: 5px 0;
    color: #222;
    font-size: 18px;
    font-family: Readex Pro;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bn633-hover {
  width: 160px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 10px 20px 20px 20px;
  height: 55px;
  text-align:center;
  border: none;
  background-size: 300% 100%;
  border-radius: 10px;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
  
.bn633-hover:hover {
  background-position: 100% 0;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
  
.bn633-hover:focus {
  outline: none;
}
  
.bn633-hover.bn21 {
  background-image: linear-gradient(
    to right,
    #fc6076,
    #ff9a44,
    #ef9d43,
    #e75516
  );
  box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}

.email_redeem{
  margin-top: 50px;
  padding: 0 40px;
  font-size: 16px;
  text-align: center;
  font-family: Readex Pro, sans-serif, Arial;
}

.isHidden{
  display: none;
}

@media only screen and (max-width: 980px){
  .field-icon{
    margin-left: 91%;
  }
}

@media only screen and (max-width: 900px){
  .logpage{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page_division{
    width: 70%;
  }

  .field-icon{
    margin-left: 91%;
  }

}

@media only screen and (max-width: 700px){
  .page_division{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100% !important;
  }
  .acess_box{
    width: 98% !important;
    height: 98%;
  }
}

@media only screen and (max-width: 450px){
  .field-icon{
    margin-left: 90%;
  }
}