body {
  font-family: 'proxima-nova'; }

.login {
  background: #fff;
  font-size: 18px; }
  .login *, .login *::before, .login *::after {
    box-sizing: border-box; }
  .login form {
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.18);
    padding: 2em; }
    .login form label {
      font-size: 18px;
      line-height: 3rem; }
    .login form input:focus {
      border-color: #ccc;
      box-shadow: 0 0 0 #fff; }
    .login form .input, .login form input[type=text] {
      background: #fff;
      border: 2px solid #ccc;
      font-size: 1.2em;
      padding: .5em 1.5em; }
      .login form .input:focus, .login form input[type=text]:focus {
        outline: 0 none; }
    .login form input[type=checkbox]:checked:before {
      color: #508bc1; }
    .login form .forgetmenot label {
      font-size: .8em;
      line-height: 1.5;
      position: relative;
      top: 9px; }
  .login.wp-core-ui .button-primary {
    background-color: #508bc1;
    border-color: #508bc1;
    text-shadow: 0 0 0;
    height: auto;
    line-height: 1;
    font-size: 1.2em;
    padding: .5em 1em; }
  .login #login {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 640px; }
    .login #login h1 a {
      background: none;
      width: 100%;
      height: auto;
      padding-bottom: 120px;
      text-indent: 0;
      position: relative; }
      .login #login h1 a .obj-svg-holder svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .login #backtoblog a:hover,
  .login #nav a:hover {
    color: #d31111; }

a:focus {
  outline: 0 none;
  box-shadow: 0 0 0; }

body #wpwrap .link-web3 {
  position: relative;
  padding-bottom: 20px;
  display: block;
  width: 300px; }
  body #wpwrap .link-web3 svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

/*# sourceMappingURL=style.css.map */
