img{
	transition: transform .4s;
}
img:hover{
	transform:scale(1.2);
}
.h1-register-form{
    text-align:center;
    margin:auto auto 5rem auto;
}
.line-check-terms{
    display:flex;
    flex-direction:row;
    justify-content: center;
}
.form-control{
    margin-top:0;
}
#checkbox-agree-terms{
    width:15px;
    position:relative;
    top:18px;
    height: 31px;
}
a.a-register-cgv{
    color:#007bff;
}
a.a-register-cgv:hover{
	color:#007bff;
}
.subm-register{
    margin:10px auto 40px auto;
}

