.styled-card {
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 30%);
    height: 100% !important;
    background-color: #FFFFFF;
    padding: 2rem !important;
}

.title {
    font-size: 32px !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
    color: rgb(45, 45, 45);
    font-weight: 700;
    text-align: center;
    font-family: sans-serif;
}

.styled-form {
    background-color: rgba(0, 0, 0, 0.64);
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 40%);
    font-family: sans-serif;
    padding: 2rem !important;
}

.form-title {
    color: rgba(255, 255, 255, 0.89);
    text-align: center;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
    margin-bottom: 10px;
    text-decoration: underline;
    font-size: 21px;
    font-weight: 600;
    font-family: sans-serif;
}

.form-label {
    font-size: 23px;
    font-weight: 400;
    font-family: sans-serif;
}

.btn-label {
    font-size: 21px !important;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2) !important;
}

.btn-sub-label {
    font-size: 16px !important;
}

.offer-text {
    font-size: 20px;
    font-family: sans-serif;
    color: #2F2F2F;
    font-weight: 700;
}

.offer-title {
    font-size: 23px;
    font-weight: 400;
}