@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/background4.png) 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;
}

/*================================= new ================================*/
/*Don't forget to add Font Awesome CSS : "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"*/
input[type="text"],input[type="password"] {
  width: 80%;
  height:50px;
  border: 1px solid #aaa;
  border-radius: 28px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:18px;
}

input[type="text"]:focus,input[type="password"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon input[type="text"] ,.inputWithIcon input[type="password"]{
  padding-left: 12%;
}

.inputWithIcon {
  position: relative;
  border:0px solid red;
  text-align:center;
}

.inputWithIcon i {
  position: absolute;
  left: 0;
  top: 35%;
  margin-left:15%;
  /*padding: 9px 15%;*/
  color: #aaa;
  transition: 0.3s;
}

.inputWithIcon input[type="text"]:focus + i,.inputWithIcon input[type="password"]:focus + i {
  color: dodgerBlue;
}

.inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus + i,.inputWithIcon.inputIconBg input[type="password"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
}


@media only screen and (max-width: 600px) {
div.exactCenter{border:1px solid #CCCCCC !important;}
	/*div.exactCenter{border:1px solid red !important;width:70%;margin:0 auto;}*/
	div.inputWithIcon:nth-child(1) {
		margin-top:4%;
	}
	div.inputWithIcon:nth-child(2) {
		margin-top:2%;
	}
	div.inputWithIcon:nth-child(3)  {
		margin-top:3%;
	}
	div.inputWithIcon:nth-child(4)  {
		margin-top:35%;
	}
	.inputWithIcon input[type="text"], .inputWithIcon input[type="password"] {
		padding-left: 14%;
	}
}
@media only screen and (min-width: 600px) {
div.exactCenter{border:1px solid #CCCCCC !important;}
	/*div.exactCenter{border:0px solid blue !important;}*/
	/*div.exactCenter{
	border:2px solid blue !important;
	 width:34%;
      top: 50%;
      left: 50%;
	  margin-left:-16%;
	  margin-top:-4%;
	  min-height:31%;
	}*/
}
@media only screen and (min-width: 768px) {
	/*div.exactCenter{border:0px solid yellow !important;}*/
	div.exactCenter{border:1px solid #CCCCCC !important;}
}
@media only screen and (min-width: 992px) {
	/*div.exactCenter{border:0px solid green !important;}*/
	div.exactCenter{border:1px solid #CCCCCC !important;}
}
@media only screen and (min-width: 1024px) {
	/*div.exactCenter{border:0px solid violet !important;}*/
	/*div.exactCenter{border:1px solid #CCCCCC !important;}*/
	/*div.exactCenter{
	border:2px solid violet !important;
	 width:19.5%;
      top: 50%;
      left: 50%;
	  margin-left:-9%;
	  margin-top:-4%;
	  min-height:31%;
	}*/
	div.inputWithIcon:nth-child(1) {
		margin-top:4%;
	}
	div.inputWithIcon:nth-child(2) {
		margin-top:2%;
	}
	div.inputWithIcon:nth-child(3)  {
		margin-top:3%;
	}
	div.inputWithIcon:nth-child(4)  {
		margin-top:25%;
	}
	.inputWithIcon input[type="text"], .inputWithIcon input[type="password"] {
		padding-left: 14%;
	}
}
@media only screen and (min-width: 1600px) {
	/*div.exactCenter{border:0px solid orange !important;}*/
	div.exactCenter{border:1px solid #CCCCCC !important;}
	/*div.exactCenter{
	border:2px solid orange !important;
	 width:20%;
      top: 50%;
      left: 50%;
	  margin-left:-9%;
	  margin-top:-4%;
	  min-height:31%;
	}*/
	div.inputWithIcon:nth-child(1) {
		margin-top:4%;
	}
	div.inputWithIcon:nth-child(2) {
		margin-top:2%;
	}
	div.inputWithIcon:nth-child(3)  {
		margin-top:3%;
	}
	div.inputWithIcon:nth-child(4)  {
		margin-top:25%;
	}
}
@media only screen and (min-width: 1800px) {


	div.exactCenter{border:1px solid #CCCCCC !important;}
	 

	div.inputWithIcon:nth-child(1) {
		margin-top:5%;
	}
	div.inputWithIcon:nth-child(2) {
		margin-top:2%;
	}
	div.inputWithIcon:nth-child(3)  {
		margin-top:3%;
	}
	div.inputWithIcon:nth-child(4)  {
		margin-top:26%;
	}
}


