.upaas-login-setting-preview{
    width: 300px;
    height: 200px;
    border-radius:2px;
    margin:0 11px;

    .back-module-img{
        background-size: 300px 200px;
        display: inline-block;
        width: 300px;
        height: 200px;
        border-radius: 2px;
    }
    .input-module-img{
        position: absolute;
        top: 50px;
        left: 113.5px;
        display: inline-block;
        width: 95px;
        height: 86px;
        background-size:100px 100px; 
        background: url('./images/login-page-preview.png') 48.5% 46% no-repeat;
    }
    .logo-module-img{
        position: absolute;
        background-size: 30px 10px;                
        width: 30px;
        height: 10px;
        top: 55px;
        left: 146px;
        background-color: white;
    }
}