body {
	font-family: 'poppins', sans-serif;
}

.content {
	height: 100vh;
}

.form-check-input:checked {
	background: #0077c8;
	border-color: #0077c8;
}

.logo {
	background-image: url(../../Content/Micron/Images/micron-logo_blue_rgb.png);
	/*background-image: url(../Images/micron-logo_blue_rgb.png);*/
}

.btn-bg {
	background-color: #0077c8;
}

.custom_logo {
    max-width: 63%;
    margin-left: 16%;
}

.input_setup {
	padding: 1.3rem .75rem !important;
}

.custom_btn {
	background-color: #0077c8;
	color: #fff;
	padding: 8px 28px;
	font-size: 16px;
	cursor: pointer;
	transition: all .5s ease;
	width: 60%;
	border-radius: 30px;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.btn-outline-micron-bg:hover {
	background-color: #0077c8;
	color: #fff;
}

.text_micron {
	color: #0077c8;
}

.bg_micron {
	background-color: #0077c8;
}

.custom-control-input:checked~.custom-control-label.custom_checkbox_label::before {
	color: #fff;
	border-color: #0077c8;
	background-color: #0077c8;
}