

.form-control {
    margin: 4% 0 !important;
    padding: 20px 20px !important;
    font-size: 16px !important;
}

.img-responsive{
    display: initial !important;
}

button{
    background: #47525E;
    color: white !important;
    padding: 12px 0 !important;
    font-size: 16px !important;
}


.text_titulo{
    text-align: center;
    color: #59636e;
    font-size: 24px;
    /*margin-bottom: 23%;*/
}

#loader{
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #8f8f8f63;
    z-index: 999999;
}


#loader>.contenedor{
    text-align: center;
    align-items: center;
}

#loader>.contenedor>img{
    width: 100px;
    margin-top: 40%;
    background: white;
    border-radius: 20px;
}



.modal-header1{
    padding-top: 14px;
}

.modal-title{
    font-weight: bold;
}

#p-msg{
    font-size: 16px;
    padding: 10px 20px 20px 20px;

}

.btnAceptarStreaming{
    width: 45%;
    background-color: #ffffff;
    color: #404040 !important;
    font-size: 18px;
}

.btnAceptarStreaming:hover {
    background-color: #bbbbbb;
    color: #fff;
}
