
    .error {
        color: red;
    }




.dropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 10px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}


.c-black {
    color:black !important;
}

.c-green {
    color: green !important;
}

.c-white {
    color: white !important;
}

.c-red {
    color: red !important;
}

.m-b-1
{
    margin-bottom:1em;

}

.m-b-2 {
    margin-bottom: 2em;
}

.fs-18 {
 font-size:18px !important;
}

.btn-submit {
    background-color: var(--btn-green);
    color: var(--light-text) !important;
    border: 1px solid var(--btn-green);
    border-radius: 40px;
    padding: 15px 1em !important;
    width: 100%;
    text-align: center;
    transition: all 200ms linear;
    cursor: pointer;
    display: block;
    margin: 20px auto;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    background-color: green;
    margin-top: 10px !important;
}


.termsList > li {
    margin-left: 30px;
    margin-bottom: 16px;
}