﻿body, html {
	font-family: 'Microsoft Yahei', Verdana, Arial, Helvetica, sans-serif !important;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
    background: url(/Content/images/login/loginBg.png) no-repeat;
    
}

*,html{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.panel-login {
	display: table;
	height: 100%;
	width: 100%;
}

.valign-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.form-parent-wrapper {
	/*background-color: #2196f3;*/
}

.form-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.form-box {
    background: url(/Content/images/login/loginBox.png)no-repeat center;
    width: 49.375%;
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: cover;
    aspect-ratio: 948 / 500;
    transform: translate(-50%, -50%);
}
.form-box__star {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:-1;
}
.form-box > form {
    width: 50%;
    float: right;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
}
.form-signin-heading {
	font-size: 16px;
	font-weight: normal;
	color: #3e3e3e;
	padding: 0 0 0 36px;
	margin: 35px 0 19px 0;
}

.input-part {
  text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3cafff;
    width: 80%;
    /* margin-left: 10%; */
    border-radius: 5px;
    padding: 10px 5px;
    background-color: #3cafff40;
    margin-bottom: 10px;
}

.put1{
    /*margin-top: 77px;*/
}

.put2{
    margin-top: 20px;
}

.put3{
    text-align: left;
    margin-left: 100px;
    margin-top: 20px;
}

.put1 img,.put2 img{
    /*position: absolute;
    width: 20px;
    margin-top: 8px;*/
}

	.input-part label span {
		font-size: 12px;
		position: relative;
		top: -2px;
		color: #909090;
	}

.login-title
{
	height:55px;
	line-height:55px;
	font-size:24px;
	position:absolute;
	top:-70px;
	padding:0 0 0 70px;
	background: url(images/icon-logo.png) no-repeat 0px 0px transparent;
}
.login-footer{
	position:absolute;
	right:0;
	bottom:-45px;
	font-size:14px;
	color:#767676;
}
.put4 {
    padding: 0;
    background: none;
    border: none;
}
.login-input {
	margin-top: 0px;
    width: 230px;
    height: 35px;
    padding: 0 10px;
    vertical-align: middle;
    font-size: 1rem;
    color: #FAFAFA;
    background: none;
    border-radius: 2px;
    border: 1px solid rgb(80,183,254);
    margin-left: 13px;
    border: none;
    width: calc(100% - 50px);
    border-left: 1px solid #3cafff;
}

	.login-input:focus {
		font-size: 14px;
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	}

.input-account {
	/*background: url(/Content/images/login/user.png) no-repeat 10px 6px rgba(80,183,254,.3);*/
    /*background-size: 20px;*/
}

.input-password {
	/*background: url(/Content/images/login/password.png) no-repeat 10px 6px rgba(80,183,254,.3);*/
    /*background-size: 20px;*/
}

.btn-login {
    cursor: pointer;
    color: #fff;
    font-size: 1.4rem;
    border: none;
    letter-spacing: 5px;
    background: #499cea;
    width: 80%;
    margin-top: 20px;
    padding: 12px 0;
    border-radius: 5px;
}

	.btn-login:hover {
		    background-color: #2478c7;
	}

    .put4-1 {
    margin-right: 5px;
    margin-bottom: 0;
}
.sys-alert {
	padding: 10px;
	color: #D8000C;
}
/*** jqery dialog 遮罩层白条问题,2014年4月4日 zhanghc
----------------------------------------------------------*/
.ui-widget-overlay {
	position: fixed;
}

.ui-widget-overlay {
	background: #000;
	opacity: .2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
}


 input::-webkit-input-placeholder{
            color:#F0F0F0;
	        font-size: 1rem;
        }
        input::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#F0F0F0;
	        font-size: 1rem;
        }
        input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#F0F0F0;
	        font-size: 1rem;
        }
        input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#F0F0F0;
	        font-size: 1rem;
        }