/*
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 : 2/04/2019, 12:04:03 AM
    Author     : Cesar Maya
*/

.cuerpo{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    }
    
    @media (max-width:767px){
       .formularioCamiboContrasena{
            width: 100%;
            height: 100%;
            background-image: url('../imagenes/nuestra-sede-01.jpg');
            background-repeat:no-repeat; /* Indicamos que no se repetira */
            background-size: 100% 100%; /* Encajamos la imagen al 100% del ancho */
            background-attachment: fixed; /* Establecemos una posicion fija para la imagen */
            padding-top: 50px;
            padding-bottom: 30px;
        }
        .formularioCambio{
            width: 90%;
            margin: auto;
            border-style: ridge;
            border-radius: 2%;
            padding: 10px;
            text-align: center;
            background-color: rgba(255,255,255,0.8);
        }
        
        .formularioCambio h2{
            font-size: 1.3em;
            font-weight: bold;
            color: #007D0E;
            margin-bottom: 50px;
        }
        .form-group label{
            margin: auto;
            font-size: 0.8em;
            font-weight: bold;
            color: #007D0E;
            font-family: 'Open Sans', sans-serif;
        }
        .col-md-12  button{
            width: 150px;
            font-size: 1em;
            margin-bottom: 10px;
            margin-left: 3%;
        }
        .col-md-12  a{
            width: 150px;
            font-size: 1em;
            margin-bottom: 10px;
        } 
    }
    @media only screen and (min-width:768px) and (max-width:1068px){
        .formularioCamiboContrasena{
            width: 100%;
            height: 100%;
            background-image: url('../imagenes/nuestra-sede-01.jpg');
            background-repeat:no-repeat; /* Indicamos que no se repetira */
            background-size: 100% 100%; /* Encajamos la imagen al 100% del ancho */
            background-attachment: fixed; /* Establecemos una posicion fija para la imagen */
            padding-top: 50px;
            padding-bottom: 30px;
        }
        .formularioCambio{
            width: 70%;
            margin: auto;
            border-style: ridge;
            border-radius: 2%;
            padding: 10px;
            text-align: center;
            background-color: rgba(255,255,255,0.8);
        }
        
        .formularioCambio h2{
            font-size: 1.3em;
            font-weight: bold;
            color: #007D0E;
            margin-bottom: 50px;
        }
        .form-group label{
            float: right;
            font-size: 0.8em;
            font-weight: bold;
            color: #007D0E;
            font-family: 'Open Sans', sans-serif;
        }
        .col-md-12  button{
            width: 150px;
            font-size: 1em;
            margin-bottom: 10px;
            margin-left: 3%;
        }
        .col-md-12  a{
            width: 150px;
            font-size: 1em;
            margin-bottom: 10px;
        }
    }
    @media (min-width:1069px){
        .formularioCamiboContrasena{
            width: 100%;
            height: 100%;
            background-image: url('../imagenes/nuestra-sede-01.jpg');
            background-repeat:no-repeat; /* Indicamos que no se repetira */
            background-size: 100% 100%; /* Encajamos la imagen al 100% del ancho */
            background-attachment: fixed; /* Establecemos una posicion fija para la imagen */
            padding-top: 50px;
            padding-bottom: 30px;
        }
        .formularioCambio{
            width: 40%;
            margin: auto;
            border-style: ridge;
            border-radius: 2%;
            padding: 10px;
            text-align: center;
            background-color: rgba(255,255,255,0.8);
        }
        
        .formularioCambio h2{
            font-size: 2em;
            font-weight: bold;
            color: #007D0E;
            margin-bottom: 50px;
        }
        .form-group label{
            float: right;
            font-size: 1em;
            font-weight: bold;
            color: #007D0E;
            font-family: 'Open Sans', sans-serif;
        }
        
    }
