﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;}
img{max-width:100%;}
.txt-rt{text-align:right;}
.txt-lt{text-align:left;}
.txt-center{text-align:center;}
.float-rt{float:right;}
.float-lt{float:left;}
.clear{clear:both;}
.pos-relative{position:relative;}
.pos-absolute{position:absolute;}
.vertical-base{vertical-align:baseline;}
.vertical-top{vertical-align:top;}
nav.vertical ul li{	display:block;}
nav.horizontal ul li{display:inline-block;}
body{
    
    width: 100%;height: 100%;
    background-size: cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    font-family: 'Open Sans', sans-serif;
}
.login-form {
    border-radius:10px;
	background: rgba(38,35,35,0.5);
	margin: 7% auto 0 auto;
    position: relative;
	text-align: center;
    width:25%;
}
.login-logo img {
    margin: 1rem 0 0;

}
.login-title{
    color: #fff;
    margin: 1rem 0 0;
}
.login-title .tit{
    font-size: 32px;
    line-height: 48px;
}
.login-title .subtit{
    font-size: 20px;
    line-height: 32px;
}
.login-title .des{
    border-top: 1px solid rgba(255,255,255,.6);
    color: rgba(255,255,255,.6);
    font-size: 16px;
    font-weight: lighter;
    line-height: 28px;
    margin: 0 2rem;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1;
}

input:-ms-input-placeholder{
    color: #fff;opacity:1;
}

input::-webkit-input-placeholder{
    color: #fff;opacity:1;
}
input[type="text"]{
        border-radius: 5px;
    background: rgba(193, 193, 193, 0.5);
    border: none;
    border-bottom: 1px solid #484856;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    margin-top: 2rem;
    outline: none;
    padding: 1rem;
    width: 80%;
}
input[type="password"]{
        border-radius: 5px;
    background: rgba(193, 193, 193, 0.5);
    border: none;
    border-bottom: 1px solid #484856;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 3rem;
    outline: none;
    padding: 1rem;
    width: 80%;
}
input[type="submit"]{
    font-size: 28px;
    color: #fff;
    outline: none;
    border: none;
    background: rgba(30, 199, 166, 0.5);
    width: 80%;
    padding: 3px 0;
}
.login-inputs{
    margin: 0 1rem;
}
.login-tips{
    color: red;
    padding: 1rem;
}
.login-btns{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background:rgba(210, 214, 215, 0.5);
    padding: 1rem 1rem 3.5rem;
}
.login-btns .btn-submit{
    border-radius: 5px;
	color: white;
	cursor: pointer;
}
/*--start-responsive-design--*/
@media (max-width:1440px){
	body {
	  min-height: 811px;
	}
}
@media (max-width:1366px){
	.copy-rights {
	  margin-top: 3em;
	}
	body {
	  min-height: 768px;
	}
}
@media (max-width:1280px){
	body {
	  min-height: 711px;
	}
}
@media (max-width:1024px){
	.login-form {
	  width: 37%;
	}
	body {
	  min-height: 675px;
	}
}
@media (max-width:768px){
	.login-form {
	  width: 50%;
	    margin: 12% auto 0 auto;
	}
	body {
	  /* min-height: 929px; */
	}
}
@media (max-width:640px){
	.login-form {
	  width: 60%;
	  margin: 6% auto 0 auto;
	}
}
@media (max-width:480px){
	.login-form {
	  width: 100%;
      margin: 0 auto 0 auto;
	}
}
@media (max-width:320px){
	input[type="text"] {
	  width: 62%;
	  padding: 1.2em 2em .5em 2.5em;
	  font-size: 17px;
	  margin-top: .5em;
	}
	input[type="password"] {
		width: 62%;
		padding: 1.2em 2em .5em 2.5em;
		font-size: 17px;
		margin-top: .5em;
		margin-bottom: 2em;
	}
	.login-logo img {
	  margin: 1.1em 0 0;
	}
	label.lbl-1 {
	  margin: 8px 10px 0px 0px;
	}
	label.lbl-2 {
	  margin: 8px 10px 0px 0px;
	}
	label.lbl-3 {
	  margin: 8px 10px 0px 0px;
	}
	body {
	    min-height: 504px;
	}
	input[type="submit"] {
	  font-size: 28px;
	  padding: 10px 0;
	}
}