* {
    transition: all .3s;
    font-size: 18px;
}

.navbar-pnud {
    background-color: #333333;
    position: sticky;
    top: 0;
    
}

.right-side {
    background-image: url("/auth/assets/img/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.box-left {
    margin: 30vh 80px;
}

.btn-pnud {
    background-color: #009E60 !important;
}

.btn-pnud:hover {
    background-color: #E97E24 !important;
}

.form-control, .btn {
    border-radius: 0 !important;
}

.form-control, .btn {
    font-size: 16px !important;
    padding: 10px 18px !important;
}

.form-check-label {
    font-size: 16px;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, .4) !important;
}

.form-control:focus {
    border-color: rgba(0, 0, 0, .4) !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.form-check-input[type=checkbox] {
    border-radius: 0 !important;
}

.form-check-input:checked {
    background-color: #009E60 !important;
    border-color: #009E60 !important;
    box-shadow: none;
}

.form-check-input:focus {
    background-color: none !important;
    border-color: #009E60 !important;
    box-shadow: none !important;
}

@media screen and (max-width: 1190px) {
    .box-left {
        margin: 15vh 20px;
    }
}

/* .footer {
    padding: 30px 100px;
}

.footer .footer-nav a:hover, .footer .socials-icons a:hover {
    color: #FFAA00 !important;
}

.footer .socials-icons a {
    color: #FFF;
}

.separator {
    border-top: 1px solid #FFF;
    margin: 0 40px;
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 30px 20px;
    }
} */

