body{
  /* background-color: #E5E5E5; */
  font-family: 'Roboto', sans-serif;
  height: 100vh;
}

.logo {
  height: 122px;
  width: 187px;
}

.banner {
  width: 60vw;
}

.title {
  font-weight: 700;
}

.sublinhado {
  border-top: 2.84px solid #E6332A;
  width: 142.85px;
  margin-top: 0;
  margin-bottom: 3rem;
}

.w-20 {
  width: 20%;
}
.w-70 {
  width: 70%;
}

.h-56{
  height: 56%;
}
.bg-gray-450{
  background-color: #dfdfdf;
}
.btn-custom{
  border-radius: 19px;
  font-size: 1.8rem;
  background-color: #88171f;
  color: #fff;
}
.btn-custom:hover{
  background-color: #810f20;
  color: #fff;
}
.mt-6{
  margin-top: 6rem !important;
}
.mx-6{
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
/*
#88171F
#871224
*/
.bg-custom{
  background-color: #871224;
}
.img-user{
  background-image: url('../img/img-user.png');
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: 0px 0px;
  border: none;
  cursor: pointer;
  padding-left: 16px;
  position: relative;
  background-size: 14px 14px
}

input[type=email], input[type=password]{
  border-radius: 25px;
  border: 0;
  background-color: #EAE6F4;
  cursor: text;
  margin: 8px 0;
  box-sizing: border-box;
  padding: 8px;
  outline: none;
}
.prepend{
  position: relative;
}
.prepend input[type=email], input[type=password]{
  padding-left: 47px;
}
.prepend .user, .password{
  position: absolute;
  left: 14px;
  top: 16px;
  /* padding: 9px 8px; */
  color: #6B69AE;
}

/* .prepend .icon{
  position: absolute;
  left: 15px;
  top: 21px;
  padding: 9px 8px;
} */
.btn-login{
  background-color: #EB595B;
  color: #fff;
  border-radius: 25px;
}
.btn-login:hover{
  background-color: #da4e50;
  color: #fff;
}
.img-actions{
  background-image: url('../img/img-actions.png');
  background-repeat: no-repeat;
  display: block;
  position: relative;
  background-size: 472px 490px;
}
.h-86{
  min-height: 50vh;
}
.navbar-custom{
  font-weight: 400;
  color: #000;
}
.px-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.active-custom{
  border-bottom: 2px solid #871224;
  width: 50px;
}
.text-login{
  color: #EB595B;
}
.custom-checkbox input{
  display: none;
}
.custom-checkbox input + label:before{
  content: ''; 
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #d5d5d5;
  vertical-align: middle;
  margin-bottom: 3px;
}
.custom-checkbox input:checked + label:before{
  background-image: url('../img/img-check.png');
  background-color: #EB595B;
  background-size: 20px 14px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.text-custom{
  color: #88171F;
}
footer {
  background-color: #871224;
}