/*!
Theme Name: Buro26
Theme URI: https://www.buro26.nl
Author: Buro26
Author URI:
Description: WordPress template by Buro26
Version: 1.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: buro26

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

body{
  position: fixed;
  width: 100%;
}

.screen-reader-text{
  display: none;
}

.login {
  background-color: #f3f5fa;
  overflow-x: hidden;
}
#login-message {
  margin-inline: 15px;
}
#login {
  width: 500px;
  max-width: 100%;
  padding-top: 0;
  font-family: Inter;
}
.login h1 {
  margin-bottom: 40px;
  position: relative;
  background-color: #eef826;
}
.login h1:before {
  width: 50vw;
  left: -50vw;
}
.login h1:after {
  width: 50vw;
  left: 100%;
}
.login h1:before,
.login h1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #eef826;
  z-index: 1;
}
.login h1 a {
  padding-bottom: 0;
  background-position: center center;
  background-size: 100% auto !important;
  background-position: center center !important;
}

@media screen and (max-width: 576px){
	.login h1 a{
		width: 230px !important;
	}
}
#login #login_error{
	margin-inline: 15px;
}
#loginform,
#lostpasswordform {
  background: #e3e7f2;
  border: 0;
  border-radius: 8px;
  max-width: 100%;
  margin-inline: 15px;
}
#loginform label,
#lostpasswordform label {
  color: #001833;
}
#loginform input,
#lostpasswordform input {
  font-size: 16px;
  line-height: 24px;
  border-color: #cdcfd1;
  padding: 15px 20px;
  border-radius: 8px;
  transition: 0.3s;
}
.login input:focus {
  border-color: #0278ff;
}
input[type="checkbox"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="radio"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
  border-color: #0278ff;
  box-shadow: none;
  outline: none;
}
.login input::placeholder {
  color: #001935;
}
.login .language-switcher {
  display: none;
}
.login p#nav {
  color: #f3f5fa;
}

.login p#nav a,
.login p#backtoblog a {
  color: #0278ff;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 1px;
}
.login p#nav a:hover,
.login p#backtoblog a:hover {
  border-bottom: 2px solid #0278ff;
  color: #0278ff;
}
#loginform .button-primary,
#lostpasswordform .button-primary {
  padding: 13px 25px;
  background-color: #0278ff;
  font-family: "Inter";
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
  border-color: transparent;
}
.login .button-primary:hover {
  color: #fff;
  background: #003e85;
}
