/* This CSS is loaded in the login page. */

@font-face {
  font-family: "futura_md_btmedium";
  src: url('/files/FuturaMediumBT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: "RingsideWide-Light";
  src: url('/files/RingsideWide-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.container {
  font-family: "RingsideWide-Light", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4375;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}

#login-form .btn-signup{display:none;}
#login-form .btn-nexudus{display:none;}



hr{display:none;}
.text-center{display:none;}
.account-wall{ background-color: #fff !important; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;webkit box-shadow:box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);}
.form-control{ border-radius: 0px;font-family: "RingsideWide-Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4375;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }

.form-signin .form-control {
    border: 0;
    outline: 0;
    border-bottom: 3px solid #1A1A1A;
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none !important;
   
}
.btn-lg{
  padding: 7px 20px !important;
  font-size: 12px !important;
}

.btn-block{text-align:center;
    margin:60px auto 60px auto;width: 30%;text-indent: -9999px; 
    line-height: 0; background-color: #1A1A1A !important; 
    color: #fff !important; border:2px solid #1A1A1A;
    border-radius: 2px; }
.btn-block:after {content: 'LOGIN'; text-indent: 0; 
    display: block; 
    line-height: initial; }

.need-help {visibility: hidden;}
.need-help:before{visibility: visible; display: inline-block;position: absolute;color:#a29797;content: 'Solicitar nueva contraseña';}

.col-sm-6{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);}

.pull-right {
    float: left !important;
   
     padding-left: 50px;
}
.pull-left {
    float: left !important;
    position: relative;
      left: 20%;
}

