body {
  background: radial-gradient(circle, #0009, #000), url(../../midias/wallpaper.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed
}

.janela {
  width: calc(100% - 20px);
  height: calc(100% - 90px);
  min-width: 300px;
  max-width: 700px;
  top: 120px;
  margin: 40px auto 40px;
  padding: 42px 65px 0px 100px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0 40px #0009;
  border: 1px solid #555;
  background-color: #111d;
  color: #fff;
  overflow: hidden;
  font-family: monospace;
  transition: opacity 0.5s ease;
  backdrop-filter: blur(10px);
  font-size: 16px;
  animation: fadeInRight 0.5s ease-out forwards;
  text-align: center;
  user-select: none
}

p {
  text-align: justify;
}

.barra {
  background: linear-gradient(to bottom, #333, #222);
  box-shadow: 0 0 25px #0005;
  color: #bbb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px;
  padding-left: 16px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  font-family: monospace
}

bbb {
  position: relative;
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  margin-top: 4px;
  cursor: pointer;
  background: #FF5F57;
  border-radius: 50%
}

bbb::before,
bbb::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  cursor: pointer
}

bbb::before {
  background: #FECF1A;
  left: 20px
}

bbb::after {
  background: #46D755;
  left: 40px
}

.conteudo {
  background: none;
  color: #fffa;
  height: calc(100% + 20px);
  width: calc(100% + 25px);
  top: 0;
  left: 20%;
  right: 0;
  padding: 20px;
  overflow: hidden;
  scrollbar-width: thin;
  box-shadow: 0 0 45px #0005;
  background-color: #333;
  scrollbar-color: #444 #363636
}

h1 {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-family: monospace
}

h4 {
  color: #fff7;
  text-align: center;
  font-family: monospace
}

form {
  padding: 20px
}

label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-family: monospace
}

input[type="text"],
input[type="email"],
textarea {
  width: calc(100% - 25px);
  padding: 8px;
  margin-bottom: 10px;
  background-color: #0003;
  height: 27px;
  border: 1px solid #ddd8;
  border-radius: 4px;
  color: #fffc;
  font-size: 12px;
  resize: vertical;
  margin: 6px 2px 6px 2px
}

textarea {
  height: 150px;
}

input[type="submit"] {
  background-color: #35353580;
  border: 1px solid #fff5;
  border-radius: 4px;
  color: #fffc;
  padding: 5px 20px 7px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 6px 2px 6px 2px;
  cursor: pointer;
  transition: border-color 0.5s
}

input[type="submit"]:hover {
  border-color: #fff;
  color: #fff
}
* {
  outline: none
}