/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

body {
	margin:0;
	padding:0;
	background-color:white;
}
.header {
	margin-top:4%;
	text-align:center;
	width:45%;
	margin-left:27%;
}
.header h1 {
	color:#01567b;
	line-height:25px;
	font-family: 'Play', sans-serif;
	text-transform:uppercase;
	font-size:35px;
}
.content {
	width: 45%;
	margin-top:3%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.content1 {
	background-color:#8bdafb;
	height:85px;
	position:relative;
	padding:5px;
}
.content1 h1 {
	font-family: 'Play', sans-serif;
	font-size:35px;
	color:#01567b;
} 
.content2 {
	background-color:#01567b;
}
input[type="text"] {
	padding: 10px 35px 10px 10px;
	width:66%;
	background-color:#01567b;
	border:1px solid white;
	color:white;
	margin-top:40px; 
	text-align:left;
	outline:none;
	font-family: 'Poiret One', cursive;
	font-size:25px;
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 389px 10px;
}
.content1:after {
	content: '';
	position:absolute;
	bottom:84%;
	top:100%;
	left:49%;
	border-left:10px solid #01567b;
	border-right:10px solid #01567b;
	border-bottom:14px solid #8bdafb;
	transform:rotate(-180deg);
}
input[type="password"] {
	padding: 10px 35px 10px 10px;
	width:66%;
	background-color:#01567b;
	border:1px solid white;
	color:white;
	margin-top:40px;
	text-align:left;
	outline:none;
	font-size:25px;
	font-family: 'Poiret One', cursive;
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 389px 10px;
}
input[type="submit"] {
	padding:10px;
	background-color:#8bdafb;
	width:50%;
	border:none;
	cursor:pointer;
	color:white;
	font-family: 'Poiret One', cursive;
	font-size:25px;
	margin-top:40px;
	margin-bottom:40px;
	text-transform:uppercase;
}
input[type="submit"]:hover {
	background-color:#2c3e50;
	color:white;
	transition: all 0.5s ease-in-out;
}
a,a:active {
	color:#01567b;
	text-decoration:none;
}
a:hover {
	color:black;
	transition: all 0.5s ease-in-out;
}
.footer {
	margin-top:2%;
	text-align:center;
}
.footer p {
	font-family: 'Play', sans-serif;
	line-height:25px;
	font-size:15px;
	color:#01567b;
}


/*-- responsive-mediaquries --*/
@media(max-width:1920px){
	.header {
	margin-left:28%;
}
	.content {
	margin-top:4%;
}
	input[type="text"] {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 580px 10px;
}
	input[type="password"] {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 580px 10px;
}
}

@media(max-width:1680px){
	.header {
    margin-top: 7%;
}
	.content {
	margin-top:4%;
}
	.content1 {
	height:95px;
}
	.content2 {
	padding:20px;
}
	input[type="text"] {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 485px 10px;
}
	input[type="password"] {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 485px 10px;
}
	.footer {
	margin-top:7%;
}
}

@media(max-width:1600px){
	.header {
	margin-left:27%;
}
	input[type="text"] {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 460px 10px;
}
	input[type="password"] {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 460px 10px;
}
}

@media(max-width:1440px){
	input[type="text"] {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 414px 10px;
}
	input[type="password"] {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 414px 10px;
}
}

@media(max-width:1366px){
	.header {
	margin-top:4%;
}
	.content {
	margin-top:3%;
}
	input[type="text"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 389px 10px;
}
	input[type="password"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 389px 10px;
}
	.footer {
	margin-top:2%;
}
}

@media(max-width:1280px){
	input[type="text"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 364px 10px;
}
	input[type="password"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 364px 10px;
}
}

@media(max-width:1080px){
	.header {
	width:55%;
	margin-left:23%;
}
	.content {
	width:55%;
}
	input[type="text"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 377px 10px;
}
	input[type="password"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 377px 10px;
}
}

@media(max-width:1050px){
	.header {
	margin-left:22%;	
}
	input[type="text"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 365px 10px;
}
	input[type="password"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 365px 10px;
}
}

@media(max-width:1024px){
	.header {
	width:60%;
	margin-left:20%;
}
	.content {
	width:60%;
}
	.content1{
	height:80px;
}
	input[type="text"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 385px 10px;
}
	input[type="password"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 385px 10px;
}
}

@media(max-width:991px){
	input[type="text"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 377px 10px;
}
	input[type="password"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 377px 10px;
}
}

@media(max-width:800px){
	.header {
	margin-left:18%;
	width:65%;
}
	.content {
    width: 65%;
}
	input[type="text"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 330px 10px;
}
	input[type="password"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 330px 10px;
}
}

@media(max-width:768px){
	input[type="text"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 340px 10px;
}
	input[type="password"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 340px 10px;
}
	.header {
	margin-top:17%;
	width:70%;
	margin-left:15%;
}
	.content {
	margin-top:7%;
	width:70%;
}
	.footer {
	margin-top:8%;
}
}

@media(max-width:736px){
	.header {
	width:80%;
	margin-left:10%;
    margin-top:4%;	
}
	.content {
	width:80%;
	margin-top:1%;
}
	input[type="text"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 365px 10px;
}
	input[type="password"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 365px 10px;
}
	.footer {
	margin-top:4%;
}
}

@media(max-width:667px){
	.header {
	width:80%;
	margin-left:10%;
}
	.content {
	width:80%;
}
	.content1 {
	height:70px;
}
	.content1 h1 {
	margin-top:3%;
}
	input[type="text"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 330px 10px;
}
	input[type="password"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 330px 10px;
}
}

@media(max-width:640px){
	.header {
	width:72%;
	margin-top:4%;
	margin-left:14%;
}
	.header h1 {
	font-size:33px;
}
	.content {
    width: 72%;
	margin-top:3%;
}
	input[type="text"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 306px 10px;
	width:70%;
}
	input[type="password"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 306px 10px;
    width:70%;
}
}

@media(max-width:600px){
	.header {
	width:85%;
	margin-top:4%;
	margin-left:7%;
}
	input[type="text"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 330px 10px;
}
	input[type="password"] {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 330px 10px;
}
	.content {
    width: 85%;
	margin-top:3%;
}
}

@media(max-width:568px){
	.header {
	width:90%;
}
	.content {
	width:90%;
}
	.content1 {
	height:65px;
}	
	.content h1 {
	margin-top:3%;
	font-size:33px;
}
	input[type="text"] {
    width:72%;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 340px 10px;
}
	input[type="password"] {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 340px 10px;
    width:72%;
}
}

@media(max-width:480px){
	.header {
    width: 85%;
    margin-top: 1%;
    margin-left: 8%;
}
	.header h1 {
    font-size: 30px;
}
	.content {
	width:85%;
}
	input[type="text"] {
	width:72%;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 282px 10px;
}
	input[type="password"] {
	width:72%;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 282px 10px;
}
}

@media(max-width:414px){
	.header {
	width:90%;
	margin-top:11%;
}
	.content {
	width:90%;
	margin-top:10%;
}
	.content1 {
	height:60px;
}
	.content1 h1 {
	font-size:30px;	
}
	input[type="text"] {
	width:75%;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 254px 10px;
	font-size:20px;
}
	input[type="password"] {
	width:75%;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 254px 10px;
	font-size:20px;
}
	input[type="submit"] {
	font-size:20px;
}
	.footer {
	margin-top:10%;
}
}

@media(max-width:384px){
	.header {
	width:90%;
	margin-left:5%;
	margin-top:7%;
}
	.header h1 {
	font-size:26px;
}
	.content {
	margin-top:6%;
	width:90%;
}
	.content1 {
	height:55px;
}
	.content1 h1 {
	font-size:28px;
}
	input[type="text"] {
    width: 75%;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 239px 10px;
    font-size:20px;
}
	input[type="password"] {
    width: 75%;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 239px 10px;
	font-size:20px;
}
	.footer {
	margin-top:6%;
}
	.footer p {
	font-size:15px;
}
}

@media(max-width:375px){
	.header {
	margin-top:9%;
}
	.header h1 {
    font-size: 27px;
}
	.content1 {
	height:55px;
}
	.content1 h1 {
	font-size:28px;
}
	input[type="text"] {
    width: 75%;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 235px 10px;
	font-size:20px;
}
	input[type="password"] {
    width: 75%;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 235px 10px;
    font-size: 20px;
}
input[type="submit"] {
	font-size:20px;
}
}

@media(max-width:320px){
	.header {
	margin-top:5%;
}
	.header h1 {
	font-size:23px;	
}
	.content1 {
	height:55px;
	padding:1px;
}
	.content1 h1 {
	margin-top:5%;
	font-size:24px;
}
	.content2 {
	padding:1px;
}
	input[type="text"] {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/person.png') no-repeat 230px 7px;
    font-size: 16px;
}
	input[type="password"] {
    font-size: 16px;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601115/html/images/lock.png') no-repeat 230px 7px;
}
	input[type="submit"] {
	font-size:18px;
}
	.footer {
	margin-top:7%;
}
	.footer p {
	font-size:14px;
	line-height:20px;
}
}