.form_block {
    background-color: #f2f2f2;
    -webkit-box-shadow: 1rem 1rem 3.57rem 0rem rgb(117 117 117 / 35%);
    box-shadow: 1rem 1rem 3.57rem 0rem rgb(117 117 117 / 35%);
}



.full_container {
    max-width: 1920px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0rem auto;
}

/*this is the little scrolly dealio in the bar*/
::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.2);
	height: 3px;
}

/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/
::-webkit-scrollbar-corner {
	display: none;
	height: 0px;
	width: 0px;
}

.form_sec_heading {
	font-size: 1.14rem;
	font-weight: 600;
	color: #666666;
}