/* Change background image and font family */

body {

  background-color:#137d8b;

  font-family: 'Montserrat', sans-serif;

  font-weight: 600;

  font-size: 14px;

}

 

/* Change Width and Height of Logo Image + Add Custom Image File */

.login h1 a {

  background-image: url(logo.png)  !important;

  width: 504px;

  height: 210px;

  background-size: 504px 210px;

  background-position: center;

  text-align: center;

  margin-bottom: 100px;

}

 

/* Add a few changes to the color and style of form itself */

.login label {

  color: #454545;

  display: block;

  margin-bottom: 1em;

  font-weight: bold;

}

 

.login form .input {

  font-weight: normal;

}

 

.login #backtoblog a, .login #nav a {

  color: #fff;

}

 

.wp-core-ui .button-primary {

  background: #137d8b;

}



#login{

  margin-top:0 !important;

  width:670px;

  margin:0 auto;

}



#login form{

  width:320px;

  margin:25px auto; 

}



#nav, #backtoblog{

  text-align: center;

}



p#backtoblog, #nav{

  display: none;

}



#registerform{

  width:600px !important;

}



.links-login{

  background-color:#fff;

  width:320px;

  margin:0 auto;

  padding: 10px 24px;

  border: 1px solid #c3c4c7;

    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);



}



.links-login a{

text-decoration: none;

color:#454545;

}



.links-login a:hover{

  color:#137d8b;

}

.contact-login{

  text-align: center;

  margin:20px auto;

  font-size: 12px;

  font-weight: 500;



}

.contact-login a{

  color:#fff;

  text-decoration: none;

}

.contact-login a:hover{

  opacity:0.8;

}





.acf-label label{

  font-weight: bold !important;

}