body {
    font-family: 'Open Sans', sans-serif;
}
.btn-sample {
    color: #FFFFFF;
    background-color: #015eab;
    border-color: #015eab;

    padding: 8px 10px;
    border-radius: 20px!important;
}
.btn-sample:hover,
.btn-sample:focus,
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
    color: #FFFFFF;
    background-color: #1984c6;
    border-color: #1984c6;
}
.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: #16a1dc;
    border-color: #16a1dc;
}
.btn-sample .badge {
    color: #16a1dc;
    background-color: #FFFFFF;
}
.btn.btn-flat {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.login-page {
    background: url('/img/back4.jpg') right top no-repeat;
    background-size: cover;
    overflow-y: hidden;
}
.contenedor {
    width: 500px;
}
.back-shadow {
    top: 0;
    width: 500px;
    background: #fff;
    height: 100%;
    position: fixed;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.6;
}
.login-box {
    position: relative;
    z-index: 1;
    width: 320px;
    margin-top: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -132px;
}
.login-logo {
    margin: 0;
}
.logo-copec {
    width: 250px;
}
.logo-crecer {
    width: 250px;
    margin-top: 5px;
}
.login-box-body {
    background: none;
    padding-top: 5px;
}
.login-box-msg {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
}
span.glyphicon {
    color: #9d9d9c!important;
}
.alert-info {
    font-size: 12px;
    background: #666!important;
    border-color: #666!important;
    margin-bottom: 0;
    margin-top: 20px;
    -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: 14px;
}
.alert-reset {
    margin-bottom: 20px;
}
.r_password {
    color: #555;
    position: relative;
    top: 9px;
    font-size: 15px;
}
a.r_password:hover, 
a.r_password:active, 
a.r_password:focus {
    color: #666;
}
.btn-gmail {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302),0 4px 8px 3px rgba(60,64,67,0.149);
    border-radius: 40px;
}
.btn-gmail img {
    width: 180px;
}


