#OptOutContainer {
	width: 100%;
	position: relative;
	margin:0 auto;
	text-align: center;
	font-family: 'montserratsemi_bold', Arial, Helvetica, sans-serif;
	font-weight: 700; 	
	font-size: 27px;
}
 	

input[type=text] {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #979797;
    padding-left: 0;
    width: 300px;
	font-size:16px;
	height:50px;
}

.paragraf {	
	font-family: 'montserratlight', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	color: #242424;
}

.error {
	box-shadow: 0 0 10px rgba(255, 0, 7, 1);	
	border: 1px solid rgba(255, 0, 7, 1);
}
	
.styled-select1 select {
   font-size:16px;
   background: transparent;
   width: 355px;
   padding: 5px;
   font-size: 16px;
   color: #979797;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 55px;
   -webkit-appearance: none;
}

.styled-select1 {
	font-size:16px;	
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width: 335px;
	height: 55px;
	overflow: hidden;
	background: url("https://webapp.rossignol.com/OptOut/images/arrow.png") no-repeat right #F6F6F6;
	border: 1px solid #ccc;
	border-radius:2px;
}
   
.button {
    -webkit-appearance: none;
	-webkit-font-smoothing: auto;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: none;
	-webkit-writing-mode: horizontal-tb;
	align-items: flex-start;
	background-color: black;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: none;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(255, 255, 255);
	border-left-style: none;
	border-right-color: rgb(255, 255, 255);
	border-right-style: none;
	border-top-color: rgb(255, 255, 255);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: none;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;			
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	letter-spacing: normal;
	line-height: 25px;
	min-height: 33px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-shadow: none;
	text-transform: uppercase;
	vertical-align: baseline;
	white-space: pre;
	width: 194px;
	word-spacing: 0px;
	writing-mode: lr-tb;
	-webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

#success {
	align-items: center;
    display: flex;
	display: -ms-flexbox;
    justify-content: center;
    text-align: center;
}