

body,
html {
    background-color: transparent !important;
}

#register{
    background-color: #000;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 200px;
    z-index: 0;
    color: lightgrey;
}

#success-message {
    background-color: #000;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 200px;
    z-index: 0;
        color: lightgrey;
}

#register label{
    font-weight: bold;
    margin-bottom: 1px;
}

#content-header{
    margin-bottom: 20px;
    background-color: white;
    z-index: 999;
}

.iti{
    width: 100%;
}

#content-img{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url('/innovationweek/m_bg.png');
    background-position: right bottom;
    background-repeat: no-repeat;

}

#content-img-2 {
    position: fixed;
    width: 100%;

}

#content-img-2 img{
    margin-top: -80px;
}

.btn{
    font-weight: bold !important;
    font-size: 16px !important;
    padding-left: 0px;
    padding-right: 0px;
}

/** Added from this point */
.twitter-typeahead {
    width: 97%;
}

.tt-dropdown-menu {
    width: 102%;
}

input.typeahead.tt-query {
    /* This is optional */
    width: 300px !important;
}



@media (max-width: 768px) {
    #register, #success-message, #content-header, #content-img-2 {
       position: relative;
    }

}

@media (max-width: 1400px) {
    #content-img{
       background-size: 800px;
    }
}




