/* Customize Login Screen */

body {
  color: #333;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  position: relative;
}

.login h1 a {
  color: #FF6060;
  font-size: 30px;
  font-weight: 300;
/*  background-image: url("Jugaad_Logo_267_126.png"); */
background-image: none;
  width: auto;
  height: auto;
  text-indent: 0;
}

body.login .button-primary {
  background-color: #FF6060;
  border-color: #f83e1a;
  text-shadow: 0 -1px 1px #f8320c, 1px 0 1px #f8320c, 0 1px 1px #f8320c,
    -1px 0 1px #f8320c;
  box-shadow: 0 1px 0 #ed2c07;
}

body.login {
  background-color: #faf0ca;
}


.wp-core-ui .button-primary.active,
.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:active {
    background: #FF6060;
}



/*
.wp-core-ui .button-primary {
  background: #faf0ca;
}

*/
