@import url("leapcrowdBtns.css");
@import url("header-register.css");
/*@import url("spinner.css");*/

.IN-widget {
    display: none !important;
}

#first-step1 div {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.general-messages {

}

.general-messages ul {
    padding-left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

.general-messages li {
    list-style: none;
}

.general-messages.entrepreneur-messages {

}

.loading-page{
    /*display: none;*/
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    text-align: center;
    z-index: 9999;
    background-image: url('/static/frontside/img/loading.gif');
    background-repeat: no-repeat;
    background-position: center 120px;
    padding-top: 25%;
    font-size: 16px;
}
.loading-page p{

}
.no-border{
    border: none !important;
}