.logindiv,
.logincont,
.firstcont,
table {
    margin: 0px;
    padding: 0px;
}
.logindiv {
    width: 100%;
    height: 100%;
    min-height: inherit;
    position: relative;
    background: #fff;
    margin: 0 auto;
/*    background: url(../images/login-back.png) no-repeat 50% 50%; */
}
.firstcont {
    width: 100%;
    height: 100%;
    min-height: inherit;
    position: relative;
/*
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(189,16,55,0.8)), to(rgba(189,16,55,0.8)), color-stop(20%, rgba(238,48,91,0.75)), color-stop(50%, rgba(238,48,91,0.6)), color-stop(80%, rgba(238,48,91,0.75)));
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,110,153,0.8)), to(rgba(0,110,153,0.8)), color-stop(20%, rgba(0,122,170,0.75)), color-stop(50%, rgba(0,136,204,0.6)), color-stop(80%, rgba(0,122,170,0.75)));
*/

/*
background-image: -webkit-gradient(linear, center top, center bottom, from(#d1ede9), to(#00bfa2), color-stop(3%, #c1e9e3), color-stop(12%, #b1e4dc), color-stop(90%, #59d2bf));
background-image: -webkit-linear-gradient(top, #d1ede9, #c1e9e3 3%, #b1e4dc 12%, #59d2bf 90%, #00bfa2);
background-image: -moz-linear-gradient(top, #d1ede9, #c1e9e3 3%, #b1e4dc 12%, #59d2bf 90%, #00bfa2);
background-image: -o-linear-gradient(top, #d1ede9, #c1e9e3 3%, #b1e4dc 12%, #59d2bf 90%, #00bfa2);
background-image: -ms-linear-gradient(top, #d1ede9, #c1e9e3 3%, #b1e4dc 12%, #59d2bf 90%, #00bfa2);
background-image: linear-gradient(to bottom, #d1ede9, #c1e9e3 3%, #b1e4dc 12%, #59d2bf 90%, #00bfa2);
*/
}
.headlogo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 95px;
    height: 22px;
    background: url(../images/head-logo-white.svg) no-repeat 50% 50%;
}
.navilogo {
    position: absolute;
    bottom: 10px;
    left: 5px;
    width: 42px;
    height: 35px;
}
.ask {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
}
.copyright {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: auto;
    height: 40px;
    vertical-align: bottom;
}
    .copyright div {
	position: relative;
	top: 13px;
	color: #ddd;
	font-size: 14px;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
    }

.logindiv input{
    font-size: 15px;
}
.logincontainer {
    width: 320px;
    height: 320px;
    background: #fff;
/*    border-radius: 30px; */
    position: relative;
    top: 35%;
    margin: 0 auto;
/*
    -webkit-box-shadow: 0 0 100px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 100px rgba(0,0,0,0.4);
    box-shadow: 0 0 100px rgba(0,0,0,0.4); */
}
.logincontainer.errorcloud {
    height: 370px;
}
.titlediv {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 20px;
}
.titlediv img {
    display: block;
    margin: 0 auto;
}

.logintable {
    position: absolute;
    top: 120px;
    border: none;
    text-shadow: none;
    background: none;
    border-spacing: 0px;
    width: 90%;
    left: 3%;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-size: 17px;
    color: #aaa;
}

.logintable input[type="text"],
.logintable input[type="password"]{
    border: none;
    font-size: 17px;
    width: 85%;
    float: left;
}

.logintable input:focus{
	    border: none !important;
	    box-shadow: none !important;
}

.logintable tr {
	text-align: left;
}

.logintable tr td {
    background: none !important;
    padding: 15px 10px 5px 10px;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #d9d9d9;
    cursor: default;
    text-align: right;
}

.logintable tr:last-child td {
    border: none !important;
    text-align: left !important;
    padding: 0px;
}
.logintable tr:last-child td  span {
    display: block;
    margin-top: 3px;
    cursor: pointer;
}    
.logintable tr:nth-child(3) td{
    border: none !important;
    text-align: left !important;
}
/*
.logintable tr {
}
.logintbody{}
.logintbodyrow{}
.logintbodycell{}
.logintbodytext{}
*/
.logininputpwd, .logininputusr{
    width: 95%;
    margin: 0px;
}
.logininputbutton{
    width: 100%;
    margin: 0px;
    color: #aaa;
    cursor: pointer;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
    .logininputbutton.enabled {
	color: #08c;
    }
    .logininputbutton:hover {
	color: #333;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
    }

.insystem {
/*    position: relative;
    top: 275px;
    width: 200px;
    height: auto;
    margin: 0 auto; */
    text-align: right;
}

.insystem img {
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
    
}
/*
.insystem span {
    color: #aaa;
    margin-left: 5px;
    display: block;
    float: left;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}
*/