﻿
html,body { 
    
    height: 100%; width: 100%; margin: 0; 

    font-family: 'Montserrat', sans-serif;

    background: url(../Imagenes/login_portada_aparcare.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll
}

body:after{

      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url(../Imagenes/login_portada_aparcare.jpg) center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-attachment: scroll
}

.mainbody,
.header,
.footer {

    
    font-family: 'Montserrat', sans-serif;
 
}

.imgLogoDiv{

    width:300px;
    height:100px;
    margin-left:auto;
    margin-right:auto; 
    margin-top:10px;
    margin-bottom:0px;
}

.imgLogo{

    width:100%;
    height:100%;
    object-fit: contain;
}


.mainbody {
   
 
 /*   background-image:url("../Imagenes/login_portada_aparcare.jpg");
   background-size:cover;
     position:relative;
    margin-top: 0;
    height:100%;
 */      

}

/******************************** Reset Password *************************************/
#resetPass{

    margin-top:15px;
    margin-bottom:0px;
    width:100%;
    height:30px;
    color:#ffffff;
    font-size:1.1em;
    cursor:pointer;
    text-align:center;
}

#popUpResetPass {
    
    border-radius:10px;
    width: 300px;
    height: 200px;
    color: #000000;
    /*background-color: #ffffff;*/
    background-color: rgba(204, 204, 204, 1);
    /* To align popup window at the center of screen*/
    margin-top:250px;
    margin-left:auto;
    margin-right:auto;
        
}

#resetPassTitle{

    width:100%;
    float:left;
    text-align:center;
}

.resetControls{

    float:left;
    width:90px;
    margin-top:30px;
    margin-left:110px;
    margin-bottom:10px;
}

.buttonAcceptReset{

    border:none;
    background:transparent;
    float:left;
    width:45px;
    height:30px;
}

#resetSubmitAcceptIMG{

    cursor:pointer;
    width:30px;
    height:30px;
    float:left;
}

#resetSubmitCancel{

    cursor:pointer;
    margin-left:5px;
    width:30px;
    height:30px;
    float:left;
    margin-top:0;
    background-color:transparent;
}

#resetTable{

    box-shadow: 0px 0px 0px #e8e8e8;
    border-spacing: 0px;
    display:block;
    visibility:visible;
    margin-bottom:0px;
}

.fieldReset{

    border:none;
    border-radius:5px;
    font-family: 'Montserrat', sans-serif;
    text-align:center;
    width:100%;
    margin-top:10px;
    resize: none;
    margin-left:45px;
}

/*************************************************************************************/
/******************************** Sugerencias section ********************************/

#sugerencias{

    margin-top:15px;
    margin-bottom:0px;
    width:100%;
    height:30px;
    color:#ffffff;
    font-size:1.1em;
    cursor:pointer;
    text-align:center;
}

.ontop {

    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(204, 204, 204, 0.4);
    z-index: 999;
    cursor: pointer;
    filter: alpha(opacity = 50);
    justify-content: center;
    align-items: center;
}

#popup {
    
    border-radius:10px;
    width: 300px;
    height: 350px;
    color: #000000;
    /*background-color: #ffffff;*/
    background-color: rgba(204, 204, 204, 1);
    /* To align popup window at the center of screen*/
    margin-top:160px;
    margin-left:auto;
    margin-right:auto;
}

.sugerenciasTitle{
    
    width:100%;;
    float:left;
    text-align:center;
}

#errorsAltaBox{

    float:left;
    margin-left:30px;
    margin-bottom:0px;
    font-size:0.8em;
    color:red;
    height:20px;
}


.formPopUp{

    height:100%;
    float:left;
    width:100%;
}

#sugerenciasTable{

    box-shadow: 0px 0px 0px #e8e8e8;
    border-spacing: 0px;
    display:block;
    visibility:visible;
    margin-left:25px;
    margin-bottom:0px;
}

.fieldSugerencias{

    border:none;
    border-radius:5px;
    font-family: 'Montserrat', sans-serif;
    text-align:center;
    width:100%;
    margin-top:10px;
    resize: none;
}

.fieldSugerenciasText{

    border:none;
    border-radius:5px;
    font-family: 'Montserrat', sans-serif;
    width:100%;
    padding: 0 0 100px 0;
    margin-top:10px;
    resize: none;
}

.sugerenciasControls{

    float:left;
    width:90px;
    margin-top:10px;
    margin-left:120px;
    margin-bottom:10px;
}

.buttonAccept{

    border:none;
    background:transparent;
    float:left;
    width:45px;
    height:30px;
}


#sugerenciasSubmitAcceptIMG{

    cursor:pointer;
    width:30px;
    height:30px;
    float:left;
}

#sugerenciasSubmitCancel{

    cursor:pointer;
    margin-left:5px;
    width:30px;
    height:30px;
    float:left;
    margin-top:0;
    background-color:transparent;
}

/*************************************************************************************/
/******************* CSS para los botones del footer *******************************/
.footer {
    
    
    height:20%;
    width:30%;
    /*background-color: #0171BC;*/  
    margin-left:auto;
    margin-right:auto;
    margin-top:1%;
}

.footerLink:link{

    text-decoration:none;
}

.loginButton{

    margin-top:3%;
    height:30%;
    width:30%;
    margin-left:20%;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}
.loginButton:hover{

    background-color: #004F83; 
    opacity:0.5;
    filter: alpha(opacity=50);
}

.settingsButton{
  
    height:50%;
    float:left;
    margin-left:15%;
    
}

.footerImage {

    margin-top:5%;
    margin-left:20%;
    height:70%;
}

.textIcon{
  
    margin-top:0;
    text-align:center;
    float:none;
}
/***********************************************************************************/

/************************* CSS para la caja del login ******************************/
.labelPasswdRemember{

    float:left;
    margin-top:5%;
    margin-left:25px;
}

.boxInput{
   
    margin-top:50px;
    background-color:#FFFFFF;
    width:300px;
    height:350px;
    margin-left:auto;
    margin-right:auto;
    border-radius:5px;
}

.inputField {
    
    border-radius:5px;
    border:solid;
    border-color: #9a9a9a;
    border-width:2px;
    margin-top:5%;
    margin-left:23px;
    width:250px;
    height:30px;
    float:left;
     
}


.iconField{

    border-bottom-left-radius:3px;
    border-top-left-radius:3px;
    box-sizing:border-box;
    width:25px;
    height:30px;
    float:left;
    background-color:#cccccc; 
}


.icon{

    float:left;
    width:15px;
    height:15px;
    margin-left:20%;
    margin-top:25%;
}


.field{

    box-sizing:border-box;
    text-indent:17px;
    float:left;
    border:none;
    border-width:0px;
    opacity: 1;
    width:225px;
    height:30px;
    border-radius:2px;
}

.fieldLenguage{

    box-sizing:border-box;
    text-indent:17px;
    float:left;
    border:none;
    border-width:0px;
    opacity: 1;
    width:250px;
    height:30px;  
    border-radius:3px;
}

.inputField input:focus{

    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.inputField:hover{

    border-color: #196666;
}


.inputSubmit{

    float:left;
    margin-left:23px;
    margin-top:15px;
    background-color:#58b957;
    width:255px;
    height:10%;
    color:#FFFFFF;
    border-radius:5px;
    border:0;
    /*font-size:1.5em;*/
}

.inputSubmit:hover {

    opacity: 0.8;
    filter: alpha(opacity=80);
}

#errors{
    
    float:left;
    margin-left:35px;
    margin-top:10px;
    color:red;
}



/***********************************************************************************/

@media only screen and (max-width: 1204px) {

    /*#popupv, #popUpResetPass {
    
        margin-left:36.5%;
    }*/


    /*.imgLogoDiv{

        width:300px;
        height:100px;
        margin-left:auto;
        margin-right:auto; 
        margin-top:10px;
        margin-bottom:0px;
    }

    .boxInput {
    
        margin-top:10px;
    }*/
   
}

@media only screen and (max-width: 490px) {


    #popup, #popUpResetPass {
   
        margin-top: 0px;
    }
}

