input::-webkit-input-placeholder { color: #A1A1A1 !important; font-weight:200;} 
input:-moz-placeholder { color: #A1A1A1 !important; font-weight:200;} 
input::-moz-placeholder { color: #A1A1A1 !important; font-weight:200;} 
input:-ms-input-placeholder { color: #A1A1A1 !important; font-weight:200;} 
input::-ms-input-placeholder { color: #A1A1A1 !important; font-weight:200;} 
input::placeholder { color: #A1A1A1 !important; font-weight:200;}

.error{
    font-weight:300;
    color: red;
}

.button-acceso-socios-blue {
    font-size: 15px;
    padding: 9px 30px;
    color: #1b74da;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    background-color: white;
}
.btn-blue {
    border: 2px solid #1b74da;
    color: #1b74da !important;
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

#auto-municipios {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    z-index: 9999;
    width: 96%;
}
 
#auto-municipios .provincia-element {
    background-color: #f7faff;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}
a.provincia-element:hover{
    color:#000;
    text-decoration:none;
}
#cliente label{
    font-weight: 700;width: 100%;
    color: #0e3965!important;
}

#cliente label.error {
    color: red !important;
    line-height: 1;
    margin-top: 5px;
}

#cliente input, #cliente select {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -webkit-box-direction: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    margin: 0;
    font: inherit;
    font-family: inherit;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-weight: 500;
    width: 100%;
    border-bottom-color: lightgray;
    -webkit-appearance: auto;    
    height: auto;
}

#cliente .check-terms input{
    width: auto;
}

#cliente input:focus, #cliente select:focus {    
    border-style: none;
    border-style: inset;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

#cliente h3{
    color:#005190 !important;
}
#cliente h3:last-child{
    color:#005190 !important;
    margin-top: 3%;
}

#cliente input[type=text].valid, input[type=number].valid, input[type=email].valid, input[type=tel].valid {
    background: #fffffd url(https://www.race.es/wp-content/uploads/2018/11/check-green.svg) no-repeat right 10px top 6px !important;
    background-size: 20px !important;
}

#cliente_provincia option:first-of-type{
    color: #A1A1A1 !important;
}

#cliente_provincia{
    color: #A1A1A1;
    font-weight: 200;
}

.form-control {
   font-weight: 500;
}