#loading-page{
    background-image: url("../images/splash-background.jpg");
    background-size: 100% 100%;
}
#loadingImg{
    position: fixed;
    left: 32%;
    top: 33%;
}
#loading-page-logo {
    display: block;
    height: 180px;
}
#loadingText{
    padding-top: 5px;
    display:block;
    text-align:center;
    font-size:30px;
    font-weight: normal;
}
.imgLoader{
    -webkit-animation: rotation 1s infinite linear;
    width: 80px;
}
#loading-page-bottom-container {
    position: fixed;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}
#license-page-texts-content {
    margin-top: 10vh;
    height: 70vh;
    background: #fff;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow-y: scroll;
    padding: 0 40px;
}
#license-page-title {
    color: #111;
    font-size: 45px;
    margin-top: 50px;
    font-weight: normal;
    margin-bottom: 10px;
    position: relative;
}
#license-scroll-text{
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 30px;
}
.license-content-item{
    line-height: 1.38;
    margin-top: 0pt;
    margin-bottom: 0pt;
    font-size: 24px;
    font-family: Arial;
    color: #000000;
    background-color: transparent;
    font-weight: 400;
    font-variant: normal;
    text-decoration: none;
    vertical-align: baseline;
    white-space: pre-wrap;
    text-align: left;
}
.license-page-title-2{
    text-align: center;
    margin-bottom: 20px;
    margin-top: -20px;
    font-weight: bold;
    font-size: 26px;
}
#license-btns-container{
    margin: 20px auto;
    white-space: nowrap;
}
.license-btn {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #111;
    color: #fff;
    font-size: 40px;
    padding: 15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.license-btn:hover, .license-btn.active{
    background-image: url('../images/button_back.png');
}
.license-btn img{
    margin-right:20px;
}
.scroll-point-icon{
    position: absolute;
    right: -40px;
    top: 0;
    animation: pointScrollUpDown 2s infinite linear;
}
@keyframes pointScrollUpDown{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(20px);
    }
}



