body{
    background-color: #141515 !important;
    color: #ccc !important;
}
html, body {
    height: 100%;
    margin: 0; /* Asegura que no haya márgenes externos */
    padding: 0; /* Asegura que no haya relleno externo */
}
warn, warncont{
    color: #fcfbfd;
    font-family: 'Raleway',sans-serif;
    font-size: 22px;
}
warn{
    font-weight: 700;
    font-size: 25px;
}
.bg-widthSize{
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.div-warn{
    margin-bottom: 100px;
}
.img-sized{
    width: 75px;
}
.registerMessage{
    display: inline-block;
    padding: 20px 40px;
    background-color: rgba(20,21,21,.7);
    border-radius: 10px;
}
.bt-cstm{
    width: 100%;
    min-width: 200px;
    background-color: #e65c03 !important;
    border: 1px solid #e65c03 !important;
    color: #fcfbfd;
    animation-name: elBoton;
    animation-duration: 4s;
}
.bt-cstm:hover{
    border: 1px solid #fff !important;
}
.btn-100{
    width: 100%;
}
.cont-padd{
    padding: 100px 0;
    box-sizing: border-box;
}
.container-header{
    position: fixed;
    z-index: 1;
    background-color: rgba(7, 0, 199, 0.55);
}
.losBanners{
    padding-top: 55px;
    box-sizing: border-box;
}
.bot-pad, .img-pad{
    padding: 20px 0;
    box-sizing: border-box;
}
.bgSignUp{
    background-image: url('images/auth-background.jpg');
    background-repeat: repeat-y;
    background-size: 1800px;
}
.bgSignForm{
    padding: 150px 0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    background-color: rgba(20,21,21,.7);
}
.overlay{
    position: fixed;
    padding: 250px 0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    background-color: rgba(20,21,21,.7);
    z-index:0;
}
.formFrame{
    display: inline-block;
    width: 100%;
    max-width: 460px;
    padding: 60px;
    box-sizing: border-box;
    background-color: rgba(7, 0, 199, 0.55);
    border-radius: 5px;
    border: none;
    text-align: left;
    color: #fff;
}
h2 {
    font-size: 1.3em;
    font-weight: 700;
}
@media only screen and (min-width: 1900px) {
    .bgSignUp{
        background-image: url('images/auth-background.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}