div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}
/*.module-form-block-wr .form-block label.error {color: #b92200; text-transform: none; margin-bottom: 10px; font-family: Arial, sans-serif;
display: block;
font-size: 12px;
margin:0px;
padding:0px;
position: relative;
top:4px;
}*/
/*.button-30{margin-top: 17px;}*/
.error-fld2 {
	position: absolute;
	top: 27px;
	left: 465px;
	float: right;
	height: 28px;
	padding: 3px 0 0 9px !important;
	color:#fff !important;
	width: 130px;
	background-repeat: no-repeat;
	background-image: url(images/error.png);
}
  
.checkbox-check label {
    position: relative;
    display: flex !important;
    align-items: start;
    cursor: pointer;
    font-size: 1.4rem;
}
.checkbox-check input {
    display: none;
} 
.checkbox-check label:before {
    content: ' ';
    margin-right: 1rem;
    margin-top: 0.2rem;
    display: block;
    min-width: 1.6rem;
    max-width: 1.6rem;
    min-height: 1.6rem;
    max-height: 1.6rem;
    background: #fff;
    border: 0.1rem solid #e6e6e3;
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
}
.checkbox-check input:checked + label:after {
    content: "\e909";
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0.3rem;
    top: 0.3rem;
    font-size: 1.4rem;
    color: #5b5b5b;
} 
@font-face {
  font-family: 'icons';   
  src: url("/fonts/icons.eot?xro6ry");  
  src: url("/fonts/icons.eot?xro6ry#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?xro6ry") format("truetype"), url("../fonts/icons.woff?xro6ry") format("woff"), url("../fonts/icons.svg?xro6ry#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icons-"], [class*=" icons-"] {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkbox-radio label {
    position: relative;
    display: flex !important;  
    align-items: start;
    cursor: pointer;
}
.checkbox-radio input {
    display: none;
}
.checkbox-radio label:before {
    content: ' ';
    margin-right: 1rem;
    display: block;
    min-width: 1.6rem;
    max-width: 1.6rem;
    min-height: 1.6rem;
    max-height: 1.6rem;
    background: #fff;
    border: 0.1rem solid #e6e6e3;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.checkbox-radio input:checked + label:after {
    content: ' ';
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #5b5b5b;
    left: 0.3rem;
    top: 0.3rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.icons-check:before {
  content: "\e909";
} 
@media (min-width: 768px){
.d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
} }
.module-form-block-wr .form-block label {
    padding: 0 !important; 
    margin: 5px !important;   
}
.licence_block input[type="checkbox"] + label {
    padding-left: 25px !important;
}