html, body {
	width: 100%;
	height: 100%;
}

body {
	overflow: hidden;
    	/*background-color: #f7fafc;*/
	font-family: "Microsoft YaHei";
}

.login_logo {
	float: left;
}

.login_logo img {
	max-width: 155px;
	max-height: 45px;
}

.welcome {
	font-size: 25px;
	float: left;
	line-height: 90px;
	margin-left: 10px;
}

.top_nav {
	font-size: 14px;
	float: right;
	line-height: 120px;
}

.login-content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;    
    
    background: url(/includes/signin/image/logo1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.ezmobile .login-content {
    background-size: auto 100%;
}
.bg_item {
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 30s linear infinite 0s;
	-moz-animation: imageAnimation 30s linear infinite 0s;
	-o-animation: imageAnimation 30s linear infinite 0s;
	-ms-animation: imageAnimation 30s linear infinite 0s;
	animation: imageAnimation 30s linear infinite 0s;
	position: absolute;
	width: 100%;
	height: 100%;
}

.item1 {
	background-image: url('image/login_bg1.png');
	background-repeat: repeat-y;
	margin: 0 auto;
	height: 100%;
}

.item2 {
	background-image: url('image/login_bg2.png');
	background-repeat: repeat-y;
	margin: 0 auto;
	height: 100%;
}

.item3 {
	background-image: url('image/login_bg3.png');
	background-repeat: repeat-y;
	height: 100%;
	margin: 0 auto;
}

.bg_item1 {
	opacity: 1;
	background-color: #8397b2;
}

.bg_item2 {
	background-color: #7f90a0;
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s;
	-o-animation-delay: 10s;
	-ms-animation-delay: 10s;
	animation-delay: 10s;
}

.bg_item3 {
	background-color: #7c8c9b;
	-webkit-animation-delay: 20s;
	-moz-animation-delay: 20s;
	-o-animation-delay: 20s;
	-ms-animation-delay: 20s;
	animation-delay: 20s;
}

/* Animation for the slideshow images */

/*
	 0% { opacity: 0;-webkit-animation-timing-function: ease-in; }
    13% { opacity: 1; -webkit-animation-timing-function: ease-out; }
    20% { opacity: 1 }
    45% { opacity: 0 }
    100% { opacity: 0 }
*/
@
-webkit-keyframes imageAnimation { 0% {
	opacity: 0;
	-webkit-animation-timing-function: ease-in;
}

13%
{
opacity
:
 
1;
-webkit-animation-timing-function
:
 
ease-out
;
 
}
20%
{
opacity
:
 
1
}
45%
{
opacity
:
 
0
}
100%
{
opacity
:
 
0
}
}
@
-moz-keyframes imageAnimation { 0% {
	opacity: 0;
	-webkit-animation-timing-function: ease-in;
}

13%
{
opacity
:
 
1;
-webkit-animation-timing-function
:
 
ease-out
;
 
}
20%
{
opacity
:
 
1
}
45%
{
opacity
:
 
0
}
100%
{
opacity
:
 
0
}
}
@
-o-keyframes imageAnimation { 0% {
	opacity: 0;
	-webkit-animation-timing-function: ease-in;
}

13%
{
opacity
:
 
1;
-webkit-animation-timing-function
:
 
ease-out
;
 
}
20%
{
opacity
:
 
1
}
45%
{
opacity
:
 
0
}
100%
{
opacity
:
 
0
}
}
@
-ms-keyframes imageAnimation { 0% {
	opacity: 0;
	-webkit-animation-timing-function: ease-in;
}

13%
{
opacity
:
 
1;
-webkit-animation-timing-function
:
 
ease-out
;
 
}
20%
{
opacity
:
 
1
}
45%
{
opacity
:
 
0
}
100%
{
opacity
:
 
0
}
}
@
keyframes imageAnimation { 0% {
	opacity: 0;
	-webkit-animation-timing-function: ease-in;
}

13%
{
opacity
:
 
1;
-webkit-animation-timing-function
:
 
ease-out
;
 
}
20%
{
opacity
:
 
1
}
45%
{
opacity
:
 
0
}
100%
{
opacity
:
 
0
}
}
.input_container {
    background-color: #fff;
    border: 6px solid #989b9b52;
    z-index: 999;
    width: 420px;
    margin: auto;    border-radius: 10px;
    margin-bottom: 20%;
}
.ezmobile .input_container.tab-content {
    margin: auto 24px;
}
.form-group {
    margin-bottom: 24px;
}
.forgetPassword___1HqxZ { 
    color: #2878ff;
    font-size: 14px;
    padding: 4px 0 0px 0;
    display: block;
    text-align: right;
    flex: 1;
}

.login_inputs {
    padding: 8px 32px;
}
.input_logo {
    flex: 1;
    height: 100%;        
    background: radial-gradient(73.68% 126.31% at 8.4% 14.48%, #004bbb 0, #377ee8 61.46%, #53c1ff 100%);
    display: flex;
    flex-direction: column;
}
.input_logo_imge img {
    height: 95%;
    max-width: 100%;
}
.input_logo_imge {
    flex: 1;
    overflow: hidden;
    margin: auto;
}
.input_logo_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #fff;
    margin: 64px 96px 30px;
}
.input_preview {
    background-image: url('../../themes/project/image/dlbox.svg');
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
p.tabTitle___2RGay {
    font-size: 24px;
    font-weight: 400;
    line-height: 53px;
    color: #0e1726;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 4px 0;
}
.form-group .input-group {
    display: block;
}
#account_login .form-group {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#account_login .form-group .input-group {
    flex: 1;
}
.form-group .input-group input {
    display: block;
    float: none;
    /* background-color: #f7fafc; */
    font-size: 14px;
    padding: 8px 32px 8px 4px;
    height: auto;
    box-shadow: none;
    /* border-radius: 8px !important; */
    border-color: #edf2f7;
    border-width: 0 0 1px 0;
}

#signin-submit {
    color: #fff !important;
    margin-bottom: 16px;
}

#signin-submit:hover, #signin-submit:focus, #signin-submit:active {
	color: #fff !important;
	background-color: #4b5395;
	border-color: #464d8b;
}

.input_title {
	height: 54px;
	text-align: center;
	line-height: 54px;
}

.input_header {
	border-bottom: 1px solid #f4f4f4;
	font-size: 18px;
	color: #969696;
	margin-bottom: 10px;
}

.input_footer {
	border-top: 1px solid #f4f4f4;
	font-size: 12px;
	color: #6f6f6f;
	background-color: #fcfcfc;
}

form {
	padding: 20px;
}

form input.form-control.input-lg {
	font-size: 14x;
}

#btnforgetpwd {
	float: right;
	cursor: pointer;
}

.policy_agree {
	display: inline-block;
	margin: 0px;
}

.login-footer {
	text-align: center;
	line-height: 50px;
}

.input_footer span a {
	color: #38f;
}

.form-group label {
    margin-bottom: 0px;
    color: #0e1726;
    font-size: 16px;
    padding-left: 4px;
    padding-right: 12px;
    font-weight: normal;
}

input.form-control {
	height: 40px;
}

.input-group-addon {
	border-left: 1px solid #cbd5dd;
	color: #ccc;
	display: table-cell;
	font-size: 18px;
}

#resend {
	height: 40px;
	background-color: #eee;
	border-color: #CBD5DD;
}

.modal .form-control {
	height: 34px;
}

.modal th {
	background: #fff;
}

.modal .row {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.modal .col {
	padding-left: 5px;
	padding-right: 5px;
}

.modal .lab {
	text-align: right;
	padding-top: 5px;
	font-size: 14px;
}

.modal .input-group-addon {
	cursor: pointer;
}