/* NETRO BEJELENTKEZÉS FORMÁZÁSA */

body {
  font-family: "Poppins", sans-serif;
}

.login .button-primary {
  font-size:11pt;  
  color:#fff;    
  text-decoration:none !important;
  background-color:#8DBE22 !important;
  border-radius:4px;
  display:inline-block;
  cursor:pointer;
  text-transform:uppercase !important;   
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  white-space: normal !important; 
  box-shadow:none !important;
  text-shadow:none !important;
  border-color: #8DBE22 !important;
}

.login .button-primary:link {
  font-size:11pt;  
  color:#fff;    
  text-decoration:none !important;
  background-color:#8DBE22;
  border-radius:4px;
  display:inline-block;
  cursor:pointer;
  text-transform:uppercase !important;   
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  white-space: normal !important; 
  box-shadow:none !important;
  text-shadow:none !important;
  border-color: #8DBE22 !important;
}

.login .button-primary:visited {
  font-size:11pt;  
  color:#fff;    
  text-decoration:none !important;
  background-color:#8DBE22;
  border-radius:4px;
  display:inline-block;
  cursor:pointer;
  text-transform:uppercase !important;   
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  white-space: normal !important; 
  box-shadow:none !important;
  text-shadow:none !important;
  border-color: #8DBE22 !important;
}

.login .button-primary:active {
  font-size:11pt;  
  color:#fff;    
  text-decoration:none !important;
  background-color:#8DBE22;
  border-radius:4px;
  display:inline-block;
  cursor:pointer;
  text-transform:uppercase !important;   
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  white-space: normal !important;   
  box-shadow:none !important;
  text-shadow:none !important;
  border-color: #8DBE22 !important;
 }

.login .button-primary:hover {
  background-color:#00A4E4 !important;
  color:#fff;
  box-shadow:none !important;
  text-shadow:none !important;
  border-color: #8DBE22 !important;
 }

.login input[type="text"]:focus{
  border-color:#8DBE22 !important;
  box-shadow: 0 0 2px #8DBE22 !important;
}

.login input[type="password"]:focus{
  border-color:#8DBE22 !important;
  box-shadow: 0 0 2px #8DBE22 !important;
}

input[type="checkbox"]:checked::before {
  color: #8DBE22 !important;
}

.login label {
  font-size: 13px;
}

p#nav a:link { color: #8DBE22 !important; text-decoration:none !important; }
p#nav a:visited { color: #8DBE22 !important; text-decoration:none !important; }
p#nav a:hover { color: #00A4E4 !important; text-decoration:underline !important; }
p#nav a:active { color: #8DBE22 !important; text-decoration:none !important; }


a:link { color: #8DBE22; text-decoration:none !important; }
a:visited { color: #8DBE22; text-decoration:none !important; }
a:hover { color: #00A4E4; text-decoration:underline !important; }
a:active { color: #8DBE22; text-decoration:none !important; }

.privacy-policy-page-link {	display:none !important; }
#backtoblog { display:none !important; }


#login h1 a {
  color: transparent !important;
  display: flex !important;
  background-repeat: no-repeat;
}