#carbones {
    background-color: transparent;
    background-image: url(media/backgroud-carboneselroble.jpg);

    /*background-image: url(https://source.unsplash.com/1980x1080);*/

    background-position: all; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    /*background-size: cover;  Resize the background image to cover the entire container */

}

.login-container{
    margin-top: 7%;
    margin-bottom: 7%;
}


.login-form-1{
    display:block;
    margin:auto;

    /*box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);*/
}


#imagen-bolsa {
    background-color: transparent;    
    /*position: absolute;*/
    /*width: 100px;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.login-form-2{
    background-color: transparent;

    /*padding: 1%;*/
    background: #f05837;
    /*box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);*/
}
footer {
    margin-left: -15px;
    width: 1140px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-2 h1{
    font-size: 50px;
    margin-top: 40px;
    text-align: center;
    margin-bottom:10%;
    color: #fff;
}

.pbx {

    color: #fff;
    font-weight: 600;
    text-decoration: none;
}


.text {
   font-size: 25px;
   /*text-align: center;*/

}

p .form-control-plaintext{
    color: white;
}
.detal {
    text-align: center;
}

