﻿body {
    color: #E6E6E6 !important;
    background-color: #E6E6E6 !important;
    background-repeat: repeat;
}

html {
    color: #E6E6E6 !important;
    background-color: #E6E6E6 !important;
}

.mainClasssNewImage {
    background-color: #E6E6E6;
}

#Section0 {
    background-color: white !important;
}

#Section1 {
    display: none;
}

#Section2 {
    display: none;
}

#BtnAfiliacionEnLinea{
    display:none;
}

#DivHeadNewImage {
    text-align: left !important;
    display:inline-block;
}

#ImagenHeadNewImage{
    margin-left:50px;
}

#UrlPagueInformativa {
    text-align: right !important;
    font-size: 18px;
    color: #1C73BA;
}

#DivNewImagePagina {
    display: inline-block;
    text-align: right !important;
    margin-left: 60% !important;
    margin-top:20px;
    position: absolute;
}

#DivNewImagePagina a {
    display: inline-block !important;
}

#contact {
    /*background: rgb(25,44,120) !important ;*/
    /*    background: #E6E6E6 !important;*/
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(230,230,230,1) 10%);
    padding-bottom: 10px !important;
    margin-bottom: 35px;
}

#hrNewImage {

    height: 10px !important;
    display:none;

}

#bounceInLeftNewImage {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#bounceInRightNewImage {
    padding-left: 5px !important;
    padding-right: 75px !important;
}

#FormLoginNewImage {
    /*background-color: #2B2B2B !important;*/
/*    background-color: white !important;*/
    padding-bottom: 7px;
    border-radius: 9px;
    color:white !important;
}

#usuario {
    color: white !important;
}

#contrasena {
    color: white !important;
}

#divRecordar{
    text-align:left;
}

#divRecordar a {
   /* color: white !important;*/
    font-size:15px
}

#hrFormLogin {
    display:block !important;
    color: gray;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-top:5px !important;
    margin-bottom: 15px !important;
}

#AfiliarseNewImage {
    padding-top: 10px;
    font-size: 16px;
    color: white;
}

#DivNewImageAfiliate{
    display:block !important;
}

#LabelNewImageAfiliarse {
    padding-left: 0px;
    padding-right: 0px;
}

#BtnAfiliacionEnLineaPosNew {
    padding-left: 0px;
    padding-right: 0px;
}

#AlertErrorNewImage {
    position: absolute !important;
    width: 70% !important;
    margin-top: 25px !important;
    margin-left:0px !important;
    margin-right: 0px !important;
}

input[type="text"] :focus{
    color:black !important;
}

input[type="checkbox"] {
    position: relative;
    width: 1.2em;
    height: 1.2em;
    color: white !important;
    border: 1px solid white !important;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
/*    -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);*/
   /* transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);*/
}

    input[type="checkbox"]::before {
        position: absolute;
        content: '';
        display: block;
        top: 1px;
        left: 5px;
        width: 8px;
        height: 14px;
        border-style: solid;
        border-color: #fff !important;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    input[type="checkbox"]:checked {
        color: #fff;
        border-color: white !important;
        background: #F5B335 !important;
    }

        input[type="checkbox"]:checked::before {
            opacity: 0;
        }

        input[type="checkbox"]:checked ~ label::before {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }


#DivRecordarUsuarioNewImage {
    display: block !important;
    text-align: left;
    margin-bottom: 15px;
    margin-top: -10px;
    margin-left: 0px
}

#BtnAfiliacionEnLineanew {
    background-color: transparent;
    border: solid white;
    color: white;
}

#btnRecordar {
    color: white;
}

footer {
    background-color: #E6E6E6 !important;
}

.pro_sign-in {
    background-color: #F5B335 !important;
    color: black !important;
}


.input-field label{
    color:white !important;
}

label {
    color: white !important;
}

#materialUnchecked{
    color: white !important;
}

#lblmensaje2 {
    color: #F5B335 !important;
}

.form-check-label{
    border-color: white !important;
    color: white !important;
}

[type="checkbox"]:not(:checked) + label:before {
    top: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid white !important;
}

/* Checked styles */
[type="checkbox"]:checked + label:before {
    left: -3px;
    top: -4px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #F5B335;
    border-bottom: 2px solid #F5B335;
    -webkit-transform: rotateZ(40deg);
    -moz-transform: rotateZ(40deg);
    -ms-transform: rotateZ(40deg);
    -o-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}