@font-face {
    font-family: 'Soho_R';
    src: url('fonts/SohoStd-Regular.eot');
    src: url('fonts/SohoStd-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SohoStd-Regular.woff2') format('woff2'),
        url('fonts/SohoStd-Regular.woff') format('woff'),
        url('fonts/SohoStd-Regular.ttf') format('truetype'),
        url('fonts/SohoStd-Regular.svg#SohoStd-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Soho_M';
    src: url('fonts/SohoStd-Medium.eot');
    src: url('fonts/SohoStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/SohoStd-Medium.woff2') format('woff2'),
        url('fonts/SohoStd-Medium.woff') format('woff'),
        url('fonts/SohoStd-Medium.ttf') format('truetype'),
        url('fonts/SohoStd-Medium.svg#SohoStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}




body {
	background-color:transparent!important;
}


a, a:hover, a:focus, a:active, a.active {
	color:#FFF!important;
}

section {
	padding:0!important;
}


.form-control {
	height:27px!important;
}

.text-danger{
	font-size:13px;
	color:black ;
}


.floating-label-form-group {

}

.btn-success {
	background-color:transparent;
	color:#FFF;
	border:1px solid #FFF;
	border-radius:0!important;
	font-family: 'Soho_M';
}

.floating-label-form-group input, .floating-label-form-group textarea, .floating-label-form-group label, .form-control::-webkit-input-placeholder {
	color:#FFF!important;
}

.input-container.checkbox-container {
	color:#FFF!important;
}