﻿
.form-container {
    border-radius: 20px;
    background-color: #00a03e;
    padding: 20px;
    color: white;
}

.form-control {
    border-radius: 10px !important;
}

.btn-rounded {
    border-radius: 20px !important;
}




/* Ryan's Testing Below*/
.formBlock {
    background: #f5f4f1;
    margin: 20px 0 25px;
    padding: 30px 15px
}
.formBlock .left {
    float: left;
    width: 48.5%
}

.formBlock .right {
    float: right;
    width: 48.5%
}


.bullet-list ul {
    list-style-type: disc; /* Basic bullet style */
    list-style-position: inside; /* Bullets inside the text block */
    padding-left: 1em; /* Space before text */
    margin: 1em 0; /* Top/bottom spacing */
}

/* Optional: custom bullet color */
.bullet-list li::marker {
    color: #0078ff; /* Change bullet color */
    font-size: 1.2em; /* Make it slightly larger */
}