﻿/******************************************************************
Site Name:
Author:

Stylesheet: Login Stylesheet

For more info, check out the codex:
http://codex.wordpress.org/Creating_Admin_Themes

******************************************************************/
/* the form box */
.login h1 a {
 /* background: url(http://slydeways.com/wp-content/themes/slydeways/library/img/logo-login.png) no-repeat top center;
*/  /* make sure to replace this! */
  width: 326px;
  height: 67px;
  padding-bottom: 15px;
  display: block; }

form {
  margin-left: 8px;
  padding: 26px 24px 46px;
  font-weight: normal;
  background: white;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  box-shadow: none; }

body form .input {
  font-family: 'Open Sans', sans-serif, Arial;
  font-weight: 200;
  font-size: 24px;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #E5E5E5;
  background: #FBFBFB;
  outline: none;
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2); }

