/*
 * btn-sample
 * -----------
 */
.btn-sample { 
  color: #ffffff; 
  background-color: #3b5998; 
  border-color: #3b5998; 
} 
 
.btn-sample:hover, 
.btn-sample:focus, 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  color: #ffffff; 
  background-color: #3b5998; 
  border-color: #3b5998; 
} 
 
.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: #00B1EB; 
  border-color: #00B1EB; 
} 
 
.btn-sample .badge { 
  color: #00B1EB; 
  background-color: #ffffff; 
}

/*
 * login
 * -----------
 */
.login-page {
    background: url('/img/fondo.jpg') 0 0 fixed no-repeat #fff;
    background-size: cover;
    overflow-y: hidden;
}
.login-logo img {
    width: 180px;
}
.login-box {
    margin-left: 50px;
    margin-top: 50px;
    float: left;
    z-index: 10;
    position: relative;
    max-width: 350px;
}
.login-box-body {
    background: transparent;
}
.login-box-body .form-control-feedback {
    color: #fafafa;
}
.login-box-msg {
    display: none;
}
.form-control {
    background: transparent;
    border: 0 none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-bottom: solid 1px #3f3f3f;
    color: #3f3f3f;
}
.btn.btn-flat {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 150px;
    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=90);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.r_password {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
}
.r_password:hover {
    color: #fafafa;
}

.alert-info {
    font-size: 12px;
    background: #3b5998!important;
    border-color: #3b5998!important;
    -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: #fff;
    text-align: justify;
}
