#account-creation_form .id_state,
#account-creation_form .dni,
#account-creation_form .postcode {
  display: none; }

#create-account_form p {
    margin-bottom: 20px;
    text-align: center; }
#create-account_form .form-group,
#login_form .form-group{ 
    margin: 0 0 20px 0;
    height: inherit; }
#create-account_form label,
#login_form label{
    width: 300px;
    margin: 0 auto 5px auto;
    display: block;
    padding-left: 5px; }

#login_form { min-height: 297px; }
#login_form .form-group.lost_password {
    margin: 14px 0 15px 0;
    text-align: center; }
      #login_form .form-group.lost_password a {
        text-decoration: underline; }
        #login_form .form-group.lost_password a:hover {
          text-decoration: none; }

#login_form .form-control, 
#create-account_form .form-control {
    max-width: 300px !important;
    width: 300px;
    margin: 0 auto 10px auto;
    height: 40px;
    border: 1px solid #c8c8c8;
    font-size: 13px; }

#create-account_form button{
    display: block;
    margin: 0 auto 20px auto;
    background: #004f94;
    color: #fff;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
#login_form button{
    display: block;
    margin: 0 auto 20px auto;
    background: #e16400;
    color: #fff;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
#create-account_form button:hover,
#login_form button:hover{ 
    background: #2a2a2a; }
#create-account_form button i,
#login_form button i{ 
    padding-right: 10px; }

#account-creation_form{
    width: 60%;
    margin: 0 auto; }

#authentication .account_creation label{
    width: 40%;
    display: block;
    line-height: 20px;
    color: #2a2a2a;
    float: left;
    text-align: right;
    padding-right: 20px;
    line-height: 40px;
    margin: 0; }
#authentication .account_creation .checkbox label{
    width: 270px;
    line-height: 20px;
    padding: 0;
    float: left;
    text-align: left; }
#authentication .account_creation .form-control{
    max-width: 300px !important;
    width: 300px;
    margin: 0;
    height: 40px;
    border: 1px solid #c8c8c8;
    line-height: 38px;
    padding: 0 10px;
    float: left;
    font-size: 13px; }
#authentication #account-creation_form button{
    display: block;
    margin: 40px 0 20px 0;
    background: #e16400;
    color: #fff;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    float: right;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
#authentication #account-creation_form button:hover{ background: #004f94; }
#authentication #account-creation_form button i{ padding-left: 10px; }


















