

html {

}


body {
    position: relative;
    color: #162345;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
	/*
    background: url('/img/chorus-2024-bg.jpg') no-repeat top center #FCFAE0;

	 */

	background: url('/img/chorus-2024-bg.png') center top no-repeat fixed,linear-gradient(#1e1c56,#be0076) top center no-repeat;
	background-size: 100% auto,cover;

	background-attachment: fixed;
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

 */
}

.form-control-custom{
	border: 0px!important;
	box-shadow: none!important;
}

div.container{
	max-width: 1000px;
	width: auto;
	background-color: #FFF;
	padding: 0;
}

div.container div.header{
	border-left: 10px solid white!important;
	border-right: 10px solid white!important;
}

div.container div.container-cont{
	padding: 20px 50px;
	border-left: 10px solid white!important;
	border-right: 10px solid white!important;
}


div .container.accred-form h2{
    font-family: 'Roboto',sans-serif;
	background: #EC0037;
	padding: 5px 0 5px 20px;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
}

form .form-row{
	margin-bottom: 10px;
}


div .container.accred-form .ville-title{
    font-family: 'Roboto',sans-serif;
background-color: rgb(52, 52, 52);
padding: 3px;
color: white;
margin-bottom: 1px;
}


div .container.accred-form .session-slot{
    font-family: 'Roboto',sans-serif;
	background-color: white;
	padding: 3px;
	color: black;
	margin-bottom: 1px;
	border-bottom: 1px dotted grey
}


form label.required:after { content:" *"; color: red }
