﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color:#000;
    line-height: 30px;
    text-align: center;
	background-color:#000;
}
strong { font-weight: 500; }
a, a:hover, a:focus {
	color: #de615e;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}
h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}
::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
::selection { background: #19b9e7; color: #fff; text-shadow: none; }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border:0;
	-webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
}
.pass-form{
	width:450px;
	height:400px;
	margin-top:100px;
     margin-left:-50px;
}
.form-bot {
	padding: 25px 25px 30px 25px;
	background: #fff;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
/*	border:1px solid #222222;*/
}
form .form-bot .input-error {
	/*border-color:#5bd3dd;*//*第一种*/
    border-color:#77b3d4;
}
a:hover img{
		opacity:0.8;
	}	
.cent{
	text-align:center;}
input[type="text"], 
input[type="password"], 
input[type="email"], 
textarea, 
textarea.form-control {
	height: 40px;
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
    background: #f8f8f8;
   /* border: 1px solid #cccccc;*//*第一种*/
   border: 1px solid #77b3d4;/*第二种*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    color:#888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
input[type="text"]:focus, 
input[type="password"]:focus,
input[type="email"]:focus,  
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder,input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder，input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }
