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 {
    background-color: #F6F6F6
}

.lifa-forms {
    background-color: white;
    padding: 24px;
    margin: 12px 12px 32px 12px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px;
}

footer {
    background-color:white;
    height: 60px;
    margin-top: 20px;
    line-height: 60px;
}



h4 {
    padding-bottom: 24px;
}


.lifa-btn {
    background-color: #40b17c;
    border-radius: 24px;
    color: white;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 60px 12px 60px;
    border: none;
    box-shadow: rgba(0,0,0,0.25) 0px 4px 4px 0px;
}

    .lifa-btn:hover {
        background-color: #299462;
        transition: 0.5s;
    }

.flagicons {
    font-size: 24px;
    margin: 8px;
}

.footer-link {
    color: rgba(33, 37, 41, 0.75) !important;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 400;
}

    .footer-link:hover {
        color: rgb(254,74,74) !important;
        text-decoration: none;
    }
