/*
	Theme Name: Nihon Kohden University
	Theme URI: https://nkuniversity.org
	Description: A mobile responsive, HTML5 theme custom built for Nihon Kohden University.
	Author: Protos Designs
	Author URI: https://protosdesigns.com

*/

/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
/* The background
 * This can be image or color, note the !important at the end.
 */
body {
	background-color: #efefe9 !important;
}

div#login {
	width: 100% !important;
	max-width: 500px !important;
}

/* Title image (The "WordPress Logo") Must use image as a Background!
 * Remember to update the height and width your image's dimensions
 */
#login h1 a {
	background: url(../images/logo-nkuniversity.svg) no-repeat center center;
	background-size: contain;
	width: 500px;
	height: 100px;
}

/* The Form  ( The login box )
 * Background color, border, shadow, etc..
 */
#login form {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #999, -1px -1px 2px #999 !important;
}

/* The Login Fields
 * Username and Password
 */
#login .input,
#aiowps-captcha-answer {
	background-color: #eee;
}

/* The Labels
 * The text above the fields
 */
#login label {
	color: #666;
display: block;
	font-size: 14px;
}
/*
 * The Submit Button
 */
#login input[type=submit] {
	background-color: #444;
x	border-radius:0px;
x	border-bottom: 4px solid #3AB19F;
	border-bottom: none;
	border-top: 1px none #999;
	border-right: none;
	border-left: none;
	font-size: 18px;
}

#login input[type=submit]:hover {
	background-color: #666666;
}
#login input[type=submit]:active {
	background-color: #333333;
}

#login input[type=text]:focus,#login input[type=search]:focus,#login input[type=radio]:focus,#login input[type=password]:focus,#login input[type=email]:focus,#login select:focus,#login textarea:focus {
	border-color:#FF290B;
	-webkit-box-shadow:0 0 2px rgba(255,41,11,.8);
	box-shadow:0 0 2px rgba(255,41,11,.8)
}

/*
 * Lightbox Login Window
 */
#wp-auth-check-wrap #wp-auth-check {
	width: 580px !important;
}

/*
 * The Back to blog and Forgot Password link
 */
#nav a,
#backtoblog a {
	color: #000 !important;
	display: none;
}

#login .message {
	border-left: 4px solid #CA1A00;
}
