body {
    background-color: #3d85e8;
    overflow: hidden;
}
.color-white {
    color: #fff;
}
a.color-white:hover {
    color: #fff;
}

.btn {
    font-weight: bold;
}

.btn-login {
    background-color: #fddb00;
    color: #3d85e8;    
}
.btn-login:hover {
    color: #3d85e8;
    font-weight: bold;
}

.cards {
    z-index: 0;
    position: relative;
}

.content {
    position: relative;
}

.gradient {
    position: absolute;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important;
}
