/* Styles for app */
.text-af {
    color: rgb(107, 128, 94);
}

.sidebar_logo {
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 190px;
}

@media (min-width: 768px) {
    .sidebar_logo {
        left: 35px;
    }
}

.home-footer {
    background-color: #1F2937;
}

.home-bg-logo-color {
    color: #5D6D90;
}

.big-checkbox {
    width: 25px; height: 25px;
}

.big-radio {
    width: 25px; height: 25px;
}

.flag {
    width: 1.5rem;
    height: 1.5rem;
}

#p_content p {
    font-size: 1.25rem;
}

#p_content li {
    font-size: 1.25rem;
}

.error_bg {
    /*background-image: url("/static/assets/img/fapp/aftdi_logo_text.svg");*/
    background: linear-gradient(rgba(242,244,246,.9), rgba(242,244,246,.9)), url("/static/assets/img/fapp/aftdi_logo_text.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    /*opacity: 0.6;*/
    min-height: 70vh;
}