.fl-theme-iphone{
    background-image: url('../images/179407d2723435af52b0737435fa1d33.jpg');
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-animation: fadeIn 0.8s ease-in-out 0s 1;
        -moz-animation: fadeIn 0.8s ease-in-out 0s 1;
        -o-animation: fadeIn 0.8s ease-in-out 0s 1;
        -ms-animation: fadeIn 0.8s ease-in-out 0s 1;
        animation: fadeIn 0.8s ease-in-out 0s 1;
        animation-fill-mode: both;
    }
    .flc-screenNavigator-view-container{
    
        left: 50%;
        top:50%;
        transform:translate(-50%,-50%);
        position: absolute;
        border: none;
        width: 1039px;
        height: 261px;
        max-width: 1039px;
    
    }
    #loginForm{
        padding-left: 60px;
    }
    #form_password{
    
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.95);
    
    }
    .box fl-panel{
    
        background: rgba(255, 255, 255, 0.95);
        position: relative;
        margin: 0;
        width: auto;
    
    }
    #loginDiv{
    
        position: relative;
        padding-top: 15px;
        padding-left: 15px;
    
    }
    #loginDiv h2{
    
        font-size: 24px;
        line-height: 2em;
    
    }
    .row fl-controls-left{
    
        padding-left: 10;
    
    }
    .fl-label{
    
        display: none;
    
    }
    #username{
    position: relative;
    float: left;
    border: 1px solid #dddddd;
    background-color: #fff;
    border-radius: 4px;
    outline: none;
    height: 49px;
    width: 350px;
    text-indent: 10px;
    }
    #password{
    height: 49px;
    width: 350px;
    margin-left: 10px;
    border: 1px solid #dddddd;
    background-color: #fff;
    border-radius: 4px;
    outline: none;
    text-indent: 10px;
}
    
    #submitDiv{
    
        display: block;
        border: 0px;
        margin: 0px;
        padding: 0px;
        padding-left: 10px;
        border: 0px;
    
    }
     #cas #login .btn-submit{
        height: 49px;
        width: 150px;
        display: block; 
        cursor: pointer; 
        border-radius: 3px;
        position: relative; 
        content: ''; 
        margin-top: -10;
        clear: both; 
        background-color: #4285f4;
        color: #ffffff;
        position: relative;
        float: right; 
        padding: 0px;
        margin-top: -49px;
        margin-right: 90px;
        border: 0px;
    } 
 
    #form_mobileCode{
    display: none;
    }
    center a{
    display: none;
    }
    #cas #login .btn-reset{
    display: none;
    }
 