*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
body{
    background-color: #f3f3f5;

}
.login-container{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/flower.png")  center bottom no-repeat;
}
.login-panel {
    width: 400px;
    height: 400px;
    border-radius: 4px;
    background-color: white;
    margin-left:auto;
    margin-right:auto;
    margin-top: 100px;
    opacity: 0.8;
    box-shadow: 7px 7px 9px rgba(0,0,0,0.2);
}
.login-header {
    height: 63px;
    line-height: 32.5px;
    background-color:#212121;
    padding: 1px;
    text-align: center;
    color:#b2b2b2 ;
}
.text-small{
    font-size: 12px;
}

#submit_button{
    background-color: #c4d703;
    border-radius: 20px;
    box-shadow: 0 7px 5px  #d8ef9a;
    color: white;
    font-size: 16px;
    display: inline-block;
    width: 318px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 15px;
}

.login-header span{
    color: #c4d703;
}
.login-header span img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.login-body {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 318px;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
label {
    margin: 0;
    padding-left: 2px;
    color: #737373;
    display: inline-block;
}
.form-control {
    width: 100%;
    height: 29px;
    padding: 0 6px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.login-body input {
    margin-top: 20px;
    width: 298px;
    height: 40px;
    border-radius: 20px;
    padding-left: 20px;
}
input:focus, textarea:focus, keygen:focus, select:focus {
    outline: none;
}
.login-body input:nth-child(1){
    margin-top: 0;
}
.login-body .verify-code-input {
    margin-right: 20px;
    width: 120px;
}
img {
    vertical-align: middle;
    border: 0;
}
a {
    background: 0 0;
    color: #428bca;
    text-decoration: none;
    cursor:pointer;
}
.mt-6 {
    margin-top: -6px;
}
.login-body button {
    width: 100%;
    height: 43px;
    margin-top: 10px;
    letter-spacing: 4px;
}
.u-btn-primary {
    color: #fff;
    background-position: 50% -1px;
    text-shadow: 0 1px 0 rgba(0,0,0,.21);
}
.login-footer {
    padding: 0 50px;
    font-size: 12px;
    text-align: right;
    padding-bottom: 16px;
}
.u-btn-primary{
    background-color: transparent;
    border-color: #359ade;
    vertical-align: middle;
}
.u-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid transparent;
    outline: 0;
    background-image: url(../images/buttons.png);
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}
.login-footer a {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    margin-left: 10px;
}
.login-footer a:hover {
    color: #269ae7;
}
.form-group #verify_code-error{
    top:40px;
}
em.error{
    color: #e81212;
    font-style: normal;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    left: 20px;
}
