/******************************************************************

Stylesheet: Login Stylesheet

This stylesheet is loaded is only on the login page. This way you can style
the login page. It won't affect any other page, admin or front-end.

Make sure functions/admin.php is activated in your functions.php file.

This stylesheet is turned off by default.

For more info, check out the codex:
http://codex.wordpress.org/Creating_Admin_Themes

******************************************************************/
.login h1 a {
  background: url(../images/logo-cumiana-gomme-group.svg) no-repeat top center;
  width: 100%;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block;
  background-size: contain;}

  input#wp-submit {
      background: #4760f0;
      border-color: #4760f0 #4760f0 #4760f0;
      box-shadow: 0 1px 0 #4760f0;
      color: #fff;
      text-decoration: none;
      text-shadow: 0 -1px 1px #4760f0, 1px 0 1px #4760f0, 0 1px 1px #4760f0, -1px 0 1px #4760f0;
      transition: ease .5s;
  }
  input#wp-submit:hover {
      background: #8EBF22;
      border-color: #8EBF22;
      color: #fff;
      box-shadow: 0 1px 0 #8EBF22;
      text-shadow: 0 -1px 1px #8EBF22, 1px 0 1px #8EBF22, 0 1px 1px #8EBF22, -1px 0 1px #8EBF22;
  }

  .language-switcher, .privacy-policy-page-link, #backtoblog {
    display: none;
  }