 /*
 * Página de Login
 * 
*/
body {
  color: #4d4d4d;
  font-weight: 300;
  font-size: 1.02rem; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; color:#000 }
html, body {
  height: 100%;
}

.login-panel {
    margin-top: 25%;
}

.logo-f{
  margin-bottom:-65px;
}

.screen { 
 height: 100%;
  position:relative;
  width:100%;
  top: -48px; left: 0;
  bottom: 0; right: 0;
}

.screen-pattern-10 {
  background: url("../images/10.png");
}
.bg-solid-white{
  background:rgba(255, 255, 255, 0.80);
}

.bg-solid-black{
  background:rgba(0, 0, 0, 0.80);
}

.header-fullscreen {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  overflow: hidden;  
}
.background-9 {
  background-image: url("../images/bg-login.jpg");
}

.background-10 {
  background-image: url("../images/inicio-cienta.jpg");
}

.h-parallax{
  background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a{
  color:#72051f;
}
a:hover{
  color:#000;  
}
.btn-project{
  background: #f3929a;
  color:#FFF;
  border:2px solid #f3929a;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 25px;
  transition: 0.5s;
  border-radius: 0px;
}

.btn-project:hover{
  background:#f3929a;
  color:#fff;
  border:2px solid #f3929a;
  text-decoration:none;
}
.form-control:active, .form-control:focus {
    border-color: #f3929a; }
 /*
 * Fin Página de Login
*/
.card-login{
  border-radius: 0px;
}
.card-header{
  background: #FFF
}

.input-form input {
  width: 100%;
  font-size: 16px;
  color: #636363;
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.input-form textarea {
  width: 100%;
  resize: none;
  font-size: 16px;
  color: #636363;
  height: 150px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 35px;
}

.site-btn {
  color: #ffffff;
  background: #f3929a;
  border: 1px solid #f3929a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 45px 11px;
  cursor: pointer;
}
a{
  color: #f67680!important
}