.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;   
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}
.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}
.form-control {
        background: #e5e5e5;
}
.btn-primary {
    width: 300px;}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color:#adb5bd;
            opacity: 1; /* Firefox */
             font-weight: bold;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #adb5bd;
             font-weight: bold;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #adb5bd;
            font-weight: bold;
 }

 h3 {
    text-align: center;
}

.botones {
float: left;
margin-left:10px;
}

.bg-orange{
    background-color: #ffa500;

}