body {
    font-family: 'Open Sans', sans-serif;
    background: #f9fcff;
    overflow-x: hidden;
}
p {
    line-height: 1.8em;
}
h3, h4 {
    font-weight: 700;
}
div.content {
    margin-bottom: 40px;
}
#carousel-container {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 700px;
    min-height: 575px;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
}
#carousel-container #content-text {
    margin-top: 200px;
}
#flash-message {
    display: none;
}
.error {
    color: red;
}
.success {
    color: navy;
}
#btn-find-more {
    background: white;
    border: 1px solid #2659a5;
}
.normal, .normal svg {
    color: gray;
    fill: gray;
}
.icon-step, svg {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 5px;
    color: gray;
}
.active svg {
    fill: #127994;
}
.icon-done {
    float: left;
    font-size: 12px;
    left: 10px;
    position: absolute;
    color: #0EC45D;
    fill: #0EC45D;
}
.icon-chevron-right {
    font-size: 24px;
    color: gray;
    margin-top: 15px;
    float: right;
}
.done {
    font-weight: 600;
}
.done svg {
    color: red;
}
.container-fluid {
    padding: 0px;
}
.icon-facebook {
    color:#3b5998;
}
.icon-twitter {
    color:#4099FF;
}
.icon-instagram {
    color:#3b5998;
}
.icon-facebook, .icon-twitter, .icon-instagram {
    font-size: 13px;
}
.row.content-copyright {
    background: #000000;
    padding: 10px 0px;
    font-size: 80%;
}
.navbar-default {
    background: rgba(255, 255, 255, .2);
    border: none;
}
.navbar-nav li a {
    padding: 30px 15px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding: 15px 15px;
    height: auto;
    margin: 0px 10px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand img {
    max-height: 50px;
}
.navbar-right {
    margin-right: 45px;
}
#btn-register {
    background: #2659a5 none repeat scroll 0 0;
    color: white;
    height: 40px;
    padding: 10px;
}
.row.content-top {
    margin-bottom: 30px;
}
.row.content-middle {
}
.row.content-float {
}
.btn-prima {
    background: #2659a5;
    color: #ffffff;
}
#content-text {
    background: white;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
}
#box-login {
    padding: 20px;
}
#box-login-footer {
    border-top: 1px solid #DDDDDD;
    text-align: center;
    line-height: 4em;
}
#btn-login {
    background: #1C2745;
    color: white;
}
.row.content-bottom {
    background: #3b5998;
}
.row.copyright {
    background: #000000;
    padding: 10px 0px;
    font-size: 80%;
}
.container.bottom {
    color: #ffffff;
}
.container.copyright {
    color: #ffffff;
}
.summary {
    margin: 10px 0px 10px;
}
.notes {
    font-size: 90%;
    color: #000000;
}

.top5 {
    margin-top: 5px;
}
@media all and (min-width: 820px) and (max-width: 1024px) {
    #btn-login {
        background: transparent;
        margin-right: -55px;
        margin-top: 10px;
    }
    .text-login {
        display: none;
    }
    .icon-user {
        display: block;
    }

    #content-text p {
        display: none;
    }
}
@media all and (max-width: 820px) {
    #content-text p {
        display: none;
    }
    .row.registration-header p, .row.registration-header .icon-chevron-right {
        display: none;
    }
}
