/*
body{
  height: 100vh;
  background: #03a4cf !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
*/

.error.flash, .valid.flash, .warning.flash, .info.flash{line-height: 15px;
    font-size: 15px;
    padding-bottom: 15px;
background-color:unset;
    padding-left: 0px;
}

.flash.warning{color:#03a4cf /*azul pf */}
/*#f6a21f naranja pf*/
.card-body h4{color: #FFCC00}

.card{
  overflow: hidden;
  border: 0 !important;
  border-radius: 20px !important;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  /* Added By Pedro to login v2 */
  width: 25rem;
    margin: auto;
}

.img-left{
  width: 45%;
  background: url('../img/login.webp') center;
  background-size: cover;
}

.card-body{
  padding: 2rem;
  font-family: 'Carrois Gothic SC';
}

.title{
  margin-bottom: 2rem;
  font-family: 'Carrois Gothic SC'}

.form-input{
  position: relative;
}

.form-input input{
  width: 100%;
  height: 45px;
  padding-left: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px solid #00000020;
  border-radius: 50px;
  outline: none;
  background: transparent;
}

.form-input span{
  position: absolute;
  top: 10px;
  padding-left: 15px;
  color: #FFCC00;
}

.form-input input::placeholder{
  color: black;
  padding-left: 0px;
}

.form-input input:focus, .form-input input:valid{
  border: 2px solid #007bff;
}

.form-input input:focus::placeholder{
  color: #454b69;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
  background-color: #007bff !important;
  border: 0px;
}

.form-box button[type="submit"]{
  margin-top: 10px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  background: #FFCC00;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  letter-spacing: .1rem;
  transition: 0.5s;
  padding: 12px;
}

.form-box button[type="submit"]:hover{
  background: #FFCC00;
}

.forget-link, .register-link{
  color: #FFCC00;
  font-weight: bold;
}

.forget-link:hover, .register-link:hover{
  color: #0069d9;
  text-decoration: none;
}

.form-box .btn-social{
  color: white !important;
  border: 0;
  font-weight: bold;
}

.form-box .btn-facebook{
  background: #4866a8;
}

.form-box .btn-google{
  background: #da3f34;
}

.form-box .btn-twitter{
  background: #33ccff;
}

.form-box .btn-facebook:hover{
  background: #3d578f;
}

.form-box .btn-google:hover{
  background: #bf3b31;
}

.form-box .btn-twitter:hover{
  background: #2eb7e5;
}

#hero .carousel-container{top:50px}