p, label, ul, li {
    font-weight: 300;
}

.card {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.bg-fullscreen {
    background-image: url("");
    background-size: cover;
    height: 100vh;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body::after, .bg-fullscreen:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 1; 
}

.navbar-custom {
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.content-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
    z-index: 99;
}

.container {
    position: relative;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    border-radius: 5px;
    z-index: 2;
    padding-left: 5rem !important;
    padding-right: 5rem !important;

}

.row {
    display: flex !important;
}

footer {
    font-size: 0.75rem; 
    text-align: center;
}

.no-underline {
    text-decoration: none;
}


@media screen and (max-width: 500px) {
    
    select {
        width: 100%;
    }
}