﻿.ModMyAcoleaInscriptionC .ACOLEApanel {
	background-color: transparent;
}

.ModMyAcoleaInscriptionC .dnnFormMessage {
	font-size: 2em;
}

.pnlInscription h2
{
    font-size: 2.5em;
}

.pnlInscription .item_info input, .pnlInscription .item_info select
{
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pnlInscription .required > label::after {
    margin-left: 8px !important;
    content: "*" !important;
    color: #a94442 !important;
    font-weight: bold !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
}

.pnlInscription .required label::after {
    content: none;
}

.pnlInscription .item_info select {
}

.grpMainForm p
{
    font-size: 1.2em;
    text-align: left;
	padding: 0 25% 0 5px;
}

.radio table {
    margin-left: 20px;
}

.pnlInscription .item_info .relativeDisplay {
    margin-left: 50%;
}

.btn-primary {
    color: #fff !important;
    border-color: #2e6da4 !important;
}