@charset "utf-8";
/* CSS Document */
#comments_form .row .label .col-11 .offset-1 {
	padding-top: 2.5rem;
	font-size: 2rem;
}

#messBox{
	width: 70rem;
	max-width: 100%;
	height: 30rem;
}

#comment {
    width: 40rem;
	max-width: 100%;
	height: 25rem;
}

.submit {
	font-size: 1.75rem;
}

.context {
	font-size: 1rem;
}

#email, #fullname {
	font-size: 1.5rem;
	width: 30rem;
	max-width: 90%;
	height: 4rem;
}

.row .input {
    width: 30rem;
	max-width: 90%;
	height: 4rem;
    font-size: 2rem;
}

#comments_form .row {
	margin: 4.5rem;
}

#comments_form .row .label.col-11.offset-1 {
	font-size: 2.5rem;
}
