@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body.wp-core-ui {
	background:#fff;
	padding: 0;
	margin: 0;
}

body {
	font: 14px / 1.5em "Roboto", "Helvetica Neue", Arial, sans-serif;
	color: #999;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

#login {
	width: 100%;
	max-width: 320px;
	padding-top: 8%;
}

.login h1 a {
	background-image: url('../img/3nine-logo.png');
	display: block;
	margin: 0 0 1em 0;
	width: inherit;
	height: inherit;
	font-size: 1.2em;
	text-indent: 0;
	text-transform: uppercase;
	color: #222;
	text-decoration: none;
	font-weight: 400;
	line-height: 1.3em;
}

.login h1 a:hover {
	color:#222;
}

#loginform {
	padding-left: 0.9375em;
	padding-right: 0.9375em;
}


.login h1 a {
	background-image: url('../img/3nine-logo.png');
	background-size: inherit;
	background-position: center top;
	background-repeat: no-repeat;
	width: 300px;
    max-width: 300px;
    height: 60px;
	display:block;
	margin:0 auto 2em auto;
	text-indent:-9999px;
}

.inlinesvg h1 a {
	background-image: url('../img/3nine-logo.svg');
}


/*
 * Form
 */

input {
	-webkit-font-smoothing: antialiased;
}

input,
textarea {
	font-family: "Roboto", sans-serif
}

input[type="text"],
input[type="password"] {
	background: transparent;
}

input[type="submit"] {
	font-weight: bold;
}

.login form {
	background: transparent;
	padding: 0;
	margin: 0;
	overflow: inherit;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.login form:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#login form p {
	margin-bottom: 1em;
}

.login label {
	color: #999;
	font-weight: normal;
	font-size: 1em;
	display: block;
	line-height: 1.1em;
}

.login form .input,
.login input[type="text"] {
	background: #fff;
	margin: 0.2em 0 1em 0;
	padding: 8px 1px;
	border: 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	font-size: 2em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.login form .input:focus,
.login input[type="text"]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #222;
}

.login form .forgetmenot {
	float: none;
	margin-bottom: 2em;
}
.login form .forgetmenot label {
	font-size: inherit;
	line-height: 1.1em;
	color: #999;
}

.login form input[type=checkbox]{
	background: #fff;
	border-radius: 1px;
	border: 1px solid #ccc;
	box-shadow: none;
}

.login form input[type=checkbox]:focus{
	border-color: #222;
	box-shadow: none;
}

/*
 * UI
 */

.wp-core-ui .button.button-large,
.wp-core-ui .button-group.button-large .button {
	display: inline-block;
    padding: 1.2em 3em 1.3em 3em;
    background: #FF9D00;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.04em;
    border: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
	float: none;
	margin: 1em 0 2em 0;
	width: 100%;
	text-align: center;
	height: auto;
	outline: none;
	line-height: 100%;
	border: 1px solid transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	text-shadow: none;
}

.wp-core-ui .button.button-large:hover {
	background: #333;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.wp-core-ui .button.button-large:active,
.wp-core-ui .button.button-large:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*
 * Links
 */

.login #nav,
.login #backtoblog {
	padding: 0;
	margin: 0 0 1em 0;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
}

.login #nav a,
.login #backtoblog a {
	color: #999;
}
.login #backtoblog{
	display: none;
}

.login #nav a:hover,
.login #backtoblog a:hover {
	color: #222;
}

div.updated,
.login .message,
#login_error {
	margin: 0 0 20px 0;
	font-size: 1em;
	font-weight: 300;
}
