
  .wholepage {
    position: fixed;
    /*z-index: 1030;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background: white;
  }
  
  .pig_banner_background {
    position: relative;
    height:40%;
    width:100%;

    margin: 5% 0;

    background-color: transparent;
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
    background-image: linear-gradient(to right, transparent, #ffebf4),url("/assets/images/smart_pig.jpg");
    				  
   /*
    border-top: 0.5em ridge rgb(170, 50, 220, .6);
    border-bottom: 0.5em ridge rgb(170, 50, 220, .6);
   */
  }
    /*background: linear-gradient(to right, transparent, mistyrose),url("/assets/images/smart_pig.jpg");*/
  
       

    .fullscreen_bg_ORIGINAL {
    position: fixed;
    /*z-index: 1030;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("/assets/images/smart_pig.jpg");
  }
  
  .titulo-entrada {
      vertical-align: middle;
      text-align: center;
      position: absolute;
      top: 2%;
      left: auto;
      right: auto;
      width: 100%;
      font-family: 'Lato', serif; 
      font-family: 'Lobster', serif;
      font-size: 52px;
	  color: Pink;
  }
  
   .centrado-login {
      vertical-align: middle;
      position: absolute;
      top: 10%;
      left: auto;
      right: auto;
      width: 100%;
      
   }

   .titulo-login {
       /* font-family: 'Lato', serif; */
      font-family: 'Lobster', serif;
      font-size: 32px;
	  color: Pink;
      vertical-align: middle;
      text-align: center;
  }
  

  .form-signin {
    max-width: 280px;
    padding: 15px;
    margin: 0 auto;
  }
  .form-signin .form-signin-heading, .form-signin {
    margin-bottom: 10px;
  }
  .form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-signin .form-control:focus {
    z-index: 2;
  }
  .form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-color: #000;
  }
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #000;
  }
  .form-signin-heading {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
  }
  
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.login {
    position: fixed;
    /*z-index: 1030;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background: white;
  }

  .login h2 {
    font-size: 54px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    border-bottom: 4px white solid;
    padding: 5px 0;
    color:white;
}

.login input[type=text], .login input[type=password] {
    font-size: 46px;
    letter-spacing: 5px;
    color: #9fb1b1;
    background: #eff2f2;
    border: none;
}

.col{padding: 0 15px;}

.login input,.login button.submit {
    max-width: 100%;
    border: 2px white solid;
    background: transparent;
    color: white;
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 18px;
    letter-spacing: 2px;
}

.login input{text-transform:none!important;}

.login h2{margin:0px;}

.login input[type=submit], button.submit {
    width: 100%;
    transition: background 0.3s ease;
}

.login input[type=submit]:hover, button.submit:hover {
    background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 620px){
.main-content {
   width:100%;
}
}

.login .image{background-image: url(/assets/images/small_pig_2.jpg);background-size:cover; min-height:401px;}

@media (max-width: 1200px){
	.login .image  {
	    background-position-y: -60px;
	    background-repeat: no-repeat;
	    min-height: 280px;
	}
}

@media (max-width: 920px){
	.login .image  {
	    background-position-y: -50px;
	    background-repeat: no-repeat;
	    min-height: 280px;
	}
}

@media (max-width: 700px){
	.login .image {
	    background-position-y: -40px;
	    min-height: 260px;
	}
}

@media (max-width: 410px){
	.login .image {
	    background-position-y: 0px;
	    background-repeat: no-repeat;
	    min-height: 230px;
	}
}


   


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

.btn {
    text-decoration: none;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    padding: 0 15px;
    line-height: 32px;
    height: auto;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    border: 2px solid white;
}
.login .actions a {
    text-transform: uppercase;
    text-decoration: underline;
    color: white;
    display: inline;
    letter-spacing: 2px;
    font-weight:700;
}
.login .actions {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
}