
.full-bg {
}

.login_back_ground1 {
    background: url("/fauna/resources/flora/img/img_road.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: 50%;
}

.login_back_ground2 {
    background: url("/fauna/resources/flora/img/img_saas_bg.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: 50%;
}

.active {
    background-color: white;
}
#view{
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: -170px;
    margin-left: -150px;
    z-index: 99;
}
#view .nav{
    background-color: #dcdcdc;
    height: 40px;
}
.halfCenter {
    text-align: center;
}
.noBorder {
    border: none !important;
}
#qrcode-wrapper {
    /*height: 300px;*/
    background-color: white;
}
#verifyLoginTable {
    width:300px;
    padding: 15px 15px;
}
.whiteBgc {
    background-color: white
}
.pad-0 {
    padding: 0;
}
.pad-top-15 {
    padding: 15px 0 0 0;
}
.pad-top-25{
    padding: 25px 0 0 0;
}
.graphic {
    text-align: left;
    width: 60% !important;
    display: inline !important;
}
#graphicVerifyCode {
    width: 102px;
    height: 34px;
}
.telephone {
    text-align: left;
    width: 60% !important;
    display: inline !important;
}
.sendVerifyCode {
    width: 38%;
}
.verifyCode {
    text-align: left;
    width: 100%;
}
.btn.login {
    text-align:center;
    width: 100%;
}
#viewWrapper {
    /* background: url("/fauna/resources/flora/img/img_flower.png"); */
    width: 600px;
    height: 600px;
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: -301px;
    margin-left: -300px;
}
.companyLogo {
    height: 73px;
    width: 73px;
}
.center{
    text-align: center;
}
.blackColor {
    color: #000000;
}

#erpManage, #crmManage, #ucmManage{
    width:420px;
    height:66px;
    margin-left:26px;
    margin-top:20px;
}

#downloadImg {
    width:355px;
    height:150px;
}

#appDownload {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -55px;
    margin-left: 236px;
    z-index: 99;
}
.verifyCodeHide{
    visibility: hidden;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
    line-height:24px;
    text-align: center;
    font-size: 12px;
}

.footer-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
    background-color: white;
    opacity: 0.5
}