 body.login div#login {
  width: 440px !important;
  background: transparent !important;
  margin-bottom: 60px !important;
  align: center;
}
body.login div#login form#loginform p {
  color: #1D2124;
  font-family: "Montserrat", Sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  xline-height: 1.7em !important;
  letter-spacing: 0.2px !important;
  background-color: transparent !important;
}
body {
  background-color: #F3EEE9 !important;
}
#loginform {
  background-color: transparent;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  width: 400px;
}
body.login div#login form#loginform input[type="text"] {
  background-color: transparent;
  color: #1D2124;
  font-size: 15px !important;
}
body.login div#login form#loginform input[type="password"] {
  background-color: transparent;
  color: #1D2124;
  font-size: 15px !important;
}
body.login div#login form#loginform #wp-submit {
  text-align: center;
  width: 180px;
  padding: 10px;
  font-family: "Montserrat", Sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.7em !important;
  border-radius: 25px 25px 25px 25px;
  background-color: #17412F !important;
}
body.login div#login form#loginform #wp-submit a:hover {
  color: #DCB86B !important;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  font-size: 15px !important;
}
@media screen and (max-width: 1000px) {
  body.login div#login {
    width: 340px !important;
  }
  #loginform {
    width: 280px !important;;
  }
}
