/*
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 : Jun 26, 2017, 6:56:46 PM
    Author     : ChGari
*/

/**************************************************************/
/**************************************************************/
/*CSS del login*/
/**************************************************************/
/**************************************************************/

#logo_login, #logo_recovery{
    width: 350px;
    height: 120px;
    display:table-cell; vertical-align:middle; text-align:center; 
  
}


.fa{
  font-size: 1.3em;
}

.form-control + .fa-at{
  left: 0;
  padding-left: 20px;
}

.form-control:focus+.fa-at{
  color: #66afe9;
}

.has-left-icon{
  /*Left padding 20px in this case, but it could be different due to other settings - for example in my project it was 25 pixels*/
  padding-left: 20px !important;
  padding-right: 10px !important;
}