.form-signin {
    position: relative;
    width: 100%;
    max-width: 500px;
    padding: 17px;
    margin: auto;
    margin-top: 70px !important;
    margin-bottom: 105px !important;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}

body{
  background: #fff;
  }

.mb-3{
  margin-bottom: 3rem !important;
}

.title-login{
  color: #000 !important;
  font-weight: 700 !important;
  font-size: 2.5em !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}
.subtitle-login{
border-bottom: 3px solid #eaeaea;
color: #555;
font-weight: 0;
font-size: 1em;
padding-bottom: 15px;
margin-bottom: 25px;
}

.labelForm{
  text-align: left;
  width: 100%;
  color: #2a7d86;
  font-weight: 500;
}

.form-control{
  margin-bottom: 15px;
}

.cadastrar{
  margin-top: 10px;
  padding: 10px;
  text-align: right;
}

.cadastrarse{
  border: none;
  border-radius: 5px;
  padding: 5px;
  font-weight: 500;
  color: #2a7d86;
  text-decoration: none;
}

.cadastrarse:hover{
  text-decoration: none;
}

.rs{
    border-radius: 8px;
    padding: 8px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    text-decoration: none;
}

.facebook{
  color: #3b5998;
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}

.twitter{
  color: #00aced;
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
.linkedin{
  color: #007bb6;
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
.fab{
  font-size: 1.7em;
}

.facebook:hover{
  color: #fff;
  background: #3b5998;
}
.twitter:hover{
  color: #fff;
  background: #00aced;
}
.linkedin:hover{
  color: #fff;
  background: #007bb7;
}

.rs:hover{
  text-decoration: none;
}

.redes-sociais{
  margin-bottom: 20px;
}

.or-line{
  font-size: 1.3em;
}

.input-form{
    border-radius: 0px;
    margin-top: 10px;
    padding: 10px 6px;
    border: none !important;
    border-bottom: 1px solid #999 !important;
    margin-bottom: 20px !important;
}

textarea:focus, input:focus, select:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
} 

.remember{
  color: #111;
}

.btn-cadastrar{
  margin-top: 30px !important;
  background: #009be0 !important;
  width: 50% !important;
  border-radius: 15px !important;
  left: 25% !important;
  position: relative !important;
}
