.form-login{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#corpo{
  height: 100vh;
  background: white;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

label{
  color: #0c101b;
  font-family: 'Roboto';
  font-weight: bold;
}

input {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: #0c101b 1px solid;
  border-radius: 0;
  background: transparent;
  color: #0c101b;
}

.submit{
  width: 200px;
  color: white;
  background: #0c101b;
  border-radius: 5px;
  margin: 0 auto;
  font-weight: bold;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.bt_box{
  text-align: right;
  color: #0c101b;
}

.bt_box a{
  color: #0c101b;
}

.navbar{
  display: none;
}

.error{
  background: #750000;
  color: white;
  padding: 15px;
}

.error h3{
  margin: 0;
}

footer{
  display: none;
}
