form div label{
    font-size: small;
}
form div input{
    margin-top: -10px;
    font-size: larger;
}
button, input[type="submit"] {
    border: none;
    cursor: pointer;
    color: transparent;
}
.container-landing{
    position: relative;
    padding: 0;
    width: 100%;
    height: 100vh
}
.container-landing img{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}
.bg-gray-color{
    background: #E0E0E0;
}
.bg-yellow-color{
    background: #E5E747;
}
.bg-gray-strong-color{
    background: #737373;
}
.text-purple-color{
    color: #990099;
}
.text-rosa-color{
    color: #E51078;
}
.form-control{
    font-size: small;
}
.text-header-form{
    font-size: small;
}
.container-body-custom small{
    font-size: x-small;
}
.mensaje-error{
    margin-top: -2px;
    margin-left: 2px;
    font-size: 80%;
    color: #DC3545;
    display: none;
}
.btn-siguiente{
    background:url("../image/btn_siguiente_600.png") no-repeat;
    width: 105px;
    height: 28px;
}
.btn-acepto{
    background:url("../image/btn_acepto_600.png") no-repeat;
    width: 105px;
    height: 28px;
}
@media (min-width: 430px) and (min-height: 800px){
    .btn-siguiente{
        background:url("../image/btn_siguiente_800.png") no-repeat;
        width: 144px;
        height: 38px;
    }
    .btn-acepto{
        background:url("../image/btn_acepto_800.png") no-repeat;
        width: 140px;
        height: 37px;
    }
}
#lightbox, #lightbox-loader{
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.75);
    text-align:center;
    display: none;
}

#lightbox #content{
    width: 100%;
    height: 90%
}

.container-button-custom{
    background: none;
}
.text-fz-xxsmall{
    font-size: xx-small;
}
.text-fz-small{
    font-size: small;
}
.container-form-term-custom{
    background: none;
    color: black;
}
.custom-control label{
    color: black;
}
@media (max-width: 576px) and (orientation: portrait) {
    .container-button-custom {
        background: #FFDC2E;
    }
    .container-form-term-custom {
        background: #737373;
        color: white;
    }
    .custom-control label {
        color: white;
    }
}
@media (min-width: 576px){
    .text-fz-xxsmall{
        font-size: x-small;
    }
    .text-fz-small{
        font-size: small;
    }
}
@media (min-width: 1200px){
    .text-fz-xxsmall{
        font-size: small;
    }
    .text-fz-small{
        font-size: medium;
    }
    .text-header-form{
        font-size: medium;
    }
    .container-body-custom small{
        font-size: small;
    }
}
@media (min-width: 1200px) and (orientation: landscape){
    .container-body-custom{
        margin-left: -20px;
    }
}