/*   This  is for Admin Login Page - Start */
body {
		no-repeat center top;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			background-size: cover;
}
.details_div{
	height: 356px;
}
 .empass-link{
                letter-spacing: .7px;
                cursor: pointer;
                background: rgba(255,255,255,0.6);
                text-align: center;
                border-radius: 5px;
                padding: 10px;
                display: inline-block;
                border: solid 1px #fff;
                color: white;
                 -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }


.navbar-brand{
	padding:0;
	font-size: 23px;
}
form > h5{
  letter-spacing: 1px;
}
.form-signin {
  width: 100%;
  max-width: 400px;
  background-color:#fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px #ccc;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.apollo-image {
			-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
			box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
			border-radius: 150px;
			margin: 0 auto 40px auto;
			width: 200px;
			height: 200px;
			display: block;
			background: url(./images/avatar.jpg) top center;
		}
.orange-btn{
	  background-color:#3182bd !important;
	  color:#fff !important;
	  width:100%;
  }
.org-txt{
    color:#3182bd !important;
  }		
@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.otf') format('opentype')
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf') format('opentype')
}
.tag-txt1{
	font-size: 25px;
	font-family: Gotham-Bold !important;
    
}
.tag-txt2{
	font-size: 15px;
	font-family: Gotham-Light !important;
	
}