/* Change background color and font family */
body {
    background: #fff;
    font-family: arial,verdana,sans-serif;
    font-size: 1em;
}

.wp-core-ui .button:focus, .wp-core-ui .button-secondary:focus {
    border-color:transparent!important;
    box-shadow: none!important;
}

/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(../images/FR_header.png);
  width: 320px;
  height: 125px;
  background-size: 320px 125px;
}

.login form {
    box-shadow: none;
    border: none;
}

/* Add a few changes to the color and style of form itself */
.login label {
  color: #777;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: normal;
  font-style: italic;
}
 
.login form .input, .login input.password-input {
    padding: 3px 6px;
    font-size: 1em;
    font-family: arial,verdana,sans-serif;
}

.login form .input:focus, input[type="checkbox"]:focus {
    border-color: rgba(242,72,26,.9);
    box-shadow: none!important;
    outline: none!important;
}

.login #backtoblog a, .login #nav a, .dashicons-hidden::before {
  color: #f68060;
}

.dashicons-visibility::before {
    color: #aaa;
}
 
.login #backtoblog a:hover, .login #nav a:hover {
  font-weight: bold;
  color: #f68060;
  transition: all 0.2s ease-in-out;
}

.login #login_error, .login .message {
    border-left: 4px solid #f2481a;
}

.login .privacy-policy-page-link {
    display: none;
}

.login #backtoblog, .login #nav {
    margin: 0;
}
.login #nav {
    float: right;
}

.login #backtoblog {
    float: left;
}

.wp-core-ui .button-primary {
    background: white !important;
    border: 3px solid #eeeeee !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
    color: #999 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: Lato, Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: none !important;
}

.wp-core-ui .button-primary:hover {
    border-color: #f68060 !important;
    color: #f68060 !important;
}
