body{
    background-color: #141515 !important;
    color: #ccc !important;
}
.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-image: linear-gradient(to right, #ba80f4, #3a1879) !important; */
    background-color: rgb(0,51,102) !important;
    border: none !important;
    color: #fcfbfd;
    animation-name: elBoton;
    animation-duration: 4s;
}
.btn-100{
    width: 100%;
}
.cont-padd{
    padding: 100px 0;
    box-sizing: border-box;
}
.container-header{
    position: fixed;
    z-index: 1;
    background-color: rgba(0,51,102,.7);
}
.losBanners{
    padding-top: 55px;
    box-sizing: border-box;
}
.bot-pad, .img-pad{
    padding: 20px 0;
    box-sizing: border-box;
}
.bgSignUp{
    background-image: url('images/1920x1080_TVV-BLUR.png');
    background-repeat: repeat-y;
    background-size: 1800px;
}
.bgSignForm{
    padding: 110px 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: #000;
    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/1920x1080_TVV-BLUR.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}