html, body{
    box-sizing: border-box;
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
}
body{
    background-color: #000;
    direction: rtl;
    font-family: 'Calibri', sans-serif;
    letter-spacing: 0.05rem;
    background-image: url('assets/bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
img{
    width: 100%;
}
.form{
    text-align: right;
    margin: auto;
    padding: 1vh 1vw;
    background: rgba(0, 0, 0, 0.9);
    height: fit-content;
}
.content{
    margin: 0 auto;
}

.banner-img{
    max-width: 100%;
    margin-bottom: 2vh;
}

.logo{
    max-width: 150px;
    margin: 1vh 1vw;
}

.colored-text{
    color: #ea5405;
}
p{
    font-size: 1.1em;
}
.bl-signup-container.span8{
    width: fit-content !important;
    margin: 0 auto !important;
}