@CHARSET "UTF-8";

@import url("../common.style.css");

.login{

	overflow: hidden;

	width: 100%;

}

.login .container{

	width: 1100px;

	overflow: hidden;

	margin: 30px auto;

}

.login h2{

	color: #696969;

    font-weight: 600;

    font-size: 1.6em;

    text-transform: uppercase;

    font-family: 'Raleway', sans-serif;

}

.login .log{

	width: 50%;

}

.login .tips{

	padding: 5px 2.5%;

	width: 67%;

	line-height: 25px;

	font-size: 1.2em;

	display: none;

}

.login .tips.ok{

	border: 1px solid #0D987C;

	color: #0D987C;

}

.login .tips.error{

	border: 1px solid #F08300;

	color: #F08300;	

}



.login .log p{

	 color: #999;

    font-size: 1.2em;

    line-height: 2.4em;	

}

.login .login_form{

	margin-top: 20px;

}

.login .login_form label{

	display: block;

    color: #5d5959;

    font-size: 1.3em;

    padding-bottom: 10px;

}

.login .login_form .input{

	width: 70%;

    padding: 6px;

    font-size: 1em;

    font-weight: 400;

    border: 1px solid #D6D6D6;

    outline: none;

    color: #5d5959;

	line-height: 25px;

    margin-bottom: 2em;

	display: block;

}

.login .login_form .submit{

	width: 73%;

    display: block;

    padding: 8px;

    font-size: 1.2em;

    font-weight: 400;

    border: none;

    color: #fff;

    outline: none;

    background: #0DA0D3;

    margin-bottom: 0.5em;

    border: 1px solid #0D86B2;

	cursor: pointer;

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

}

.login .login_form .submit.on{

	background: #0D86B2;

}

.login .login_form a{

	text-decoration: underline;

	font-size: 1.2em;

	color: #616161;

}

.login .login_form a:hover{

	color: #191919;

	text-decoration: none;

}

.login .login-right{

	width: 50%;

}

.login .login-right h3 {

    color: #3d3938;

    font-size: 1.5em;

    padding-bottom: 0.5em;

    font-weight: 600;

    font-family: 'Raleway', sans-serif;

}

.login .login-right p {

    color: #999;

    display: block;

    font-size: 1.2em;

    margin: 0 0 2em 0;

    line-height: 1.7em;

}

.login .login-right .acount-btn {

    font-size: 1em;

    padding: 0.7em 1.2em;

    border: 1px solid #333;

    text-decoration: none;

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

    display: inline-block;

    text-transform: uppercase;

    color: #333;

    border-radius: 5px;

    outline: none;

    background: transparent;

}

.login .login-right .acount-btn.on{

	background: #F08300;

	color: #FFF;

    border: 1px solid #FFF;;

}

