.start {
	display: grid;
	grid-template-columns: 1fr 2fr;
	height: 100vh;
	width: 100%;
	overflow: hidden auto;
	margin-top: calc(-1 * var(--header-height));
}
@media (max-width: 1200px) {
	.start {
		grid-template-columns: 1fr 0;
 }
}
.start-panel {
	display: grid;
	grid-template-rows: 1fr auto;
	background-color: var(--start-panel-bg);
	align-items: center;
	justify-content: center;
	padding: 2rem;
	overflow: auto;
	height: 100%;
}
.start-panel__wrapper {
	margin: 0 auto;
	max-width: 350px;
}

.start-panel__wrapper a img {
	width: 100%;
	height: auto;
}

.start-panel__logo {
	cursor: pointer;
	margin-bottom: 3.75rem;
	width: 100%;
	height: auto;
}

.start-footer {
	margin: 0 auto;
	align-self: flex-end;
}
.start-footer__brands {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0 2.5rem;
	margin: 4rem 0 7.5rem 0;
}
.start-footer__copy {
	display: inline-flex;
	align-items: center;
	gap: 0 0.75rem;
}
.start-bg {
	background-image: url('../img/login_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.start a {
	color: var(--primary-color);
}

.start-panel-box-content h1 {
	padding: 0;
	margin: 4rem 0 20px 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.6;
	color: #003c71;
}

.start-panel-box-content label {
	margin: 0 0 10px 0;
	display: block;
	cursor: text;
}

.start-panel-box-content fieldset {
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	background-color: #fff;
}

.start-panel-box-content fieldset legend {
	width: initial;
	margin: 0 10px;
	padding: 2px;
	font-size: 12px;
	color: #003c71;
	font-weight: 400;
	border: none;
}

.start-panel-box-content fieldset input {
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #003c71 !important;
	filter: none;
	border: none;
	outline: none;
	padding: 0 0 12px 12px;
	border-radius: 4px;
}

.start-panel-box-content fieldset input,
.start-panel-box-content fieldset input::placeholder {
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	color: #003c71;
}

.start-panel-box-content fieldset input:-webkit-autofill,
.start-panel-box-content fieldset input:-webkit-autofill:hover,
.start-panel-box-content fieldset input:-webkit-autofill:focus,
.start-panel-box-content fieldset input:-webkit-autofill::first-line {
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	box-shadow: 0 0 0 100px #fff inset;
	color: #003c71;
	-webkit-text-fill-color: #003c71;
	-webkit-box-shadow: 0 0 0 100px #fff inset;
}

.start-panel-box-content__actions {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.start-panel-box-content__actions label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	margin: 0;
	user-select: none;
}

.start-panel-box-content__actions label input[type='checkbox'] {
	margin: 0 5px 0 0;
}

.start-panel-box-content button {
	width: 100%;
	margin: 16px 0 16px 0;
	padding: 16px;
	background-color: #074173;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	outline: none;
	user-select: none;
}

.start-panel-box-content button:hover {
	background-color:rgb(15, 81, 138);
}

.start-panel-box-content button i {
	margin-left: 10px;
}

.start-panel-box-content a {
	text-decoration: none;
	color: #757575;
}

.start-panel-box-footer {
	color: #757575;
	font-size: 14px;
}

.start-panel-box-footer a {
	text-decoration: none;
	color: #003c71;
}

.start-panel-box-footer img {
	width: 150px;
	height: auto;
}
