.start-panel {
	height: 100%;
	width: 100%;
	display: flex;
}

@media (max-width: 1100px) {
	.start-panel {
		justify-content: center;
	}
}

.start-panel-bg {
	width: 55vw;
	height: calc(100vh - 48px);
	margin: 24px;
}

@media (max-width: 1100px) {
	.start-panel-bg {
		display: none;
	}
}

.start-panel-bg-backdrop {
	width: inherit;
	height: inherit;
	position: fixed;
	z-index: 1;
}

.start-panel-bg-backdrop img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 35% 0;
	position: absolute;
	z-index: 1;
	border-radius: 12px;
}

.start-panel-bg-backdrop__box {
	width: 30%;
	height: 100%;
	left: 12px;
	margin-left: auto;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.start-panel-bg-backdrop__box__border {
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2011.9176V12H12V0H11.9176C11.2259%206.25742%206.25742%2011.2259%200%2011.9176Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E');
	width: 12px;
	height: 12px;
	position: absolute;
	left: -12px;
	background-color: transparent;
}

.start-panel-bg-backdrop__box__border:first-of-type {
	top: 0;
	transform: rotate(270deg);
}

.start-panel-bg-backdrop__box__border:last-of-type {
	bottom: 0;
}

.start-panel-bg-person {
	width: inherit;
	height: inherit;
	position: fixed;
	z-index: 2;
}

.start-panel-bg-person img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 35% 0;
}

.start-panel-form {
	max-width: 375px;
	/* min-height: 800px; */
	color: #757575;
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
	margin: auto 0;
	padding: 10px;
}

.start-panel-form-content {
	/* margin-top: 120px; */
}

@media (max-width: 1100px) {
	.start-panel-form {
		max-width: 700px;
		width: 100%;
	}
}

.start-panel-form label {
	margin: 0 0 10px 0;
	display: block;
	cursor: text;
}
.start-panel-form fieldset {
	border: 2px solid #133ad8;
	border-radius: 4px;
	background-color: #fff;
	display: flex;
	align-items: baseline;
	padding: 0 14px;
}
.start-panel-form fieldset legend {
	width: initial;
	margin: 0;
	padding: 6px;
	font-size: 12px;
	color: #133ad8;
	font-weight: 500;
	border: none;
}
.start-panel-form fieldset input {
	width: 100%;
	height: 100%;
	background-color: #fff;
	filter: none;
	border: none;
	outline: none;
	padding: 0 0 16px 4px;
	border-radius: 4px;
}

.start-panel-form fieldset input,
.start-panel-form fieldset input::placeholder,
.start-panel-form-content fieldset input:-webkit-autofill,
.start-panel-form-content fieldset input:-webkit-autofill:hover,
.start-panel-form-content fieldset input:-webkit-autofill:focus,
.start-panel-form-content fieldset input:-webkit-autofill::first-line,
.start-panel-form-content fieldset input:-internal-autofill-selected {
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	box-shadow: 0 0 0 100px #fff inset;
	-webkit-box-shadow: 0 0 0 100px #fff inset;
}

.start-panel-form p {
	margin: 0;
	padding: 0;
}

.start-panel-form-content h1 {
	font-size: 24px;
	font-weight: 600;
	color: #515151;
	margin-bottom: 20px;
}

.start-panel-form-content button.btn.btn-primary {
	height: auto;
	margin: 24px 0 24px 0;
	padding: 12px;
	width: 100%;
	display: block;
	font-size: 16px;
}

.start-panel-form-content button.btn.btn-primary i {
	margin-left: 10px;
}

.start-panel-form-content__border {
	color: #d0d0d0;
	margin: 45px 0;
	display: flex;
	align-items: center;
}

.start-panel-form-content__border hr {
	width: 100%;
	border: none;
	background-color: #d0d0d0;
	height: 1px;
}

.start-panel-form-content__border span {
	padding: 0 60px;
}

.start-panel-form-footer {
	font-size: 14px;
}

.start-panel-form-footer img {
	display: block;
	margin: 25px 0 50px 0;
	width: 200px;
	height: 32px;
}
