/* 
blue #212f56
gold #dab072
*/
/* Change background color and font family */
body {
  background: #212f56;
  font-family: open-sans,sans-serif;
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(/wp-content/themes/divi-child/login/rib_logo.png) !important;
  width: 150px;
  height: 150px;
  background-size: 150px;
}
 
/* Add a few changes to the color and style of form itself */
.login label {
  color: #454545;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: bold;
}

.login form .input {
  font-weight: 300;
}
 
.login #backtoblog a, .login #nav a, .back-to-rib a, .privacy-policy-page-link a  {
  color: #dab072;
}
.login #backtoblog a:hover, .login #nav a:hover, .back-to-rib a:hover, .privacy-policy-page-link a:hover {
  color: #e7e7e7;
}

.back-to-rib {
	width: 320px;
    margin: auto;
}
.back-to-rib a {
    padding: 0 24px 0;
	text-decoration:none;
}

.wp-core-ui .button-primary {
    height: 40px;
    padding: 0px 20px!important;
    border: 2px solid #212f56!important;
    background: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    color: #212f56!important;
    cursor: pointer;
	line-height: 40px!important;
}
.wp-core-ui .button-primary:hover {
    background: #212f56!important;
    color: #fff!important;
}