/*--login--*/
.login{
	padding:0.5em 0;
	width: 100%;
    margin: 0em auto ;
}

.key  input[type="text"] ,.key  input[type="password"], .key  input[type="email"] {
    width: 87%;
    padding: 10px 10px;
    font-size: 1.2em;
    border: none;
    border-bottom: none;
    outline: none;
    color: #999;
    float: left;
    background: none;
}
.key i{
	float: left;
    color: #999;
    font-size: 1.2em;
    padding: 13px;
}
.key {
    background: #fff;
    border: 1px solid #999;
    margin-bottom: 2em;
	display: flex;
}
.form h3{
    color: #1565C0;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 1em;
}

.form input[type="submit"] {
    background: #fdb515;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
    border: none;
    font-size: 1em;
    outline: none;
    width: 32%;
    cursor: pointer;
    margin-bottom:30px;
}
.form  input[type="submit"]:hover{
	background:#AF1D0D;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.forg a {
    text-decoration: none;
    color: #AF1D0D;
    font-size:1em;
}
.forg a:hover{
	color:#fdb515;
}
.forg-left{
	float:left;
}
.forg-right{
	float:right;
}


/*--//login--*/