body { 
	background: url('../img/Web-BG.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	/*background-size:cover;
	background-size: 100%;*/
	background-repeat: no-repeat;
	color: #424242;
	/*max-width: 100%;
	max-height:100%;*/

}

input[type="text"],input[type="password"],input[type="email"],select.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

input[type="text"]:hover{
     cursor:auto;
}
label{
     cursor:auto;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 100ms; /*Default:200ms*/
  opacity:1;
  text-align: left;
}

.transform{
    color: #424242;
    font-size: 85%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  color: #424242;
  font-size: 85%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}

#submit,#signup,#fp_submit,#login,#reset_pwd{
background-color:#a51d30;
color:#c0c0c0;
height:40px;
border-radius:5px;
margin-bottom:10px;
padding: 0px;
outline: none !important;
}

.panel-default{
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px !important;
	margin: 0;
	padding: 0px;
	border:0 !important;
	border-radius:10px !important;
	
}

.panel-heading{
	color : #424242;
	background-color: #c0c0c0;
	height: 40px;
	font-family: 'Roboto', sans-serif;
	text-align : center;
	font-size:18px;
	padding: 0px;
	border-radius:10px ;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom: 0 ;
}

.panel-body{
	margin-top: 0;
}

#login-link,#login-link-fp, #signup-link{
	color: #a51d30;
	cursor: pointer;
}

select.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid grey;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
input[type="text"]:focus, input[type="password"]:focus,input[type="email"]:focus, select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  
}
a{
	cursor: pointer;
}

/*.row{
  margin-top: 10px;
  margin-bottom: 10px;
}*/

label {
    font-weight: normal !important;
}

input[type="radio"]{
	padding: 0px 6px;
	background: #004c97;
}
.links_e42{
  margin-bottom:0px;
}

/*Login CSS*/
#loginemail, #loginpwd{
	margin-top: 10px;
}

#forgotpwd-link:hover{ 
	color: #a51d30 !important;
	font-weight: 400;
}

#captcha{
	font-size:12px;
}

#inner_div{
	outline: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
	outline: none !important;
}
/*
#login_row{
	margin-bottom: 30PX;
}

.description{
	text-align-last: center;
}*/

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

#mandatory{
	color: red;
}

/*Forget Password Related Css*/
.container{
	width: 334px;
	height: 370px;
	-webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
	
}
#regemail{
	margin-top: 20px;
}
#fp_submit,#reset_pwd{
	margin-top:68px;
	outline: none !important;
}

/*Sign-up*/
#name,#email,#phone,#show_org{
	margin-top: 10px; 
}
#orgname{
	margin-top:15px;
}

.popover{
    width:200px;	
}
.popover-content{
	color:#424242;
    font-size: 10px;
}

.alert {
 height:5px;
  text-align:center;
}

/*success-error-msg div*/
.display_msg_success{
    color:blue;
}

.display_msg_error{
    text-align: center;
    vertical-align: middle;
    padding:10px;
    width: 450px;
    min-height: 60px;
    opacity: 0.7;
    background-color: #ffbfbf;
    border:2px solid red;
    border-radius: 10px;
    font-size:14px;
    color:black;
}

