	/*Designed By Rodgers Akwilini @2018*/
	/*All Rights Reserverd*/
	/*eGA@2018*/





	body {
		/*color: blue;*/
		background: #d47677;
		position: relative;
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		background-color:red;
		}


	.form-control {
        min-height: 41px;
		background: #fff;
		box-shadow: none !important;
		border-color: #e3e3e3;
		color: #444 !important;
		/*font-weight: bold !important;*/
	}
	.form-control:focus {
		border-color: #70c5c0;
	}
    .form-control, .btn {
        border-radius: 2px;
    }
	.login-form {
		width: 635px;
		margin: 0 auto;
		padding: 30px 0 0px;
	}
	.login-form form {
		color: #7a7a7a;
		border-radius: 5px;
    	margin-bottom: 15px;
        font-size: 13px;
        background: #fff;
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
        position: relative;
       /* height: 600px;*/
    }
	.login-form h2 {
		font-size: 22px;
        margin: 0px 0 10px;
        color: #444;
    }

    .login-form h3 {
		font-size: 15px;
        margin: 0px 0 18px;
        color: #444;
    }

    .login-form h6 {
		font-size: 15px;
        margin: 95px 0 10px;
        color: #444;
    }

	.login-form label {
		color: #444;
		font-size: 15px;
		font-weight: bold;
		margin-top: 8px;
	}

	.login-form .avatar {
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 20px;
		width: 83px;
		height: 83px;
		/*border-radius: 50%;*/
		z-index: 9;
		/*background: #70c5c0;
		padding: 15px;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);*/
	}
	.login-form .avatar img {
		width: 100%;
	}
    .login-form input[type="checkbox"] {
        margin-top: 2px;
    }
    .login-form .btn {
        font-size: 16px;
        font-weight: normal;
		/*background: #70c5c0;*/
		border: none;
		margin-bottom: 20px;
    }
	.login-form .btn:hover, .login-form .btn:focus {
		/*background: #50b8b3;*/
        outline: none !important;
	}
	.login-form a {
		color: #fff;
		text-decoration: underline;
	}
	.login-form a:hover {
		text-decoration: none;
	}
	.login-form form a {
		color: #7a7a7a;
		text-decoration: none;
	}
	.login-form form a:hover {
		text-decoration: underline;
	}

	.top_bar {
		border: solid 1px #fff;
		background-color: #fff;
		height: 40px;
		text-align: center;
		padding-top: 10px;
	}

	.top_bar p {
		font-size: 13px;
	}

	.bottom_bar {
		border: solid 1px #fff;
		background-color: #fff;
		width: 635px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 7px;
		margin: 0 auto;
		border-radius: 5px;

	}
	.middle_bar {
		/*border: solid 1px blue;*/
		height: 872px;

	}

	.alert-primary {
		text-align: center;
		font-size: 15px !important;
		border: solid 2px #b8daff !important;
	}

	.space {
		margin-right: 7px;
		font-size: 20px;
	}


	.bottom_bar p{
		font-size: 13px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 3px 0px;
	}

	.bill {
		border: none !important;
		border-bottom: solid 1px #000 !important;
		float: right;
	}

	.info label {
		font-weight: normal !important;
		margin-bottom: 0px !important;
	}

	.tr_place {
		float: right;
		margin-top: 8px;
		font-weight: 600;
		font-size: 15px;
	}

	.background {
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}


	.tr_rec {
		/*border: solid 1px red;*/
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px !important;
		width: 45%;
	}

	.form-group {
		overflow: hidden;
	}

	.tr_pos {
		float: right;
	}

	.tr_asses {
		margin-right: 15px;
	}

	.tr_center {
		text-align: center;
	}

	.btn {
		padding: 0.375rem 2.25rem !important;
	}

	.tr_left {
		float: left;
	}

	.repo p {
    text-align: justify;
    margin: 2px 15px;
	}

	.info p {
	    width: 200px;
	    margin-left: 17px;
	    /* border: solid 1px red; */
	    float: left;
	}

	.info {
	    /* border-bottom: dotted 1px #000; */
	    overflow: hidden;
	    padding: 0px;
	}

	.pay p {
	    font-style: italic;
	    font-size: 12px;
	    color: #2d4a84;
	}


	.tr_pay {
		border-bottom: 1px solid #e9ecef;
		padding: 0px 0px 8px;
		text-align: center;
		margin: 0px 0px 10px;
	}

	.tr_pay p {
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		color: #000;
	}

	/*Mobile Media Screens*/

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

	.background {
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;

	}

	/*.login-form {
		width: 30%;
	}
	.bottom_bar {
		width: 99%;
	}*/



}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

	.background {
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		/*border: solid 10px yellow;*/
	}

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

	.background {
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		/*border: solid 10px red;*/
	}

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	.background {
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		/*border: solid 10px green;*/
	}
}


/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

.background {
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		/*border: solid 10px black;*/
	}

	.login-form {
		width: 99%;
	}
	.bottom_bar {
		width: 99%;
	}

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

  .background {
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		/*border: solid 10px yellow;*/
	}

	.login-form {
		width: 99%;
	}

	.bottom_bar {
		width: 99%;
	}




}


@keyframes censusBounce{
0% {
    transform: scale(1,1) translateY(0);
}
10% {
    transform: scale(1.1,.9) translateY(0);
}
30% {
    transform: scale(.9,1.1) translateY(-100px);
}
50% {
    transform: scale(1.05,.95) translateY(0);
}
57% {
    transform: scale(1,1) translateY(-7px);
}
64% {
    transform: scale(1,1) translateY(0);
}
100% {
    transform: scale(1,1) translateY(0);
}
}

.census {
    position: fixed;
    bottom: 0;
    z-index: 999;
    right: 5px;
}





/*Mobile Media Screens*/
