﻿@media (min-width: 1200px) {
.container {
                width: 1030px;
            }
        }
        @media (min-width: 992px) {
            .container {
                width: 1030px;
            }
        }

#Regist { margin-top: 25px;margin-bottom: 100px;   box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);border: 1px solid #dddddd;height: auto;background: white;}
#Regist .form-group{ margin-bottom: 20px;}
.caption {
	border-bottom: 1px solid #E5E5E5;
	width: 527px;
    height: 43px;
	margin-top: 25px;
	margin-bottom: 0px;
    margin-left: 10px;
}
@media (max-width: 768px) {
    .caption {
        border-bottom: 1px solid #E5E5E5;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #frmRegist {
        margin-top: 5px;
    }
}
.caption div {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	width: 121px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
}
.login-btn{background-color: #EE4900;color: #FFF;}
.span-color{color:green;}
.tishi-div{margin-top: -10px;margin-bottom: -10px;}