/*******www.nehrugroup.in*******/

.title{
    text-decoration:underline;
    padding: 5px 5px;
}
.btn-launch,.btn-launch:hover, .btn-launch:active, .btn-launch:focus{
	background-color: #2ecc71;
    border: medium none #2ecc71;
    box-shadow: 0 3px 0 #d35400, 0 5px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 20px 40px;
    margin-top:10%;
}
.bt-login,.bt-login:hover, .bt-login:active, .bt-login:focus {
    background-color: #ff8627;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    -moz-box-shadow:inset 0px 1px 0px 0px #ff8627;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ff8627;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8627', endColorstr='#ff8627',GradientType=0);
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
}


.login-tab {
	margin: 0 auto;
	max-width: 430px;
}

.login-modal-header
{
    background: rgb(229, 229, 229);
    color: rgb(37, 67, 96);
    border-bottom-style: solid;
    border-bottom-color: #00CC00;
}

.login-modal-header .modal-title {
	color: rgb(37, 67, 96);
}

.login-modal-header .close {
	color:red;
}

.login-modal i {
	color: #000;
}

.login-modal form {
	max-width: 350px;
}

.tab-pane form {
	margin: 0 auto;
}
.login-modal-footer{
	margin-top:15px;
	margin-bottom:15px;
}

.Loginlayout
{
    background-image: url('../images/LoginBG.png');
    border-radius : 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
}

.divMsg
{
    background-color: rgb(233, 233, 233);
    position: relative;
    text-align: center;
    line-height: 35pt;
    font-size: 1.2em;
    border-right: rgb(255,255,0) 1px solid;
    border-top: rgb(255,255,0) 1px solid;
    border-left: rgb(255,255,0) 1px solid;
    border-bottom: rgb(255,255,0) 1px solid;
    vertical-align: middle;
    border-color: rgb(255, 0, 0);
}
.divMsg #closebtn
{
   position:absolute;
   top:13;
   left:788;
   cursor:pointer;	
   
}
.backimage
{
    margin: 0px; 
    /*background-color: #FFFAFA;
    background-image: url('../images/logebackimage0.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;*/
    
}
