* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
	--primary-color: #DF1515;
	font-family: system-ui, -apple-system, sans-serif;
    display: flex;
    height: 100%;
    background-color: #F9FAFB;
/*     background-color: #111111; */
/*     background-image: linear-gradient(133deg, #f11823 0%, #f118232e 100%); */
    position: relative;
    overflow: clip;
	padding: 20px;
	background-image: radial-gradient(circle at 00% -300%, transparent 85%, #EAEBEC 0%);
	background-attachment: fixed;
}
body:before {
    content: '';
    position: absolute;
    background: #ffffff0a;
    z-index: -1;
    border-radius: 50%;
    width: 200%;
    height: auto;
    aspect-ratio: 22/10;
    transform: translate(-50%, -50%);
    border: 1px solid #ffffff17;
	display: none;
}
.wp-hide-pw {
    height: 100% !important;
}
.dashicons.dashicons-visibility{
	color: #cccccc;
}
.dashicons.dashicons-hidden{
	color: #000;
}
#login {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.7rem 1.8rem 1.9rem;
    background: #ffffff;
    border-radius: 0;
    border: 1px solid;
    width: 400px;
    max-width: 100%;
    border: 1px solid #EAEBEC;
    border-radius: 4px;
}
#login h1{
	height: 75px !important;
}
#login .wp-login-logo {
  margin: 0 0 5rem;
  text-align: center;
}

#login .wp-login-logo:after{
	content: 'Log in to access your dashboard, submit new asset requests, and keep track of everything in one place.';
    font-size: 12px;
    line-height: 1.5 !important;
    position: absolute;
    top: calc(100%);
    margin: 20px auto 0;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    font-weight: 500;
}
#login .wp-login-logo a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background-color: var(--primary-color);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4L22 16H18V22H10V16H6L14 4Z' fill='white'/%3E%3Crect x='10' y='24' width='8' height='2' rx='1' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  text-indent: -9999px;
  overflow: hidden;
}
#lostpasswordform,
#loginform {
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 100%;
	box-shadow: none;
}
#lostpasswordform p,
#loginform p {
  margin: 0 0 1.1rem;
}
#lostpasswordform label,
#loginform label {
  /* font-size: 13px; */
  font-weight: 400;
  color: #444444;
  margin-bottom: 6px;
}
#lostpasswordform .input,
#loginform .input {
  width: 100%;
  height: 44px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 15px;
  color: #1a1a1a;
  background: #ffffff;
  outline: none;
  display: block;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
#lostpasswordform .input:focus,
#loginform .input:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}

.user-pass-wrap {
  margin-bottom: 1.1rem;
}
#lostpasswordform label:before,
.user-pass-wrap > label,
#loginform label:before{
	font-size: 15px;
	display: block;
	font-weight: 500;
	color: #444444;
	margin-bottom: 4px !important;
}

.wp-pwd {
  position: relative;
}

.wp-pwd .input {
  padding-right: 46px;
}

#caps-warning {
  display: none;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 12px;
  color: #c07000;
  background: var(--primary-color);
  border-radius: 6px;
  padding: 5px 10px;
}

#caps-warning .caps-icon svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.forgetmenot {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.25rem !important;
}

.forgetmenot input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--primary-color);
  cursor: pointer;
  margin: 0;
}

.forgetmenot label {
  font-size: 13px;
  color: #555555;
  cursor: pointer;
  margin: 0 !important;
}

.submit {
  margin: 0 !important;
}
#nav {
    margin-top: 30px !important;
}
#wp-submit {
  width: 100%;
  height: 46px;
  background-color: var(--primary-color);
  color: #ffffff;
  border: none;
  border-radius: 3px !important;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: background 0.3s, transform 0.1s;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17L15 12L10 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 12H15' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-position: calc(50% + 50px) center;
	background-size: 25px;
	background-repeat: no-repeat;
}
#lostpasswordform #wp-submit{
	background-position: calc(50% + 90px) center;
}
#wp-submit:hover {
  background-color: color-mix(in srgb, var(--primary-color) 90%, #111111);
}

#wp-submit:active {
  transform: scale(0.99);
}

#nav,
#backtoblog {
  margin-top: 0.85rem;
  text-align: center;
  max-width: 380px;
  width: 100%;
  display: block !important;
}
.login #backtoblog{
	display: none !important;
}
#nav a,
#backtoblog a {
  font-size: 13px;
  color: #888888;
  text-decoration: none;
  transition: color 0.15s;
}

#nav a:hover,
#backtoblog a:hover {
  color: var(--primary-color) !important;
}

.login #nav:before {
    content: 'or Register Now';
    display: flex;
    margin: 0px auto 30px;
    background-color: #e1e1e1;
    border-radius: 4px;
    padding: 4px 7px;
    line-height: 1;
    font-size: 12px;
    justify-content: center;
    max-width: max-content;
}

.login #nav:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e1e1e1;
    top: 10px;
    z-index: -1;
    border-radius: 4px;
}

.login #nav {
    position: relative;
    z-index: 0;
}

.login #nav a.wp-login-register {
    color: var(--primary-color);
}

.login .message, .login .notice{
	background-color: #3858e910;
}