/* Imports */

html,
body {
  height: 100%;
}

.separator {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.separator > span {
  position: relative;
  display: inline-block;
}

.separator > span:before,
.separator > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.separator > span:before {
  right: 100%;
  margin-right: 15px;
}

.separator > span:after {
  left: 100%;
  margin-left: 15px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin img {
  width: 100%;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#password,
#senha,
#repita_senha {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.input-group-append {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bg-verde-medio-quatro {
  background-color: #98B3A2 !important;
}

.card-bordered-left {
  border-left: 8px solid rgba(0, 0, 0, 0.125);
}

.card-bordered-left:hover {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 243, 240) 100%, rgb(0, 212, 255) 100%);
  border-left: 8px solid #3490dc;
}

