* {
  padding: 0;
  margin: 0;
}
body {
  background: rgb(1, 1, 53);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

img {
  width: 20vw;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border-radius: 10px;
  width: 40vw;
  height: 50vh;
}

h1,
h3 {
  color: white;
}

div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: white;
  height: 60%;
}

.campo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
}

label {
  font-size: 1.5vw;
}

input {
  border-radius: 5px;
  text-align: center;
  font-size: 1.5vw;
  padding: 5px;
  color: rgb(1, 1, 53);
}

#usuario,
#senha {
  width: 100%;
}

#cloudsxp {
  position: fixed;
  left: 25px;
  bottom: 25px;
  width: 50px;
}