body {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
 


.login h1 a {
  width: 215px;
  height: 35px;
  background-size: 215px 35px;
  background-position: left top;
  margin: 0;
}

p.forgetmenot {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

p.forgetmenot label {
  margin-bottom: 0;
}

form#lostpasswordform .button-primary {
    width: 230px;
    height: 55px;
}

form#lostpasswordform {
  width: 100%;
  padding: 0 60px 30px;
}

body.login.js.login-action-lostpassword.wp-core-ui.locale-en-us div#login h1 {
  order: 0;
}
 
.login form input[type=checkbox] {
 margin-top: 2px;
}

.login label {
  color: #000000;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
 
.login form input[type="text"],
.login form input[type="password"] {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 0.5px #fff;
    border-radius: 15px;
    height: 71px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight:500;
    color: #000000;
}

button.button.button-secondary.wp-hide-pw.hide-if-no-js {
    display: flex;
    align-items: center;
	height: 71px;
}

.login form label {
  font-weight: 300;
}

.login form .user-pass-wrap label,
.login form label[for="user_login"] {
  font-weight: 500;
	font-size: 16px;
}
 
.login #backtoblog a, .login #nav a {
  color: #a9a9a9;
}
 
.wp-core-ui .button-primary {
    background-color: #ff4d09;
    border: none;
    border-radius: 30px;
    font-weight: 700;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    position: relative;
    background-position: right 22px center!important;
    padding: 8px 50px 8px 20px!important;
    text-align: left;
    font-size: 18px;
}

input[type=checkbox], input[type=radio] {
  border: solid 1px #666666;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

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: #666;
  box-shadow: 0 0 0 1px #666;
}

.wp-core-ui .button-primary:hover {
    background-color: #0c80d7;
    background-position: right 15px center!important;
    border: none;
    border-radius: 30px;
  
    font-weight: 700;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    position: relative;
    background-position: right 15px center!important;
    padding: 8px 50px 8px 20px!important;
    text-align: left;
}

.login form {
    border: none;
}




form#loginform,
div#login h1 {
    position: relative;
}

.img-form {
    position: absolute;
    top: 0;
    
}

#login {
  	padding-top: 60px!important;
  	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.img-form img {
    width: 208px;
    padding: 40px 0;
}


.login #backtoblog {
  padding: 0!important
}

.login #backtoblog, .login #nav {
    padding: 0px!important;
}

p#nav,
p#backtoblog {
  display: inline-block;
  margin-bottom: 50px!important;
  margin-top: 50px!important;
  text-align: center;
  color: #a9a9a9;
}

.login form {
  box-shadow: 0 0px 0px rgba(0,0,0,.04);
}

div#login {
  background-color: #fff!important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 20px;
}

div#login {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

div#login h1 {
  order: 1;
}

div#login form#loginform {
  order: 2;
  width: 100%;
}

div#login p#nav {
    order: 4;
}




.login #login_error,
.login .message {
    width: 100%!important;
    margin: 10px 40px!important;
}


@media all and (min-width: 768px) {
  #login {
    max-width: 450px;
  }
  .wp-core-ui .button-primary {
    width: 180px;
    height: 55px;
  }

  form#loginform, div#login h1 {
    padding: 0px 60px 30px;
  }
	
/*	form#loginform {
		margin-top: -10px;
	}*/

  div#login p#backtoblog {
    order: 3;
    margin-left: 60px;
    margin-right: 40px;
  }
	
/* 	body {
		  background-size: 100% 51%;
	} */
}

@media all and (max-width: 767px) {
  #login {
    max-width: 370px;
  }
  /*body {
    background-size: 100% 16%!important;
  }*/

  .wp-core-ui .button-primary{
    width: 140px;
    height: 46px;
  }
   form#loginform, div#login h1 {
    padding: 30px 40px 0px;
  }

  div#login p#backtoblog {
    order: 3;
    margin-left: 40px;
    margin-right: 20px;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
/*     body {
      background-size: 100% 30%;
    } */

    #login {
      max-width: 400px;
    }
}

@media all and (max-width: 1024px) and (min-width: 769px) {
/*   body {
    background-size: 100% 40%;
  } */
}