/*
 * btn-sample
 * -----------
 */

.btn-sample {
    color: #ffffff;
    background-color: #e21717;
    border-color: #e21717;
}
.btn-sample:hover,
.btn-sample:focus,
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
    color: #ffffff;
    background-color: #c2c2c2;
    border-color: #c2c2c2;
}
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
    background-image: none;
}
.btn-sample.disabled,
.btn-sample[disabled],
fieldset[disabled] .btn-sample,
.btn-sample.disabled:hover,
.btn-sample[disabled]:hover,
fieldset[disabled] .btn-sample:hover,
.btn-sample.disabled:focus,
.btn-sample[disabled]:focus,
fieldset[disabled] .btn-sample:focus,
.btn-sample.disabled:active,
.btn-sample[disabled]:active,
fieldset[disabled] .btn-sample:active,
.btn-sample.disabled.active,
.btn-sample[disabled].active,
fieldset[disabled] .btn-sample.active {
    background-color: #e21717;
    border-color: #e21717;
}
.btn-sample .badge {
    color: #e21717;
    background-color: #ffffff;
}
/*
 * login
 * -----------
 */

.login-page {
    background: url('/img/fondo.jpg') fixed bottom center no-repeat;
    background-size: cover;
    overflow-y: hidden;
}
.login-box {
    margin-left: 50%;
    left: -200px;
    margin-top: 50px;
    float: left;
    z-index: 10;
    position: relative;
    width: 400px;
}
.login-logo, .register-logo{
    padding-top: 20px;
    margin-bottom: 10px;
}
.login-box-body {
    background: transparent;
}
.login-box-body .form-control-feedback {
    color: #3f3f3f;
}
.login-box-msg {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.form-control {
    background: transparent;
    border: 0 none;
    border-bottom: solid 1px #3f3f3f;
    color: #3f3f3f;
}
.btn.btn-flat {
    background-image: linear-gradient(to right, #2c9fdc 0%, #7a62bc 51%, #e11192 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 150px;
    border: 0px;
    margin: 0 auto;
}
.back-shadow {
    width: 450px;
    background: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.r_password {
    color: #3f3f3f;
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    text-align: center;
}
.r_password:hover,
.r_password:active,
.r_password:focus {
    color: #3f3f3f;
}
.alert-info {
    font-size: 13px;
    background: #009FE3!important;
    border-color: #009FE3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.alert-info h4 {
    font-size: 16px;
}
.img-browser {
    width: 100%;
    margin-bottom: 20px;
}
.msg-browser {
    color: #000;
    text-align: justify;
/*
.shadow {
  -webkit-box-shadow: 3px 3px 5px 6px #ccc; 
  -moz-box-shadow:    3px 3px 5px 6px #ccc; 
  box-shadow:         3px 3px 5px 6px #ccc;
}*/