/* Fonts Imported from Google */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600';
/*   Core: General style
----------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    height: 100%;
    min-height: 100%;
    background:#000000;
}
 /*
    Para cambio de imagen de fondo
    .login,.restore{
    padding-top: 6.5%;
    padding-bottom: 2%;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    background-image: url("{{asset('images/image_fondo.png')}}");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    } */

#sign-in, #sign-up {
    background: radial-gradient(ellipse at center, #5A93AF 0%, #004E74 100%);
}
.login-form {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.btn-primary,
.primary,
.tags a.primary {
    border-color: #509DE0;
    background: #509DE0 !important;
}
.btn-primary:hover {
    border-color: #509DE0;
    background: #509DE0 !important;
}
.icheckbox_minimal-blue {
    background-position: -20px 0;
}
a:hover, a:focus {
    text-decoration: none;
}
.social a {
    border-radius: 50px;
    padding: 10px 11px 2px 11px;
    font-size: 25px;
}
.btn-facebook, .btn-facebook:hover, .btn-facebook:focus {
    color: #5F7AB3;
    border: 1px solid #5F7AB3;

}
.btn-twitter, .btn-twitter:hover, .btn-twitter:focus {
    background: #3BACF2;
    color: rgba(255, 255, 255, .85);
    border: 1px solid #3BACF2;
}
.has-error .help-block, .has-error .control-label,
.has-error .radio, .has-error .checkbox,
.has-error .radio-inline, .has-error .checkbox-inline {
    color: #ff6666;
}
.has-error.radio label, .has-error.checkbox label,
.has-success.radio label, .has-success.checkbox label {
    color: #333;
}
.has-error .form-control, .has-error .form-control:focus {
    border-color: #ff6666;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control, .has-success .form-control:focus {
    border-color: #66cc99;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-google, .btn-google:hover, .btn-google:focus {
    color: #dd4b39;
    border: 1px solid #dd4b39;
}
.social .alter {
    font-size: 21px;
    color: #666;
    margin-top: 15px;
    margin-bottom: 15px;
}
#forgot:hover {
    color: #2a6496 !important;
}
@media screen and (max-width: 400px) {
    .mar-left5 {
        margin-left: 18px !important;
        margin-top: -10px;
    }
    .mar-top4 {
        margin-top: -10px;
    }
    .mar-left {
        margin-left: -5px !important;
    }
    .sign-up {
        float: left !important;
    }
    #forgot::after {
        content: "\A";
        white-space: pre;
    }

}
/* Chrome, Safari, Opera */

@-webkit-keyframes CAnimation {
    from {
        -webkit-filter: hue-rotate(0deg);
    }
    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}
/* Standard syntax */

@keyframes CAnimation {
    from {
        -webkit-filter: hue-rotate(0deg);
    }
    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}
.forgot {
    color: #428BCA !important;
}
a:hover {
    text-decoration: none;
}
.radio label,
.checkbox label {
    padding-left: 0;
}
@media (min-width: 768px) {
    .form_width {
        margin-left: 12%;
    }
}
/* ===== Preloader =====*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
    backface-visibility: hidden;
    background: #ffffff;
}
.loader_img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-position: center;
    margin: -25px 0 0 -25px;
}
.marginTB{
    margin-top:10px;
    margin-bottom:10px;
}
.logo_h2{
    margin-top:20px;
    margin-bottom:10px;
}
 a,a:hover, a:focus {
    color: #2a6496;
}
button, html input[type=button], input[type=reset], input[type=submit]{
    cursor:pointer;
}
.help-block{
    display: block;
    margin-top:5px;
}
#authentication, #authentication .form-control, .btn-primary{
    font-size: 14px;
}
.btn:focus{
    box-shadow: none;
}
.btn:active{
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
     box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.form-control:focus{
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.logo{
    color: #4b7100;
    font-size: 30px;
    font-weight: 900;
}

.logoh3{
    color: #4b7100;
    font-size: 20px;
    font-weight: 900;
}

.link{
    color:#000;
}
.link:hover{
    color: #4b7100;
    text-decoration: underline;
}
.alert{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    margin: 5px;
}
#loginblock{
    background:#ffffff; 
    padding:15px;
    opacity: 0.9;
    border-radius: 5px;
}

footer {
    clear: both;
    position: relative;
    height: 20px;
    margin-top: -20px;
    background-color: #000000;
    opacity: 0.5;
    color:#ffffff;
    overflow: hidden;
}
footer .container{
    padding:4px;
    font-size:10px;
}
footer a, footer a:hover, footer a:focus{
    color:#ffffff;
}