* {
  padding: 0;
  margin: 0;
  border: 0;
}
@font-face{
    font-family:nunitosans-bold ;
    src:url(/Nunito_Sans/NunitoSans-Bold.ttf)
   
}
@font-face{
  font-family:nunitosans-semibold ;
  src:url(/Nunito_Sans/NunitoSans-SemiBold.ttf)
 
}
@font-face{
  font-family:nunitosans-regular ;
  src:url(/Nunito_Sans/NunitoSans-Regular.ttf)
 
}
body{
  background-color: #000000;
}
main {
  position: relative;
  width: 100%;
  background-color: #000000;
  
}
header {
  position: relative;
  width: 100%;
  background-color: #000000;
  padding-top: 25px;
}
.ux {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ux1 {
  width: 120px;
  margin: center;
}
.img1 {
  position: absolute;
  width: 50px;
  bottom: 30px;
  left: 100px;
}
section {
  width: 70%;
  background-color: #000000;
  display: flex;
  margin: auto;
  justify-content: center;
}
#img_login {
  width: 50%;
  height: 100%;
}
.esquerdo {
  width: 100%;
  height: 100%;
}
.direito {
  width: 50%;
  height: 100%;
  background:#1e1e20;
  
}
.luz_rosa1{
  /* Rectangle 9543 */

position: absolute;
width: 169.17px;
height: 359.34px;
right: 350px;

background: linear-gradient(180deg, rgba(255, 23, 108, 0.56) 0%, rgba(224, 86, 136, 0.15) 100%);
filter: blur(99.5536px);
border-radius: 154.972px;
transform: matrix(0.51, 0.86, -0.95, 0.33, 0, 0);

}
.luz_rosa2{
    

position: absolute;
width: 96.67px;
height: 277.85px;
top: 700px;
right: 300px;
z-index: 0;

background: linear-gradient(180deg, #FF176C 0%, #262929 99.99%, rgba(224, 86, 136, 0.15) 100%);
filter: blur(99.5536px);
border-radius: 154.972px;
transform: matrix(0.68, -0.73, 0.88, 0.48, 0, 0);

} 
#texto {
  font-size: 45px;
  color: #ff176c;
  margin-top: 70px;
  text-align: center;
  font-family:nunitosans-semibold;
}
#cadastro {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dados {
  color: #fff;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:nunitosans-regular;
}
input {
  width: 65%;
  height: 20px;
  background-color: #ffffff;
  margin-left: 150px;
  border-radius: 5px;
  padding: 13px;
}
.Criar {
  width: 100%;
  text-align: center;

}
.Criar a {
  padding: 1px 20px 1px 20px;
  text-decoration: none;
  color: #fff;
  background-color: #ff176c;
  border-radius: 20px;
  font-size: 30px;
  font-family:nunitosans-bold ;
}
.p{
  font-size: 30px;
  color: #ff176c;
  font-family: nunitosans-bold;
  text-align: center;
}
#icones {
  display: flex;
  width: 80%;
  height: auto;
  margin: auto;
  gap: 30px;
}
.formas_cadastro {
  position: relative;
  display: flex;
  border: solid;
  border-radius: 10px;
  align-items: center;
  width: 50%;
  margin: 0;
  justify-content: center;
  padding: 10px;
  background-color: #1e1e20;
  
}
.formas_cadastro a{
  text-decoration: none;
  color: #ff176c;
  margin-left: 5px;
  font-family:nunitosans-bold;
  padding: 10px;
}
.img_icone {
  width: 45px;
  height: 45px;
}
footer {
  width: 100%;
  height: 100px;
  background-color: rgb(0, 0, 0);
}
h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 35px;
  font-family: nunitosans-bold;
}
.h3 {
  display: flex;
  justify-content: center;
  gap: 200px;
}
