/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1-oct-2017, 21:38:52
    Author     : Percho
*/
@font-face {
    font-family: 'Avenir';
    src: url('../resources/font/avenir-light.eot'); /* IE9 Compat Modes */
    src: url('../resources/font/avenir-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../resources/font/avenir-light.woff') format('woff'), /* Pretty Modern Browsers */
        url('../resources/font/avenir-light.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../resources/font/avenir-light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
html,*{
    margin: 0px;
}
body{
    background: url("/resources/images/fondo3.jpg");
    background-size: cover;
    font-family: "Avenir", Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #666666 !important;
}
#fondo-trasnparente{
    position: absolute;
    z-index: 1;
    filter:alpha(opacity=40);
    -moz-opacity:.40;
    opacity:.40;
    background: #ffffff;
    width: 100%;
    height: 100%;
}
#contenedor-login{
    margin-top: 10%;
    margin-left: 5%;
    width: 90%;
    height: 300px;
    position: absolute;
    z-index: 2;
}
#lado-izquierdo{
    float: left; 
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    height: 30%;
    background-color: #274B3B;
}
#lado-derecho{
    float:left;
    height: 100%;
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 10px 10px 33px -6px rgba(0,0,0,0.46);
    -moz-box-shadow: 10px 10px 33px -6px rgba(0,0,0,0.46);
    box-shadow: 10px 10px 33px -6px rgba(0,0,0,0.46);
}
#body-derecho{
    margin-left: 10%;
    margin-top: 7%;
    width: 90%;
}
#body-derecho-ayuda{
    margin-left: 10%;
    margin-top: 7%;
    width: 90%;
    display: none;
}
.logo{
    width: 80%;
    margin-top: 20%;
    margin-left: 10%;
     margin-right: 10%;
}

.lista-caracteristicas{
    color: white;
    margin-top: 60px;
    font-weight: bold;
    visibility: hidden;
}
li{
    margin-top: 5px;
}
p.titulo{
    font-size: 17px;
    font-weight: bolder;
    margin-bottom: 50px;

}
p.titulo span{
    color: #006400;
}
p.titulo-ayuda{
    font-size: 17px;
    font-weight: bolder;
    margin-bottom: 10px;
}
div.div-ayuda{
    margin-top: 40px;
}
div.div-ayuda-ayuda{
    margin-top: 10px;
    float: right;
}
div.div-ayuda a,div.div-ayuda-ayuda a{
    color: #006400;
    text-decoration: none;
    font-size: 14px;
    font-weight: bolder;
}
div.div-footer-login{
    width: 80%;
    margin-top: 20px;
}
.input-group {
    position: relative;
    margin-bottom: 15px; 
    width: 80%;
}
.input-group input[type="text"],
.input-group input[type="email"],
.input-group input[type="password"] {
    font-family: "Avenir";
    font-size: 14px;
    color: #666666;
    width: 100%;
    outline: none;
    padding: 5px;
    background: none;
    border: none;
    border-bottom: 2px solid #274B3B; 
}
.input-group input[type="text"]:focus, 
.input-group input[type="text"]:active,
.input-group input[type="email"]:focus,
.input-group input[type="email"]:active,
.input-group input[type="password"]:focus,
.input-group input[type="password"]:active {
    outline: none;
    border-bottom: 2px solid #B6B6B6; 
}
.input-group input[type="text"].error,
.input-group input[type="email"].error,
.input-group input[type="password"].error {
    border-bottom: 2px solid #D32F2F; 
}
.input-group input[type="text"].error + label,
.input-group input[type="email"].error + label,
.input-group input[type="password"].error + label {
    color: #D32F2F; }
.input-group label {
    color: #303F9F; }
.input-group label.label {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 15px;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: 16px;
    left: 0; }
.input-group label.label.active {
    top: -12px;
    font-size: 12px;
    line-height: 12px;
    color: #B6B6B6; }
.input-group.checkbox label, .input-group.radio label {
    display: inline-block;
    cursor: pointer;
    color: #303F9F;
    position: relative;
    padding: 5px 15px 5px 51px;
    font-size: 1em;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.input-group.checkbox label:hover, .input-group.radio label:hover {
    background: #bbdefb; }
.input-group.checkbox label:before, .input-group.radio label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    background: none;
    border: 2px solid #303F9F; }
.input-group.error label {
    color: #D32F2F; }
.input-group.error label:hover {
    background: rgba(211, 47, 47, 0.2); }
.input-group.error label:before {
    border: 2px solid #D32F2F; }
.input-group.radio input[type="radio"] {
    display: none; }
.input-group.radio input[type="radio"]:checked + label:before {
    display: none; }
.input-group.radio input[type="radio"]:checked + label {
    padding: 5px 15px;
    background: #303F9F;
    border-radius: 2px;
    color: #f2f2f2; }
.input-group.checkbox label:before {
    border-radius: 3px; }
.input-group.checkbox input[type="checkbox"] {
    display: none; }
.input-group.checkbox input[type="checkbox"]:checked + label:before {
    display: none; }
.input-group.checkbox input[type="checkbox"]:checked + label {
    background: #303F9F;
    color: #f2f2f2;
    padding: 5px 15px; 
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #ff1455;
    background: #ff1414;
    color: #FFFFFF;
}
.ui-button, button.ui-button.ui-state-default, .ui-button.ui-state-default{
    background: #ffffff!important;
    color: #006400 !important;
    border: 2px solid #006400 !important;
    box-shadow: none !important;
    height: 40px;
    border-radius: 10px;
}
.ui-button:hover, button.ui-button.ui-state-default:hover, .ui-button.ui-state-default:hover{
    border: 2px solid #006400 !important;
    color: #006400 !important;
}
.ui-button-text{
    text-decoration: none !important;
}
@media (min-width: 530px) {
    #contenedor-login{
        margin-top: 2%;
        margin-left: 20%;
        width: 60%;
        height: 280px;
    }
    #lado-izquierdo{
        height: 20%;
    }
    /*.logo{
        width: 60%;
        margin-top: 5%;
        margin-left: 20%;
    }*/
    p.titulo{
        margin-bottom: 25px;
    }
}

@media (min-width: 730px) { 
    #contenedor-login{
        margin-top: 10%;
        margin-left: 10%;
        width: 80%;
        height: 300px;
    }
    #lado-izquierdo{ 
        height: 100%;
        width: 40%;
        border-radius: 20px 0px 0px 20px;
    }
    #lado-derecho{
        height: 100%;
        width: 60%;
        border-radius: 0px 20px 20px 0px;
    }
    /*.logo{
        width: 80%;
        margin-top: 10%;
        margin-left: 10%;
        height: 40px;
    }*/
    .lista-caracteristicas{
        visibility: visible;
    }
}

@media (min-width: 950px) { 
    #contenedor-login{
        margin-top: 10%;
        margin-left: 15%;
        width: 70%;
        height: 362px;
    }
}

@media (min-width: 1024px) { 
    #contenedor-login{
        margin-top: 10%;
        margin-left: 20%;
        width: 60%;
        height: 362px;
    }
    div.div-footer-login{
        margin-top: 70px;
    }
}
@media (min-width: 1360px) { 
    #contenedor-login{
        margin-top: 10%;
        margin-left: 25%;
        width: 50%;
    }
}

@media (min-width: 2000px) { 
    #contenedor-login{
        margin-top: 15%;
        margin-left: 35%;
        width: 30%;
    }
}
