	/* Coded with love by Mutiullah Samim */

		body,
		html {
			margin: 0;
			padding: 0;
			height: 100%;
			background:#c3f7df;
		}
		.loginbg {
			margin: 0;
			padding: 0;
			height: 100%;
			background: url(../images/bg.jpg);
		}
		.loginbg1 {
			margin: 0;
			padding: 0;
			height: 100%;
			background: url('/assets/front/blf_background2.jpeg');
            background-size: cover;
            background-repeat: no-repeat;
		}
		.user_card {
			height: 400px;
			width: 350px;
			margin-top: auto;
			margin-bottom: auto;
			background: #fcb913;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}
		.brand_logo_container {
			position: absolute;
			height: 170px;
			width: 170px;
			top: -75px;
			border-radius: 50%;
			background: #a7cf39;
			padding: 10px;
			text-align: center;
		}
		.brand_logo {
			height: 150px;
			width: 150px;
			border-radius: 50%;
			border: 2px solid #fcb913;
		}
		.form_container {
			margin-top: 50px;
		}
		.custom-control {
		  position: relative;
		  display: block;
		  min-height: 1.5rem;
		  padding-left: 1.5rem;
		  margin-top: 20px;
		  margin-bottom: 25px;
		}
		.login_btn {
		  width: 100%;
		  background: #0188d1 !important;
		  color: white !important;
		  padding-bottom: 8px;
		  border-radius: 30px;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-control-label {
		  position: relative;
		  margin-bottom: 0;
		  color: #fff;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #0188d1 !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #0188d1 !important;
		}
		.bg-primary {
		  background-color: #fcb913 !important;
		}
		.border {
		  border: 1px solid #dee2e6 !important;
		  background: #fff;
		  padding: 20px;
		}
		.card-body h3{font-weight: bold;font-size: 24px;padding: 25px 0px 10px;line-height: 32px;}
		.btn-danger {
		  color: #fff;
		  background-color: #dc3545;
		  border-color: #dc3545;
		  padding: 7px 70px 10px;
		  margin-top: 10px;
		  border-radius: 30px;
		}
		.form-control {
		  display: block;
		  width: 100%;
		  padding: .375rem .75rem;
		  font-size: 1rem;
		  line-height: 1.5;
		  color: #495057;
		  background-color: #f7f7f7;
		  background-clip: padding-box;
		  border: 1px solid #ced4da;
		  border-radius: .25rem;
		  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
		.qr img{width:100%;}
		.logout {
			  padding-bottom: 15px;
			  text-align: right;
			  color: #fff;
			}
		.logout a{
			  color: #000;
			}

		/* HIDE RADIO */
		[type=radio] {
		  position: absolute;
		  opacity: 0;
		  width: 0;
		  height: 0;
		}

		/* IMAGE STYLES */
		[type=radio] + img {
		  cursor: pointer;width:70%;
		}

		/* CHECKED STYLES */
		[type=radio]:checked + img {
		  outline: 2px solid #f00;
		  width:70%;
		}

		label {
		  display: inline-block;
		  margin-bottom: 1rem;
		  font-size: 17px;
		  font-weight: 500;
		}




		@media only screen and (max-width: 600px) {

		  .btnd{text-align: center;display: block;}

		}
