html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.login-login-card-footer {
    background: #fff;
    border: none;
}

.facebook-theme {
    background: #3b5998;
    color: #fff !important;
    width: 100%;
}

    .facebook-theme h4 {
        color: #fff !important;
    }

    .facebook-theme:hover {
        text-decoration: none;
        background: #3b5998;
    }

.google-theme {
    background: #dc4e41;
    color: #fff !important;
    width: 100%;
}

    .google-theme h4 {
        color: #fff !important;
    }

    .google-theme:hover {
        text-decoration: none;
        background: #dc4e41;
    }


.footer-ml-theme {
    background-color: #07153b;
}

    .footer-ml-theme div {
        color: white;
    }

    .footer-ml-theme a {
        color: white;
    }
