.main-home-page{
    background-image: url('/images/landing-page.png');
    /* background-color: red; */
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main-home-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.small-beta-text{
    font-weight: 600;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: -6px;
}
.btn-custom-box{
    background: none!important;
    border: 1px solid #F5F5F5!important;
    border-radius: 50px!important;
    padding: 12px 50px!important;
    font-weight: 700!important;
    color: white!important;
    font-size: 16px!important;
}
.bottom-bar{
    font-size: 12px;
    font-weight: 400;
    color: white;
        margin-top: 7px;
}
.homage-link{
        color: white!important;
    text-decoration: underline;
}
.homage-link:hover{
        color: white!important;

}
.content-inner{
    position: relative;
    z-index: 2;
}
.bottom-footer{
        position: fixed;
        bottom: 7px;
        font-size: 12px;
        font-weight: 400;
        color:#FFFFFF;
}
.btn:focus{
    box-shadow:unset!important;
}
.btn{
    outline: none!important;
}