body {
    background-color:#ffce55;
}

#promo {
    text-align:center;
    padding:40px;
    background-color:#ffce55;
    min-height: 600px;
}

#promo .jumbotron {
    padding:40px;
    background-color:rgba(255, 255, 255, 0);
    max-width:800px;
    margin:0 auto;
}

#promo .jumbotron img {
    width:185px;
    height:60px;
    margin-bottom:15px;
    background-size:370px 120px;
}

#promo .jumbotron p {
    width:380px;
    height:43px;
    text-align:center;
    margin:0px auto 38px auto;
    font-size:15px;
}

#promo .jumbotron .btn-signin {
    margin-top: 20px;
    background-color:#ffffff;
    width:300px;
    height:60px;
    color: #000;
}

#promo .jumbotron p .btn {
    padding:19px 0px 19px 20px;
    background-image:url(../images/google_logo.png);
    background-repeat:no-repeat;
    background-size:20px 20px;
    background-position:56px 20px;
}

@media (max-width: 991px) {
    #promo .jumbotron {
        padding:20px;
    }
}

@media (max-width: 575px) {
    #promo .jumbotron p {
        /*text-align:left;*/
        width:220px;
        /*margin-bottom:60px;*/
    }
}

@media (max-width: 575px) {
    #promo .jumbotron .btn-signin {
        width:200px;
    }
}

@media (max-width: 575px) {
    #promo .jumbotron p .btn {
        background-position:16px 21px;
    }
}

.footer-clean {
    /*padding:15px 0;*/
    background-color:#fff;
    color:#4b4c4d;
    /*padding-top:15px;*/
    padding-bottom:15px;
}

.footer-clean span {
    margin-left:8px;
    margin-right:8px;
    font-size:14px;
}

.footer-clean span a {
    color: #fff;
}

.footer-clean .copyright {
    margin-bottom:10px;
    font-size:12px;
    opacity:0.6;
    text-align:center;
}

.footer-clean {
    position:fixed;
    /*left:0;*/
    bottom:0;
    width:100%;
    background-color:black;
    color:white;
    text-align:center;
    padding:20px auto;
}


.button-create {
    color: #000000;
    background-color: #ffce55;
    border-color: #ffce55;
}


.swiper-intro-inner p {
    height: 80px;
    padding-top: 10px;
}

/*.swiper-intro-inner img {*/
/*max-width: 100%;*/
/*}*/