@media screen and (min-width: 768px){
  .form-login{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }

  #logo{
    width: 350px !important;
    margin: 0 auto !important;
  }

  .submit{
    width: 200px;
  }
}

body{
  background: white !important;
}
.submit{
  width: 100%;
  color: white;
  background: #0c101b;
  border-radius: 5px;
  margin: 0 auto;
  font-weight: bold;
}

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

#logo{
  width: 100%;
  margin: 0 auto;
}

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;
}

input.invalid{
  border: #a90000 1px solid;
}

input.success{
  border: #2dbe60 1px solid;
}



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;
}

#voltar{
  margin: 15px;
  color: white;
  background: #0c101b;
  border-radius: 5px;
  font-weight: bold;
  border: none;
  padding: 10px 15px;
}
