body {
    font-size: 14px;
    line-height: 1.4285;
    color: #333333;
/*     background: #e9e9e9 url(../img/main/tiny_grid.png) repeat 0 0; */
    background: #e9e9e9;
}
.wrap {
	padding-top: 50px;
}
.title {
    text-align: center;
    margin-bottom: 50px;
}
.title h1 {
    font-size: 46px;
    font-weight: 700;
}
.title h5 {
    font-weight: bold;
}
.form-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    vertical-align: middle;
}
.form-header {
    padding: 20px 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
}
.form-main {
    background-color: #505050;
    padding: 40px 50px;
}
.form-group {
    margin-bottom: 15px;
}
input[type='text'], input[type='password'] {
    background-color: #404040;
    padding-left: 20px;
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
    color: #ccc;
    height: 43px;
}
.input-group {
	margin-bottom: 10px;
}
.input-group-addon {
	background-color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4285;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.signin {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FF8627;
    color: #fff;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4285;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-footer {
	text-align: center;
    background-color: #404040;
    padding: 20px 50px;
}
.form-footer span {
    color: #999;
    font-size: 10pt;
}


