html,

.bg-light {
  background:#71abd5!important;
}
.body_login {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
nav .active {
  text-decoration: underline;
}
nav a, nav a:active, nav a:hover, nav a:focus{
  color:#fff!important;
  font-weight:bold;
}
input[type=file] {
  padding:3px 0px 0px 3px;
  background:#71abd5;
}
input, select, .custom-file-label {
  margin-bottom:.5rem!important;
}

input:focus, select:focus {
    background:#eee!important;
    box-shadow: 0!important;
}

.btn-primary {
  background:#71abd5;
  border:none;
}
.btn-secondary {
  color:#fff!important;
}
.btn-primary:active, .btn-primary:focus,.btn-primary:hover {
  background:#71abd5!important;
  font-weight:bold;
  border:none;
}

.hidden {
  display:none;
}
.alert-success {
  background:#ffcc00!important;
  color:#b52513!important;
}
a, a:hover, a:active, a:visited, a:focus {
  color:#857a79;
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}
.footer a, .footer a:active, .footer a:hover, .footer a:visited, .footer a:focus {
  color:#fff!important;
  text-decoration:underline;
}
.footer a:hover {
  text-decoration:none!important;
}
.btn-primary {
  color:#fff!important;
  text-decoration:none;
}
.navlogout, .navlogout:hover {
  color:#b52513!important;
}

.navbar-collapse {
  background:#71abd5;
  padding:0 15px 15px 15px;
}
.nav-item {
  font-size:12pt;
  border-bottom:2px solid #f7a600;
  margin-right:5px;
}
.nav-link, .active .nav-link, nav .active {
  text-decoration:none!important;
}
nav .active {
  border-top:2px solid #f7a600;
  border-bottom:2px solid #f7a600;
}

.bodycont {
  min-height:75vh;
}
nav {
  height:10vh;
}
.footer {
  min-height:15vh;
}

/* Container needed to position the button. Adjust the width as needed */
.imagecont {
  position: relative;
  width: 100%;
}

/* Make the image responsive */
.imagecont img {
  width: 100%;
  height: auto;
  
}

/* Style the button and place it in the middle of the container/image */
.imagecont .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: none;
  background:#fff!important;
  color:#71abd5!important;
}
.imagecont .btn {
  background:#fff!important;
  color:#71abd5!important;
}

.wrapper {
  display: inline-block;
}
.wrapper * {
  float: right;
}
input[type='radio'] {
    display:none;
}
label {
  font-size: 30px;
}
.imgsun, .imgsun1 {
  margin:0 10px;
  filter:grayscale(100%);
}

.sunrate:checked ~ label img {
  filter:grayscale(0%);
}
.sunsel {
  filter:grayscale(0%)!important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



.switch-field {
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}