


.container-company {
	display: block;
	width: 100vw;
	height: auto;
	min-height: 330px;
}

.container-form-data-company {
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	background-color: #FFF1C590;
	padding-top: 40px;
	padding-bottom: 60px;
	padding-right: 15px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box-warning {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
}

.container-form-company {
	display: flex;
	width: 80%;
	flex-direction: row;
	gap: 50px;
	min-height: 550px;
}

.box-company-left {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
}

.box-company-left .company-text {
	max-width: 400px;
	font-family: 'Inter-Light', sans-serif;
	font-size: 23px;
}

.box-company-left .bigger-text {
	display: block;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 36px;
	padding-bottom: 10px;
}

.box-company-form {
	flex: 1 0 450px;
	display: flex;
	flex-direction: column;
	width: auto;
	max-width: 42%;
	min-width: 450px;
	height: auto;
	border-radius: 10px;
	padding: 20px;
	background-color: #fff;
	box-shadow: -1px 2px 8px rgba(197, 136, 5, .3);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box-agreement {
	display: block;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.box-agreement a {
	color: #1876EB;
	text-decoration: none;
}

.box-agreement a:hover {
	text-decoration: underline;
}

.checkbox {
	width: 13px;
	height: 13px;
	float: left;
	margin-right: 5px;
}

.span-flex {
	display: flex;
	flex: 1;
	height: auto;
}



.box-company-form input[type="text"],
.box-company-form input[type="password"] {
	width: 100%;
	height: 44px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #D5D8D9;
	border-radius: 3px;
	outline: none;
	font-size: 14px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box-company-form input:focus {
	border: 1px solid #F8C959;
}

.box-company-form input::placeholder {
	font-family: 'Inter-Medium', sans-serif;
	font-size: 13px;
	color: #A2A9AD00;
}

.box-company-form button {
	width: 100%;
	height: 45px;
	border: none;
	border-radius: 3px;
	outline: none;
	color: #FFF;
	font-size: 16px;
	background-color: #20af6d;

	cursor: pointer;
}

.box-company-form button:hover {
	background-color: #14975B;
}

.content-company {
	display: block;
	height: auto;
	min-height: 350px;
}




