body {
    background-color: silver;
    background-image: unset;
    color: black;
}

header.fluid-container {
    height: 123px;
    padding: 35px 15px;
    background-color: rgb(254, 242, 0);
    background-image: url('../Images/logoMeridiano.png');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: 17px 17px;
    border-top: 3px solid crimson;
}

select.form-control, input.form-control {
    background-color: rgb(237,237,237);
}

#Label12, #Label13 {
    font-weight: bold;
}

.panel, .panel.panel-default, .panel-heading, .panel-footer, .panel-title, .panel-default > .panel-heading {
    background-color: transparent;
    background-image: none;
    border: unset;
}

#form1 > div.panel.panel-default > div.panel-heading.text-center {
    padding-top: 20px;
}

.panel-default > .panel-heading {
    background-color: crimson;
    padding-bottom: 20px;
}

.rotate, .rotate2 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-size: 30px;
}

h1.rotate {
    position: absolute;
    top: 115px;
    left: -110px;
    font-weight: bold;
    color: silver;
}

h1.rotate2 {
    position: absolute;
    top: 58px;
    left: -55px;
    font-weight: bold;
    color: silver;
}

.registrame {
    background-image: url(../../Images/boton1.png);
    border: none;
    border-radius: 0;
    background-color: transparent;
    width: 227px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: 231px 58px;
    margin-top: 0;
    display: inline-block;
}

    .registrame:hover {
        background-image: url('../../Images/boton2.png');
        background-color: unset;
    }

.btn-remking {
    width: 50%;
    height: 79px;
    background-image: url('https://bets.meridiano.bet/bets_sagcit/Retiros_Recargas/Images/meridiano.resources/regresar_meridiano1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    border: none;
    display: block;
}

    .btn-remking:hover {
        background-image: url('https://bets.meridiano.bet/bets_sagcit/Retiros_Recargas/Images/meridiano.resources/regresar_meridiano1.png');
        background-repeat: no-repeat;
    }

.form-inline > span {
    font-weight: bold;
    font-size: 15px;
}

#Label1 {
    font-size: 24px;
    padding-left: 161px;
    color: yellow;
}

#Label2 {
    display: none;
}

#Label1 {
    color: white;
    font-size: 24px;
    padding-left: 161px;
}

.panel-body {
    background-color: white;
    color: black;
    border: none;
}

@media only screen and (min-device-width: 750px) and (max-device-width: 2000px) {
    div.row > div.col-md-6 {
        padding-left: 50px;
    }

    #DropPais {
        width: 400px;
        margin: 0 auto;
    }

    #TextCedula {
        width: 84%;
    }

    #TextTelefono {
        width: 87%;
    }

    #MM, #DD, #AA {
        width: 28%;
    }

    .panel-body {
        padding: 40px 50px;
    }
}

@media (max-width:1289px) {
    #TextCedula {
        width: 80%;
    }

    #TextTelefono {
        width: 80%;
    }
}

@media (max-width:989px) {
    div.row > div.col-md-6 {
        /* padding-left: unset; */
    }

    #MM, #DD, #AA {
        width: 30%;
    }

    #TextCedula {
        width: 89%;
    }

    #TextTelefono {
        width: 92%;
    }
}



@media only screen and (max-device-width: 750px) {
    header.fluid-container {
        background-position: center;
    }
}

#ClassicMenu2 {
    height: 123px;
    padding: 35px 15px;
    background-color: #fef200;
    background-image: url('../Images/logoMeridiano.png');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: 17px 17px;
    border-top: 3px solid crimson;
}
.header-rk {
    background-color: crimson;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #fff;
    font-size: 24px;
}
.body-rk {
    background-color: #fff;
    color: #000;
    padding: 40px 50px;
}
.rotate, .rotate2 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-size: 30px
}

h1.rotate {
    position: absolute;
    top: 115px;
    left: -110px;
    font-weight: 700;
    color: silver
}

h1.rotate2 {
    position: absolute;
    top: 58px;
    left: -55px;
    font-weight: 700;
    color: silver
}
#cboxCedula,#cboxCodTlf{
    width: 20%;
    display: inline-block;
}
#tboxCedula, #tboxTelf {
    width: 79%;
    display: inline-block;

}
#btnGuardar {
    width: 50%;
    height: 79px;
    font-size: 0;
    background-size: 100%;
    background-image: url('https://bets.meridiano.bet/bets_sagcit/Retiros_Recargas/Images/boton1.png');
    border: none;
    background-repeat: no-repeat;
    background-color: unset;
}
@media (max-width:770px) {
    #MM, #DD, #AA {
        width: 100%;
    }

    #TextCedula, #TextTelefono {
        margin-top: 40px;
        width: 100%;
    }

    #DropPais {
        width: 100%;
        margin: unset;
    }

    #ClassicMenu2 {
        background-position: center;
    }
    .header-rk h1, .header-rk h2{
        font-size:19px
    }
    .body-rk {
        padding: 20px;
    }
    #cboxCedula, #cboxCodTlf {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    #tboxCedula, #tboxTelf {
        width: 100%;
        display: block;
    }
    #btnGuardar {
        height: 101px;
    }
    .g-recaptcha {
        transform: scale(1);
    }


}