/* Header */
.large-header {
    position: relative;
    width: 100%;
    background: #333;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    font-family: "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
}

.demo-1 .large-header {
    background-image: url('../img/demo-1-bg.jpg');
}

.logo_box {
    width: 400px;
    height: 500px;
    padding: 35px;
    color: #EEE;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -180px;
    font-family: "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
}

.logo_box h3 {
    text-align: center;
    height: 20px;
    font: 20px "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0 0 45px 0;
}

.forms {
    width: 350px;
    height: 485px;
    font-family: "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
}

.logon_inof {
    width: 100%;
    min-height: 450px;
    padding-top: 35px;
    position: relative;
    font-family: "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
}

.input_outer {
    height: 46px;
    padding: 0 5px;
    margin-bottom: 30px;
    border-radius: 50px;
    position: relative;
    border: rgba(255, 255, 255, 0.2) 2px solid !important;
}

.u_user,
.us_uer {
    width: 25px;
    height: 25px;
    background-image: url(../img/login_ico.png);
    background-position: -125px 0, -125px -34px;
    position: absolute;
    margin: 10px 13px;
}

.l-login {
    position: absolute;
    z-index: 1;
    left: 50px;
    top: 0;
    height: 46px;
    font: 14px "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei";
    line-height: 46px;
}

.text {
    width: 220px;
    height: 46px;
    outline: none;
    display: inline-block;
    font: 14px "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei";
    margin-left: 50px;
    border: none;
    background: none;
    line-height: 46px;
}

/* Placeholder color */
.text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFFFFF;
}
.text::-moz-placeholder { /* Firefox 19+ */
    color: #FFFFFF;
    opacity: 1; /* Firefox reduces the opacity of the placeholder by default */
}
.text:-ms-input-placeholder { /* IE 10+ */
    color: #FFFFFF;
}
.text:-moz-placeholder { /* Firefox 18- */
    color: #FFFFFF;
    opacity: 1;
}

.mb2 {
    margin-bottom: 20px;
}

.mb2 a {
    text-decoration: none;
    outline: none;
    font-family: "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
}

.submit {
    padding: 15px;
    margin-top: 20px;
    display: block;
    font-family: "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
}

.act-but {
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    background: #0096e6;
    font-family: "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
}

.card-info-text {
    text-align: center; /* Center the text horizontally */
    color: #bfd4ff; /* Light blue color */
    font-size: 12px; /* Adjust the font size as needed */
    padding: 10px 0; /* Adjust vertical space; increase or decrease as needed */
    font-family: "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
}
