@import url(https://fonts.googleapis.com/css?family=Roboto:300);

body {
  background-color: white;
}

.logo_sistema {
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 20px;
}
.load {
  text-align: center;
}

#loginbox {
  margin-top: 15%;
}

#loginbox > div:first-child {
  padding-bottom: 10px;
}

.iconmelon {
  /*display: block;*/
  margin: auto;
  text-align: center;
  font-size: 30px;
  font-family: "Roboto";
  font-weight: bold;
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
}
.iconmelon span {
  line-height: 62px;
}

#form > div {
  margin-bottom: 25px;
}

#form > div:last-child {
  margin-top: 10px;
  margin-bottom: 10px;
}

.panel {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.24) !important;
}

.panel-body {
  padding-top: 30px;
  background-color: rgba(2555, 255, 255, 0.3);
}

#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -2;
}

.iconmelon,
.im {
  position: relative;
  width: 200px;
  display: block;
  fill: #525151;
}

.iconmelon:after,
.im:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.input-group {
  margin-bottom: 1rem;
}

.error {
  color: #ff4d4d;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.btn,
.btn:hover,
.btn:active,
.btn:focus {
  cursor: pointer !important;
  text-decoration: none !important;
}
a {
  cursor: pointer !important;
}
a,
a:focus,
a:visited {
  color: #ffb400;
}
a:hover {
  color: #ffa600 !important;
  text-decoration: underline;
}
.form-control:focus {
  border-color: #333 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 230, 230, 0.6) !important;
}

.bad,
.bad_reset {
  color: #ff4d4d;
  text-align: center;
}
.good_reset {
  color: #009900;
  text-align: center;
}

a.conwork-anchor {
  color: black;
  text-decoration: none;
  :visited {
    color: black;
    text-decoration: none;
  }
  :hover {
    color: black;
    text-decoration: none;
  }
}

.login-center {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}