#user-index.dark {
    /* background:#E0EDFB; */
	background:#fff;
}
#user-index {
    margin-top: 120px;
}
@font-face {
  font-family: 'Roboto';   /*字体名称*/
  src: url('//s.trackingmore.com/en/Roboto-Light.ttf');       /*字体源文件*/
		/*字体源文件*/
}
body {
    color: #333;
    font-family: "Roboto", Helvetica, Arial, sans-serif; 
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.container:after {
    clear: both;
}
.container:before, .container:after {
    content: "";
    display: table;
    line-height: 0;
}
.container {
	border-radius: 12px;
    box-shadow: 2px 2px 7px #909fa7;
    margin-left: auto;
    margin-right: auto;
    max-width: 615px;
}
 

.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.row:after {
    clear: both;
}


.main-content.dark {
    background-color: #fff;
    border: 1px solid #DDD;
}
.main-content {
    border-radius: 10px;
    padding: 50px 50px 0;
}

.span4 {
    text-align: center;
    width: 100%;
}
.span4 a{
	margin: 0 20px;
}
.span5{
    text-align: center;
    width: 100%;
}

.highlight {
    color: #f39c12;
}
h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
}
h2 {
    font-weight: 400;
    line-height: 40px;
}
h1 {
    line-height: 40px;
}
form {
    margin: 0 0 20px;
}

.form-horizontal .control-group:after {
    clear: both;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    content: "";
    display: table;
    line-height: 0;
}
.form-horizontal .control-group {
    margin-bottom: 20px;
}

textarea, input[type="text"], input[type="password"], input[type="email"],  input[type="search"], input[type="color"], .uneditable-input {
    border-color: #bdc3c7;
    border-width: 2px;
    /*box-shadow: none;*/
    box-sizing: content-box !important;
    color: #000;
    font-family: "Roboto", Helvetica, Arial, sans-serif; 
    font-size: 16px;
    transition: color 0.2s linear 0s, border 0.2s linear 0s;
	background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input.span4, textarea.span4, .uneditable-input.span4 {
    width: 95%;
}
input[class*="span"] {
    float: none;
    margin-left: 0;
}

select, textarea, input[type="text"], input[type="password"],  input[type="email"], input[type="url"], input[type="search"], .uneditable-input {
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}
.text-large {
    height: 34px !important;
	text-align: left;
}
.icon-envelope-alt:before {
    content:"\f003";
}
.icon-large:before {
    font-size: 1.33333em;
    vertical-align: -10%;
}
.btn.btn-action {
    background-color: #f39c12;
    border: medium none;
    color: #fff;
	border-radius: 4px;
	font-weight: 300 !important;
    padding:  11px 0 ;
    text-shadow: none;
	 font-size: 17.5px;
}
.btn-block {
    box-sizing: border-box;
	cursor: pointer;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 20%;
    margin: 0 40% 0 40%;
}

a {
    color: #08c;
    text-decoration: none;
	font-size: 14px;
    line-height: 20px;
}
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert .close {
    line-height: 20px;
    position: relative;
    right: -21px;
    top: -2px;
}
button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
input[disabled]{
    background-color: #eee;
	cursor: not-allowed;
}

.logo {
    display: inline;
}
.logo img {
    border: 2px solid #ccc;
    cursor: pointer;
}
.text_or {
    bottom: 42px;
    display: inline;
    padding: 0 18%;
    position: relative;
}
.text {
    margin-bottom: 20px;
    padding: 0 0 0 9%;
}
.text-left,.text-right {
    float: left;
}
.text-left {
    width: 53%;
}
.text-left .other-a {
    width: 145%;
}
.text-right {
    padding: 0 0 0 11%;
}
.text-left div {
    text-align: left;
}
.color-fe9109 {
    color: #fe9109;
}

.tm-reg-select{width: 100%;float: left;margin-bottom: 24px}
.tm-reg-select>div{float: left;}
.tm-reg-select>.tm-reg-list{width: 48%;}
.tm-reg-select>.tm-reg-list>div{border: 2px solid #eee;padding: 12px;min-height: 200px;border-radius: 10px;cursor: pointer}
.tm-reg-select>.tm-reg-list>div:hover{border-color: #ff7525;color: #ff7525 }
.tm-reg-select>.tm-reg-center{width: 4%;}
.main-content{padding: 40px 25px 15px 25px}

@media screen and (max-width: 600px) {
    .tm-reg-select>.tm-reg-list{  width: 100%;  }
    .tm-reg-select>.tm-reg-list:last-child{ margin-top: 24px}
    .tm-reg-select>.tm-reg-center{display: none}
}
