body {
	
	} 
.header-1{
	margin:auto;
	margin-top:10px;
	border-radius:5px;
	color:#740c01;
}
  .login-box{
  	border: 1px dashed #ce141b;
    padding-top: 2.2%;
    margin: 2%;
    border-radius: 9px 
  }
 .regBody{
	margin-top:0%;
	background-color:#f4f6f4d4;
	box-shadow: 0 -8px 28px 0 #422927, 0 0px 3px 0 #e5e4dde6;
	border-radius:8px;
}
.regBox{
	margin:1%; text-align:center; / border:1px solid green; /
	height:250px;
	position: relative;
	border-radius:10px;
	padding:2%;
} 
.regLbl{
	color: #740c01;
	margin-top: 10px;
}
.reLogin{
	color:#740c01;
	}
.mb-20{
	margin-bottom: 20px;
	}
.btn-viewR {
	padding: 8px 15px;
	background: linear-gradient(-60deg, #1a3718 53%, #203b16 47%);
	color: white;
}
 
.head-login {
    margin-top: 0%;
    box-shadow: 0 -8px 28px 0 #422927, 0 0px 3px 0 #e5e4dde6;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1000px #cdc5bce8;
    padding: 8px 5px;
    backdrop-filter: blur(3px);
}
.left-br{
	height:24px;
	postion:fixed;
	border-left:1px solid #802018; 
	margin-top: 10px
}
.right-br{
	height:24px;
	postion:fixed;
	float:right; right:0px; 
	margin-top: 10px;
	border-right:1px solid #802018;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
     background-color: white !important;
    border:none !important; 
    border-radius: 4px;
}
.input-text{padding-top:11px;
  background:#f1f3f324 !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px; 
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-group {
	border-bottom: 1px solid #802018;
    position: relative;
    display: table;
    border-collapse: separate;
}
.lbl-txt{
	color: #131314;
	padding-right: 0px;
	}
.txt-link a{
	color:#740c01 !important;
	}
::placeholder {
	color: black !important;
	opacity: 1;
}
.btn { 
	color: #fff !important;
}
.btn-view {
    padding: 8px 15px;
    background: linear-gradient(-60deg, #4a2b1f 53%, #5e211b 47%);
    color: white;
}
.btn:hover {
    color: #1c1515 !important;
    background: #136e9b;
    text-decoration: none;
    font-weight: 700;
}
.handRight{
	font-size: 18px;
	color: #ff2929;
  }
.blink_me {
	animation: blinker 3s linear infinite;
  }
.blink_me b {
    text-shadow: 0px 2px 9px #fff;
}
@keyframes blinker {
	70% { color:#e5482e;},
	50% {
	    opacity: .2;
	  }
  }
.errmessage{
 	display: block;
 	color: #930204;
}

.forgot_pwd{
	text-decoration: underline;
    color: #337ab7;
}
