.fondo-login{
	background-color: #a01918;
}

.form-signin
{
    max-width: 450px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.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="email"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 4px;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
/*    margin-top: 20px;*/
    padding: 40px 0px 20px 0px;
    /*background-color:  rgba(225,225,220, 0.4);*/
    /*-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.loginRecuperarCrear{
	color:#1E98B3;
	font-size:15px;
}
.loginRecuperarCrear:hover{
	color:#1E98B3;
}
.cabecera-container{
    background: url(../img/fondo.jpg);
    background-position: top;
    background-size: 100 100;
    background-attachment: fixed;
    margin-top: -50px;
    height:270px;
}
.cabecera-container img{
    margin-top: 100px;
}
.secundario-container{    
    background: url(../img/fondo3.jpg);    
    background-size: 100% 100%;
}

.loginRecuperarCrear:visited,.loginRecuperarCrear:link,.loginRecuperarCrear:hover{
    color:white;
}

#j_username,#j_password{
    border-radius: 5px;
}
.gobmx-footer{
    background:#eaeaea;
    margin-top: -5px;
}

.way .wrap p{
    font-size: 14px;
    color:#757575;
}

.way .wrap strong, .way .wrap h3{
    font-size: 16px;
    font-weight: bold;
    color:black;
}
.contact-methods .way{
    text-align: center;
}

@media ( min-width :760px) {
    .contact-methods .way{

    float: left;
    }
    }
.loading-indicator:before {
  content: '';
  background: #000000cc;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;    
  opacity: .5;
}

.loading-indicator:after {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 8px solid #ffffff;
  border-top: 8px solid #059DEB;    
  animation: spinner .6s linear infinite;
  z-index: 2500;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
}
    