input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid green;
    /*-webkit-text-fill-color: green;*/
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

body {
    padding-top: 0px !important;
    background: #fd7e14 url(../img/fondo.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    font-size: 15pt;
    line-height: 1.5;
    color: #555;
    font-family: 'Quicksand', sans-serif;
}

figure {
    margin: 0px;
}

figure img {
    max-width: 225px !important;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fd7e14!important;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fd7e14;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fd7e14;
  opacity: 1;
  /* Firefox */ }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fd7e14!important;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fd7e14; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fd7e14; }

.container_form {
    max-width: 420px;
    background-color: #fff;
    margin-top: 50px;
    padding: 60px 40px 30px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 45px -9px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 5px 45px -9px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 5px 5px 45px -9px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 5px 5px 45px -9px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 45px -9px rgba(0, 0, 0, 0.6);
}

.box_form h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0A8CB3;
    margin-bottom: 40px;
    margin-top: 10px;
    letter-spacing: 1px;
}

.box_form .form-group {
    margin-bottom: 10px; }

.box_form .form-control {
    padding-left: 0 !important;
}

.box_form .login_input {
    background-color: #fff !important;
    border: 0px !important;
    border-bottom: 2px solid #D9D9D8 !important;
    border-radius: 0 !important;
    color: #fe5000 !important;
    font-weight: lighter;
    box-shadow: none !important;
}

.box_form .btn_login {
    padding: 5px 10px 5px 10px !important;
    border-radius: 4px;
    background-color: #fe5000;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px; }
.box_form .btn_login:hover{
    background: #28AECE;
}

.box_form h5 {
    background-color: #fff;
    color: #004A92;
    display: inline-block;
    font-size: 10pt;
    font-weight: bold;
    padding-right: 5px;
    position: relative;
    top: -4px;
    z-index: 1;
}
.box_form .box_button{
    margin-top: 40px;
}
.box_form .box_button .box_pass {
    float: right;
    position: relative;
}

.box_form .box_button .box_pass a {
    font-weight: bold;
    font-size: 13px;
    color: #004A92;
    position: relative;
    right: 0;
    vertical-align: middle;
}

.box_form .box_button .box_pass2 {
    float: right;
    position: relative;
}

.box_form .box_button .box_pass2 a {
    font-weight: bold;
    font-size: 13px;
    color: #004A92;
    position: relative;
    right: 0;
    vertical-align: middle;
}

.box_form hr {
    border-bottom: 1px solid #D9D9D8;
    display: inline-block;
    margin: 0;
    position: relative;
    top: -36px;
    vertical-align: middle;
    width: 100%;
}

.box_form .login_social {
    display: block;
    position: relative;
    top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
}

.box_form .login_social a {
    width: 100px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}

.box_form .login_social a img {
    width: 12px;
    height: 12px;
    position: relative;
    top: -1px;
    margin-left: 10px;
    margin-right: 4px;
}

.box_form .login_social .l_dni {
    background-color: #F59D24;
}

.box_form .login_social .l_facebook {
    background-color: #3b5998;
}

.box_form .login_social .l_google {
    background-color: #fff;
    color: #888;
    border: 1px solid #D9D9D8;
    box-sizing: border-box;
}

.box_form .bar {
    margin: 30px 0px 20px 0px;
    
    display: block;
}

.box_form .bar img {
    min-height: 3px;
    display: block;
}

.consulta {
    margin: 40px auto 10px auto;
    max-width: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.consulta span {
    
}

.consulta span .box_ico {
    display: inline-flex;
    color: #fff;
    font-size: 14px;
    }

.consulta span a {
    color: #004A92; }

.consulta span .tel{
    margin-right: 10px;
}
.consulta span .telefonos {
    display: inline-flex;
    color: #fff;
    font-size: 14px;
}

.social_media {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.social_media .social {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.social_media .social a {
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    display: inline-flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media (max-width: 500px) {
    body {
        margin-left: 15px;
        margin-right: 15px;
    }

    .container_form {
        padding: 40px 30px 20px 30px;
    }
}

@media (max-width: 500px) {

    .box_form .login_social .l_dni, .box_form .login_social .l_facebook {
        margin-right: 0;
    }

    .box_form .login_social a img {
        margin-left: 5px;
        margin-right: 5px;
    }

    .box_form .bar {
        width: 100% !important;
    }

    .box_form .bar img {
        width: 100% !important;
    }
}

.social_media a i {
    color: #25A4CD;
}

.separation {
    max-width: 420px;
    height: 1px;
    margin: 0px auto 20px auto;
    background-color: #D9D9D8;
    border: 0;
}

.yellow {
    background-color: yellow;
}

.white {
    background-color: white;
}

.red {
    background-color: red;
}

.purple {
    background-color: purple;
}


.hideForm {
    display: none;
}

#recovery .box_button {
    text-align: center;
}
/*Ver Password*/
.field-icon {
    float: right;
    margin-top: 10px;
    color: #fe5000;
}