body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header nav {
    background-color: #12263B;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}

header nav .logo {
    max-width: 100px;
}

header nav .logo img {
    width: 100%;
}

header a {
    color: #fff;
}
header a:hover, header a:visited {
    color: #fff;
}

header .bg {
    background-image: url('../../img/g2i/B1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
}
header .bg .container-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
}
header .container-bg p {
    font-size: 4rem;
    color: #fff;
    padding-left: 40px;
}
header .container-bg p.title {
    font-weight: bold;
    text-shadow: 1px 1px #fff;
}

div#login {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    max-width: 400px;
    width: 100%;
    padding: 20px;
    margin: -80px auto;
}

div#login p {
    color: #12263B;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
}

footer {
    clear: both;
    margin-top: 80px;
    width: 100%;
    padding: 40px;
    font-size: 16px;
}

footer p {
    display: flex;
    align-items: center;
}

footer p strong {
    padding-left: 3px;
    padding-right: 3px;
}

footer p i {
    width: 30px;
}

@media only screen and (max-width: 600px) {
    #login {
        max-width: 100% !important;
    }
}

/** HOME STYLE **/

/* .main-container {
    margin-bottom: 0;
} */

footer#home {
    clear: both;
    margin-top: 0;
    width: 100%;
    padding: 40px;
    font-size: 16px;
    background-color: #12263b;
}

header#home p, footer#home p {
    font-family: 14px/24px "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer#home p {
    color: #fff;
    font-size: 13px;
}

.welcome h4 {
    font-size: 30px;
    margin-top: 5px;
    font-weight: 500;
}

.welcome h1, .welcome h2, .welcome h3, .welcome h4, .welcome h5, .welcome h6, .welcome p{
   font-family: 'Roboto Condensed', sans-serif !important;
}

.welcome p {
    font-size: 14px;
    line-height: 24px;
}

.welcome h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}