div#login {
	box-shadow: 0px 0px 0px 0px !important;
	width: calc(100% - 20px);
  max-width: 550px !important;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/wp-content/plugins/eprinsa-ad/css/wp-loading.png') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

p.googleloginform {
    border: 1px solid #c3c4c7;
   /*padding: 79px;*/
    background: white;
}


/* Estilos para el botón de Google */
.spangoogle {
  margin-top: 9px;
}

/* Estilos para el ícono de Google */
.google-button img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 10px;
}

a.button.button-primary.button-large.google-button {
    border-radius: 1px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
    color: RGBA(0, 0, 0, 0.54);
    background: white;
}
