﻿
.form-container {
    border-radius: 20px;
    background-color: #c82333;
    padding: 20px;
    color: white;
}

.form-control {
    border-radius: 10px !important;
}

.btn-rounded {
    border-radius: 20px !important;
}
