@import url('reset.css');
@font-face {
	font-family: Kanda;
	src: url('Kanda/146118165-PSL154Pro.eot');
	src: url('Kanda/146118165-PSL154Pro.svg');
	src: url('Kanda/146118165-PSL154Pro.ttf');
	src: url('Kanda/146118165-PSL154Pro.woff');
}

/* Color  #FF5B00 */

html  {
	background: url(../images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family: 'Kanda';
	color: #444444;
}

#browser-landing {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

#browser-landing h1 {
	/*font-size: 6em;
	font-weight: 400;
	color: #FF5B00;
	text-shadow: 2px 2px #ffffff;
	margin-top: 5%;*/
	font-size: 6em;
	font-weight: 400;
	color: #0070FF;
	text-shadow: 2px 2px #ffffff;
	margin-top: 5%;
}
#browser-landing h2 {
	/*font-size: 3.5em;*/
	font-size: 3.5em;
	font-weight: 200;
	line-height: .8em;
	text-shadow: 0.5px 0.5px #ffffff;
  color: #FF5B00;/*E9FB00 00FFE4*/
}

#browser-landing h2 > span {
	font-size: 1.5em;
}

.text-sub {
  font-size: 1.5em;
  color: #0e53a7;
}

#browser-landing h4 {
	font-size: 1.5em;
	color: #0070FF;/*#FF5B00*/
	font-weight: 200;
	float: left;
	margin-bottom: 12px;
}

#login-form {
	width: 300px;
	height: 320px;
	background: #ecf0f1;
	padding: 0 30px 0px 30px;
	margin: 90px auto 0 auto;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

#login-form span {
	display: block;
	position: relative;
	top: -75px;
	margin: 0 auto;
	height: 128px;
	width: 100px;
	background: url('../images/mLogo-Court.png');
}

#login-form input[type='text'],  
#login-form input[type='password'] {
	font-family: 'FontAwesome', 'Kanda';
	background: #ffffff;
	margin-bottom: 5px;
	border-radius: 5px;
	font-size: 1.5em;
	color: #444444;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 10px;
	border: 1px solid #DDDDDD;
	
	width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
}

.user:before {
    font-family: 'FontAwesome';
    color:red;
    position: relative;
    left: -5px;
    content: "\f007";
}

.key:before {
    font-family: 'FontAwesome';
    color:red;
    position: relative;
    left: -5px;
    content: "\f084";
}

#login-form input[type='text']:focus,  
#login-form input[type='password']:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
	padding: 10px;
}

#login-form  input[type='checkbox'] {
	float: left;
	width: 13px;
	margin-right: 5px;
	vertical-align: middle;
	*overflow: hidden;
}

#login-form label {
	float: left;
	font-size: 20px;
    cursor: pointer;
}

.checkbox {
	display: inline;
	text-align: left;
}

.btn-login:hover {
	background: #0039FF;/*FF5B00*/
}

.btn-login {
	font-size: 1.4em;
	font-family: 'Kanda';
	margin-top: 15px;
	width: 100px;
	border: none;
	padding: 5px;
	background: #407EFF;/*FF8540*/
	color: #ffffff;
	font-weight: 100;
	margin-bottom: 15px;
	border-radius: 5px;
	transition: all ease-in-out .2s;
	border-bottom: 3px solid #0039FF;/*FF5B00*/
	cursor: pointer;
}

.btn-cancel:hover {
	background: #40A2FF;
}

.btn-cancel {
	font-size: 1.4em;
	font-family: 'Kanda';
	margin-top: 15px;
	width: 100px;
	border: none;
	padding: 5px;
	background: #73CFFF;/*FFA573*/
	color: #ffffff;
	font-weight: 100;
	margin-bottom: 15px;
	border-radius: 5px;
	transition: all ease-in-out .2s;
	border-bottom: 3px solid #40A2FF;/*FF8540*/
	cursor: pointer;
}

.clear {
	clear: both;
}

#login-form form {
	position: relative;
	top: -70px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}

.btn-inline {
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

