html {
    font-size: 14px;
  }

.lockscreen-wrapper-loading {

    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
  }

.lockscreen-wrapper-content{
    position: relative;
    display: inline-block;
    margin-bottom: 20px; 
}

.lockscreen-item-logo{
    background: #fff !important;
    display: inline-block;
    padding: 20px;  
    margin-bottom: 20px; 
}

.lockscreen-item-footer{
    background: #fff !important;
    display: inline-block;
    padding: 20px;   
    margin-bottom: 20px;  
}

.lockscreen-item{
    background: #fff !important;
    display: inline-block;
    padding: 20px;   
}


.btn-close-splash{
    text-align: right;
    display: block;
}

.btn-close-splash > button {
    background-color: transparent;
    font-size: 50px;
    font-weight: normal;
    border: none;
}