body{
    background-color: #fff;
}

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: rgba(23, 22, 22, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: opacity 0.3s linear;
}

.cursor-pointer{
    cursor: pointer;
}

.nav-link.btn.btn-application {
    background: #30D667;
    font-weight: 500;
    color: white;
    font-size: 16px;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
}
a.nav-link.btn.btn-login {
    color: #2D8DD6;
    position: relative;
    outline: none;
}

.privacy-content ul{
    list-style: initial;
}
