body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html {
    height: 100%;
    overflow-y: scroll;
}
.textfield {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
h1 {
	color: #99CC00;
	margin: 0px 0px 5px;
	padding: 0px 0px 3px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #E6E8ED;
}
a {
	color: #2D3954;
	font-size: 11px;
}
a:hover {
	color: #99CC00;
}
.err {
	color: #FF9900;
}
th {
	font-weight: bold;
	text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
.login-table tr td {
    padding: 5px 0;
    border: none;
}
td{border: none !important;}
.login-table input[type="password"], .login-table input[type="text"] {
    width: calc(100% - 10px) !important;
}
#loginForm table{
    margin:0 auto;
}
form input[type="text"],form input[type="password"] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
form input[type="password"], form input[type="text"] {
    width: 290px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #ccc !important;
    font-size: 15px;
}
input, select, samp {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
nobr {
    white-space: nowrap;
    color: #999;
    font-size: 12px;
}
.input_find_b:active{
	background-position: 0 -52px !important;
}
.input_find_b:hover{
	background-position: 0 -26px !important;
}
.input_find_b{
	border: none;
    background: url(/statics/img/button_sn.png) 0 0 no-repeat;
    width: 144px;
    height: 26px !important;
    color: #fff;
    margin-top: 15px;
}
.input_find_b {
    cursor: pointer;
}
#loginForm{
	margin: 0 auto;
	background: none;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 15px 15px 15px;
}

.landing__wrap {
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;
}
.landing__body__lenta {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background: #fff;
    background: #fff;
    border-radius: 16px;
    color: #fff;
    /* min-height: 510px; */
    left: 50%;
    margin-left: -180px;
    top: 50%;
    margin-top: -135px;
    padding: 10px 0px;
    position: absolute;
    width: 360px;
}
.landing__body__logo {
    text-align: center;
}