@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');


.josefin-sans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@font-face {
  font-family: 'kuchek';
  src: url('Kuchek.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'alice';
  src: url('Alice.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

form{
    justify-content: center;
    align-items: center;
    text-align: center;
}

input::placeholder{
  color: #ffffffbe;
} 

.branco{
  background-color: rgba(255, 255, 255, 0.808);
  width: 650px;
  height: 450px;
  border-radius: 30px;
  border: 3px solid #945CF8;
  border-radius: 20px;
  display: block;
}

body {
  display: flex;
  min-height: 100vh;
  background-color: #232323;
  flex-direction: column; /* Adicionando flex-direction para empilhar os elementos verticalmente */
  align-items: center;
  overflow: hidden;
}

.cam{
  margin-top: 175px;
  width: 540px;
  height: 110px;
}

.nome, .email, .senha{
    margin-top: 50px;
    text-align: center;
    font-family: "Josefin Sans";
}

.input-wrapper input {
  background-color: #292929;
  border: none;
  padding: 1rem;
  font-size: 1.3rem;
  width: 25em;
  border-radius: 1rem;
  color: #fff;
  box-shadow: 0 0.4rem #8E68E6;
  cursor: pointer;
}

.input-wrapper input:focus {
  outline-color: #4B1CB0;
}

a.voltar{
    margin-top: -54px;
    margin-right: 120px;
    font-family: "Alice";
    font-size: 1.6rem;
    color: #FAFAFA;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid #292929;
    background: #292929;
    box-shadow: 0px 5px #8E68E6;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    text-align: center;
    float: right;
    text-decoration: none;
}
  
button{
    margin-top: 45px;
    margin-left: -190px;
    margin-right: 20px;
    font-family: "Alice";
    font-size: 1.6rem;
    color: #FAFAFA;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid #292929;
    background: #292929;
    box-shadow: 0px 5px #8E68E6;
    cursor: pointer;
  }
  
button:active, a.voltar:active{
    box-shadow: none;
    transform: translate(0px, 3px);
}

.register {
  font-size: 0.9rem;
  color: black;
  text-align: center;
  margin: 25px 0 10px;
}

.register p a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}

.register p a:hover {
  text-decoration: underline;
}
