.loader,
body.login {
	background-color: #102b45;
}

.btn-template {
	background-color: #102b45;
}
.btn-template:hover,
.btn-template:focus {
	background-color: #0a1a29;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #0a1a29;
	background-color: #102b45;
}