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-top: 50px;
    padding-bottom: 3rem;
    font-family: 'Poppins', sans-serif;
}

.btn-bikuafor {
    border: 1px solid #ececec;
    border-radius: 50px;
    padding: 12px 35px;
    text-align: center;
    line-height: 1;
    box-shadow: rgba(0,0,0,0.1) 2px 2px 5px;
    color: #e1387a;
    transition: all 200ms;
    margin-top: 10px;
    font-size: 11px;
}

    .btn-bikuafor:hover {
        transition: all 200ms;
        background-color: #e1387a;
        box-shadow: rgba(0,0,0,0.0) 2px 2px 5px;
        color: #fff
    }
