*{
    color: black;
    font-size: 20px !important;
}
body{
    width: 100%;
    height: 100%;
background: black;
}
#bg{
    width: 100%;
    background: url('bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 0;
}
.container{
    position: relative;
    z-index: 1;
}
.logo{
    width: 25%;

}
.des-text{
    width: 100%;
    height: auto;
    padding: 25px;
    top: calc(50% - 175px);
    left: calc(50% - 125px);
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    overflow: hidden;
}
.des-text p{
    color: black !important;
    font-size: 14px !important;
}

.other-logo img{
    width:128px;
    height: 150px;
    object-fit: contain;
    object-position: center;
}
.other-logo{
    margin: 25px 0px;
}


.footer{
    width: 100%;
    height: 100px;
    margin-top: 100px;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 1;
    color: black !important;
}
