html {
	position: relative;
	min-height: 100%;
}

body {
	background-image: url(../images/medirad_bg.png);
    /*background-attachment: fixed;*/
    background-size: cover;
}

a{
	color: #08054a;
    font-size: 13px;
    font-weight: 600;
}
a:hover{
	text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a{
color: #edeef9;
font-weight: 600;
}
h3 {
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin: 15px;
}
label {
	font-weight: normal;
}
.navbar{
    background-color: #091a5f;
    /* position: relative; */
    min-height: 50px;
    margin-bottom: 21px;
    box-shadow: 0px 4px 7px 2px #f17c1d;
    border-radius: 4px;
}
.navbar-header{
float:left;
font-family:"tahoma";
}
.navbar-right{
	margin-top: 8px;
}

.logo-img {
	width: 27%;
	margin: 0 auto;
}

.logo-img img{
	width: 350px;
	
}

.panel-heading {
	text-align: center;
	color: #fff !important;
	font-weight: 600;
	padding: 10px 0;
	background-color: #08054a !important;
}

.login {
	max-width: 250px;
	margin-left: 5%;
    margin-top: 5%;
}

footer {
	width: 100%;
	background: black;
	position: absolute;
	bottom: 0px;
}
footer p{
	color:#FFFFFF;
	font-size:11px;
	text-align: center;
	padding: 12px;
	margin: 0px;
}

.img-border {
	border: 5px solid #fff7b1;
	margin: 4px;
	float: left;
	width: 40%;
	box-shadow: 0 0 4px;
	margin-right: 15px;
}
.green-title {
	color: #e82f33;
	font-size: 30px;
	letter-spacing: 0;
	font-family: "Harlow Solid Italic";
}
.separator {
	width: 100%;
	height: 40px;
	background: url(../images/flower.png) center center no-repeat;
	background-size: auto 100%;
	margin: 20px 0;
}
.styled-font.main-subttl {
	font-size: 34px;
	line-height: 1.2;
	letter-spacing: 4px;
}
.panel-primary {
    border-color: #021b31;
    box-shadow: 0px 0px 10px 5px #666e75;
}
footer{
    position: fixed;
}
footer p a {
    color: #f58830;
    font-weight: bold;
}
.btn-primary {
    color: #fff;
    background-color: #e67010 !important;
    border-color: #ad5107 !important;
}
li.list-group-item a .fa {
    color: #f36f04;
    font-size: 17px;
    margin-right: 7px;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    box-shadow: -3px -3px 3px 2px #282738;
    border: 1px solid #1c1c38;
    border-radius: 4px;
}
.panel {
     background-color: rgba(255, 255, 255, 0.9) !important;   
         box-shadow: 4px 3px 1px 2px #08054a;
         border-color: #08054a;
}
}