/*new*/
.form-check-input {
    margin-left: 0px !important;
}
hr {
    border-top-color: #f1f1f1;
}
.container-form{
	border: 1px solid #f1f1f1;
	border-radius: 15px;
	padding: 30px;
}
.form-control {
    background-color: #fff0;
    z-index: 999;
    position: relative;
}
.label-form{
    position: absolute;
    top: -42px;
    font-size: 16px;
}
#recaptcha{
	margin-top: 30px;
}
#tesss{
	width: 500px;
}
div.col-sm-12 div.float-left{
	margin-top: 15px;
}
.error-recaptcha{
    border: solid;
    border-color: red;
    border-width: 1px;
}