/* Estilos pagina de inicio de sesion*/


.login-form {
    width: 100%;
    max-width: 450px;
    background: #FEFEFE;
    -webkit-box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06);
    box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06);
    border-radius: 4px;
    padding: 40px; }
  
  .btn-signin {
    width: 100%; }

.btn-signin{
  height: 40px !important;
  color: #fff !important;
  border: none !important;
  transition: ease 0.2s;
  line-height: 1 !important;
}

#accept_politcs_login,
#accept-rgpd-signup,
#user_publi{
  float: left;
    width: 16px;
    line-height: 1;
    height: 19px;
    margin-right: 8px;
}

#password-discover img, #password-repeat-discover img{
  width: 25px;
}

#password-discover, #password-repeat-discover{
  position: absolute;
  right: 0;
  top: 50%;
  background: none;
}

.common-form input:not([type="submit"]){
  padding: 0 12px;
}

.btn-velfix, #btn-signup{
  height: 40px !important;
  color: #fff !important;
  line-height: 1 !important;
  border: none !important;
}

.registration-form{
  max-width: 600px;
}

.custom-login{
  max-width: 600px;
}
@media (max-width: 767px){
    .login-form {
        padding: 40px 20px; } 
}
