﻿html{
    /*background: url("/Imagenes/Mahou/fondo.jpg") no-repeat;*/
    background-color:#EEEEEE;
	background-size: cover;
    min-height: 100%;
}

body{
	background-color: transparent !Important;
}
#imgLogo {
    width: 100%;
}
#registration-form{
	max-width: 600px;
	margin: 0.5% auto;
}
#registration-form .textoInfo{
	color:#666666;
    font-size:0.9em;
}
    #registration-form .textoKO {
        color: #dd0000;
        font-size: 1.4em;
        font-weight: bold;
    }
    #registration-form .textoOK {
        color: #333333;
        font-size: 1.4em;
        font-weight: bold;
    }


#registration-form .textoInfoMini{
	color:#666666;
    font-size:0.8em;
}
#registration-form .divControl{
	padding:0px 0px 2% 0px;
}




/*#registration-form .image{
	float:left;
	background-image: url("desk.jpg");
	height: 500px;
	width: 50%;
	background-size: cover;
	background-position: 25%;
}*/

#registration-form .frm{
	float:right;
	/*height: 500px;*/
    width: 100%;
    min-width: 250px;
    padding: 0 35px;
    background-size: 100% 100%;
    background-color:rgba(255, 255, 255, 0.85);
	margin: 0px auto;
    border-radius: 15px;
}
    #registration-form .encabezado {
        background-color: #CCCCCC;
    }

    #registration-form .cuerpo {
        padding-bottom : 30px;
    }
    #registration-form .pie {
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        margin-top:7px;
    }
    #registration-form .pie a {
        color: #333333;
    }


    #registration-form h1 {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 2.3em;
    }

#registration-form .form-control{
	width: 100%;
	padding: 10px 15px;
	height: auto;
    font-size:0.9em;
}
#registration-form .form-group label{
    font-size:0.9em;
}
#registration-form .form-btn{
	width: 100%;
	padding: 12px 20px;
	height: auto;
}


#registration-form .form-group input {
    padding-top:9px;
    padding-bottom:7px;
    margin-bottom:0px;
}

@media screen and (max-width: 768px) {
    .columnaIzquierda {
        padding-right: 0px !important;
    }

    .columnaDerecha {
        padding-left: 0px !important;
    }
}

    @media screen and (max-width: 700px) {
        #registration-form .image {
            width: 30%;
            background-position: 60%;
        }

        #registration-form {
            width: 95%;
        }

            #registration-form .frm {
                width: 100%;
            }

            #registration-form .form-control {
                width: 100%;
            }

            #registration-form .divControl {
                padding: 0px 0px 2% 0px;
            }
    }

    @media screen and (max-width: 500px) {
        #registration-form .image {
            display: none;
        }

        #registration-form {
            width: 95%;
        }

            #registration-form .frm {
                width: 100%;
            }

            #registration-form h1 {
                text-align: center;
            }

            #registration-form .btn {
                width: 100%;
                /*margin-top: 20px;*/
            }

            #registration-form .divControl {
                padding: 0px 0px 2% 0px;
            }
    }