body {
/*
	background: url("../images/photo_bg.jpg") no-repeat center center fixed;
*/
/*background: #80bfff;  Old browsers */

/*
	background-size: cover;
*/
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	color: #fff;
	 background-color: #4F4F4F;
}
.footerlink{
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #fff;
	FONT-FAMILY: ARIAL;
	TEXT-DECORATION: none;
	padding-bottom: 5px;
}
.footerSub{
	font-family: tahoma;
	font-size: 12px;
	color: #252525;
	padding: 2px;
	background-color: #BAB4B4;
}
.footer{
font-family: tahoma;
font-size: 10px;
color: #FFFFFF;
padding: 2px;
}
	 .wrapper
{
width:1004px;
text-align:center; 
margin: 0 auto;
}
/* Typography */
h1#title {
	font-family: 'Roboto Slab', serif;
	font-weight: 180;
	font-size: 1.7em;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin: 0 auto;
	padding-top: 2px;
	max-width: 315px;
	text-align: center;
	position: relative;
	top: 0px;
}

.wob h1#title {
	font-family: 'Roboto Slab', serif;
	font-weight: 180;
	font-size: 1.7em;
	color: #fff600;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin: 0 auto;
	padding-top: 2px;
	max-width: 315px;
	text-align: center;
	position: relative;
	top: 0px;
}


h1#title span span {
	font-weight: 300;
	font-size: 32px;
}

h2 {
	/*text-transform: uppercase;*/
	color: #FFF;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.2em;
	/*font-size: 1.4em;*/
	line-height: 2.8em;
}

/* Black Color*/

.wob h2 {
	/*text-transform: uppercase;*/
	color: #fff600 ;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.2em;
	/*font-size: 1.4em;*/
	line-height: 2.8em;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #aeaeae;
}

p.small {
	font-size: 0.8em;
	margin: 20px 0 0;
}
.footer
{
	background-color: #d37029;
}

/* Layout */
.container {
	margin: 0 auto;
	width: 100%;
}
.container1 {
	margin: 0 auto;
	width: 100%;
}
.top {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
	height:660px;
}
.txt{
background-color: #d37029;
}
#otpmsg1{
	color:#000; 
	font-size:13px; 
}
#otp_b{
	color:red;
	float: left;
	margin-left: 15px;
}
#otp_ul{
	text-align:justify; 
	margin-right: 28px; 
	margin-top:0px;
}
.wob .top {
	margin: 0;
	padding: 0;
	width: 100%;
	height:650px;
	background:#333;}



.wob #loginBox {
	margin: 0;
	padding: 0;
	/*height: 700px;*/
	width: 100%;
	background: #333;
}

.login-box {
	background-color: #fff;
	max-width: 340px;
	margin: 0 auto;
	position: relative;
	top: 5px;
	padding-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	text-align: center;
}



.wob .login-box {
	background-color: #222;
	max-width: 340px;
	margin: 0 auto;
	position: relative;
	top: 5px;
	padding-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	text-align: center;
}

.login-box .box-header {
	background-color: #D37029;
	margin-top: 0;
	border-radius: 5px 5px 0 0;
}

/* Black */
.wob .login-box .box-header {
	background-color: #000000;
	margin-top: 0;
	border-radius: 5px 5px 0 0;
}

/*ff9900*/
.login-box label {
	font-weight: 700;
	font-size: .8em;
	color: #D37029;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 2em;
}


.wob .login-box label {
	
	font-weight: 700;
	font-size: .8em;
	color: #fff600;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 2em;
}

.login-box input {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: .9em;
	color: #D37029;
}

.wob .login-box input {
	background-color: #333;
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: .9em;
	color: #fff600;
}

.login-box input:focus {
	outline: none;
	border-color: #665851;
	transition: 0.5s;
	color: #665851;
}


.wob .login-box input:focus {
	outline: none;
	border-color: #665851;
	transition: 0.5s;
	color: #fff;
}

.login-box button {
	margin-top: 0px;
	border: 0;
	border-radius: 2px;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.7em;
	letter-spacing: 1px;
	background-color: #D37029;
	cursor:pointer;
	outline: none;
}

.wob .login-box button {
	margin-top: 0px;
	border: 0;
	border-radius: 2px;
	color: #fff600;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.7em;
	letter-spacing: 1px;
	background-color: #333;
	cursor:pointer;
	outline: none;
}


.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.selected {
	color: #665851!important;
	transition: 0.5s;
}

/* Animation Delay */
#logo {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
}

.login-box {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}
@media only screen and (max-width: 980px) {
 .wrapper{
	 width:100%;
 }
	.geplogo{
		width:100%;
	}
	.login-box{
		width:100%;
	}
}
@media screen and (device-aspect-ratio: 1920/1080) {
	
 .top {
	height: 94vh;
  }
 .top #title{
	   padding-top: 50px;
  }
  .top #loginBox{
	   padding-top: 30px;
  } 
  
}
#accessControl input {
margin:0 auto;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    float: right;
    height: 25px;
    padding-bottom: 10px;
    width: 22px;
}


.wob #accessControl input {
margin:0 auto;
    
    border: medium none;
    color: #fff600;
    float: right;
    height: 25px;
    padding-bottom: 10px;
    width: 22px;
}

#accessControl input:hover {
    color: #e65a15;
}
#accessControl .normal {
    font-size: 13px;
}
#accessControl .large {
    font-size: 13.5px;
}
#accessControl .contrastChanger {
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-transform: capitalize;
    width: 19px;
}

#accessControl .contrastChanger.normal {
    background-image: url("../images/a-light.gif");
    margin: 0 5px;
}
#accessControl .contrastChanger.wob {
    background-image: url("../images/a-dark.gif");
}
