.login_content {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #020c26;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.login_content .header {
    width: 70%;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin:0;
    padding:0;
    border:none;
}
.login_content .header img {
    width: 110px;
    height: 32px;
}
.login_content .main {
    width: 70%;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.login_content .main .AECG {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_content .main .AECG img {
    width: 100%;
}
.login_content .main .login {
    width: 37.5%;
    height: 28vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    position: relative;
}
.login_content .main .login .systemName {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -112px;
    color: #6feefb;
    font-size: 25px;
}
.login_content .main .login .browser {
    position: absolute;
    bottom: 10%;
    right: 18px;
    font-size: 12px;
    color: #5b77e6;
    margin:0px !important;
}
.login_content .main .login #loginForm {
    width: 80%;
    padding: 30px 30px 10px 30px;
    box-sizing: border-box;
}
#j_username,#j_password{
    height: 40px;
    line-height: 40px;
    background-color: #202A41;
    border-color: #4568f3;
    color: #f0f0f0;
}
.ace-icon.fa.fa-user,.ace-icon.fa.fa-lock{
    right: 10px;
    top: 5px;
    font-size: 18px;
}
label.block.clearfix{
    margin-bottom: 22px;
}
#dologin{
    width: 100%;
    height: 40px;
    border: none;
    background-color: #21c8db !important;
}
.lbl{
    color: #fff;
}
.aboutPassword{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.login_content .footer {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}
.login_content .footer .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.3);
}
.login_content .footer .info p {
    margin-left: 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
}