@charset "utf-8";
body{
    font-family: Helvetica,verdana,helvetica,arial,sans-serif;
    /* font: 14px "Arial Narrow" , Arial, sans-serif; */
    font-size: 15px;
    width:100%;height:100%;
}
.LoginBox{
    height:430px;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
}
.LoginBox .logo{
    text-align: center;
    margin-bottom:50px;
}
.login-title{
    margin-bottom: 20px;
    color: #edf4f8;
    font-size: 19px;
    font-weight: 400 !important;
}
.LoginBox .login_content{
    padding:0 30px;
}
.LoginBox .login_content .textbox-icon{line-height:32px;}
.login_btn .l-btn-text{font-size:18px;}
.login_content .textbox{border-radius: 5px;}
.icon_aooog_user{
    background:url('../Images/svg/icon_aooog_user.svg') no-repeat center center;
    background-size: 14px 16px;
}
.icon_aooog_key{
    background:url('../Images/svg/icon_aooog_key.svg') no-repeat center center;
    background-size: 14px 16px;
}
.isloading-overlay .isloading-wrapper {
    background: #FFFFFF;
    -webkit-border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px;
    -moz-background-clip: padding;
    border-radius: 7px;
    background-clip: padding-box;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    top: 48%;
    z-index: 9000;
}
.isloading-overlay {
    position: relative;
    text-align: center;
}
.aooogLoadingIcon {
    animation: aooogLoading .9s infinite linear;
    -webkit-animation: aooogLoadingKit .9s infinite linear;
}
.iconRefreshIcon {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../assets/aooog/themes/icon/reload.png) no-repeat;
    background-size: 16px 16px;
}
@-webkit-keyframes aooogLoadingKit {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes aooogLoading {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
.Login_layout{
    background: url("../Images/bg.jpg") no-repeat center/cover;
}
.Login_subtitle{
    width:50%;
    margin:20px auto;
    font-size:16px;
    text-align: center;
    opacity: .8;
}
.LoginBox>div{
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.Login_logo{
    width:100%;
    padding:0 20px;
    position: relative;
    height:100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Login_logo>img{
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    margin: auto;
}
.Login_form{
    width:100%;
    background: rgba(0,0,0,.4);
    padding:20px;
    border-radius: 10px;
}
.Div_MarBot_30>div{
    margin-bottom:30px;
}
.Login_form  span.textbox{
    border-radius: 6px;
}

.Login_Btn .l-btn-text{
    font-size: 20px;
    color: #ffffff;
}
a.Login_Btn{
    background: #66d6c5;
    border:none;
    transition: all .3s;
}
a.Login_Btn:hover{
    background: #66d6c5;
    border: none;
    filter: none;
    opacity: 0.6;
    color:#ffffff;
}
.Login_Act,
.Login_Pwd{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding: 5px;
    font-size: 20px !important;
    text-indent: 10px;
}