  html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	scroll-padding-top: 6rem;
  }
  
  html::-webkit-scrollbar {
	width: 0.85rem;
  }
  
  html::-webkit-scrollbar-track {
	background: transparent;
  }
  
  html::-webkit-scrollbar-thumb {
	background: #c8815f;
	border:2px solid rgb(255, 255, 255);
	border-radius: 8px;
  }

body{
    padding-top:4.2rem;
    padding-bottom:4.2rem;
    /*background:rgba(0, 0, 0, 0.76);*/
    background-color: #c8805f24;
    }
    a{
     text-decoration:none !important;
     }
     h1,h2,h3{
     font-family: 'Kaushan Script', cursive;
     }
      .myform{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    /*background-color: #fff;*/
    background-color: #fff8f8;
    box-shadow: 0 0 15px rgba(44, 44, 44, 0.7); /* Sombra branca suave */
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.1rem;
    outline: 0;
    max-width: 500px;
     }
     .tx-tfm{
     text-transform:uppercase;
     }
     .mybtn{
     border-radius:50px;
     }
    
     .login-or {
     position: relative;
     color: #aaa;
     margin-top: 10px;
     margin-bottom: 10px;
     padding-top: 10px;
     padding-bottom: 10px;
     }
     .span-or {
     display: block;
     position: absolute;
     left: 50%;
     top: -2px;
     margin-left: -25px;
     background-color: #fff;
     width: 50px;
     text-align: center;
     }
     .hr-or {
     height: 1px;
     margin-top: 0px !important;
     margin-bottom: 0px !important;
     }
     .google {
     color:#666;
     width:100%;
     height:40px;
     text-align:center;
     outline:none;
     border: 1px solid lightgrey;
     }
      form .error {
     color: #ff0000;
     }
     #second{display:none;}


form .error {
  color: #ff0000;
  font-size: 12px;
}

.form-control.error {
  font-size: 1rem;
}


.divcadastro{
  position: relative;
    display: -ms-flexbox;
    display: flex;
    /*padding: 1rem;*/
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    /* background-color: #fff; */
    background-color: #fff8f8;
    box-shadow: 0 0 15px rgba(44, 44, 44, 0.7);
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.1rem;
    outline: 0;
    max-width: 500px;
}

.divrecsenha{
  background-color: #fff8f8;
    box-shadow: 0 0 15px rgba(44, 44, 44, 0.7);
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.1rem;
}