body{
  font-family: 'Mukta', sans-serif;
	height:100vh;
	min-height:550px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
}
a{
	text-decoration:none;
  color:#444444;
}
.white-panel h2 , .white-panel h3 {
    background: #1a6c7f;
    font-size: 1.4em;
    padding: 20px;
	margin: 0;
}

.loader img {
	left: 45%;
	position: fixed;
	top: 35%;
	z-index: 2 !important;
	width: 15%;
}
.overlay {
    background-color: rgba(1, 1, 1, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    display: none;
    top: 0;
    z-index: +99999 !important;
   
}
.inner_overlay {
	background-color: rgba(1, 1, 1, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: +99999 !important;
	background: url(../admin/assets/img/loader.gif) no-repeat center;
	background-size: 150px;
}
p.error {
    color: #ffffff;
    text-align: center;
    background: #e87b1e;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 13px;
    padding: 11px;
}
p.success {
    color: green;
    text-align: center;
}
.input-group-btn {
    padding: 8px 0px;
    margin-top: 20px !important;
    float: left;
    border: solid 1px #ccc;
    border-left: none;
	width: 10%;
}
.login-reg-panel{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	text-align:center;
    width:70%;
	right:0;left:0;
    margin:auto;
    height:400px;
    background-color: #27bfe2;
}
.white-panel{
    background-color: #fff;
    min-height:500px;
    position:absolute;
    top:-50px;
    width:50%;
    right:calc(50% - 50px);
    transition:.3s ease-in-out;
    z-index:0;
    box-shadow: 0 0 15px 9px #00000096;
}
.login-reg-panel input[type="radio"]{
    position:relative;
    display:none;
}
.login-reg-panel{
    color:#fff;
}
.login-reg-panel #label-login, 
.login-reg-panel #label-register{
    border:1px solid #9E9E9E;
    padding:5px 5px;
    width:200px;
    display:block;
    text-align:center;
    cursor:pointer;
    font-weight: 600;
    font-size: 18px;
	background : #015c71 ;
}
.login-info-box{
    width:80%;
    padding:0 50px;
    top:20%;
    left:0;
    position:absolute;
    text-align:left;
}
.register-info-box{
    padding:0 50px;
    top:20%;
    right:0;
    position:absolute;
    text-align:left;
    
}
.right-log{right:50px !important;}

.login-show, 
.register-show{
    z-index: 1;
    display:none;
    opacity:0;
    transition:0.3s ease-in-out;
    text-align:left;
}
.show-log-panel{
    display:block;
    opacity:0.9;
}
.login-show input[type="text"], .login-show input[type="password"]{
    width: 100%;
    display: block;
    margin:20px 0;
    padding: 15px;
    border: 1px solid #b5b5b5;
    outline: none;
	color: #000;
}
input[type="button"] , input[type="submit"] {
    /* max-width: 150px; */
    width: 100%;
    background: #015c71;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float:right;
    cursor:pointer;
}
.login-show a{
    display:inline-block;
    padding:10px 0;
}

.register-show input[type="text"], .register-show input[type="password"]{
    border: 1px solid #b5b5b5;
    outline: none;
	border-left: none;
}

.credit {
    position:absolute;
    bottom:10px;
    left:10px;
    color: #3B3B25;
    margin: 0;
    padding: 0;
    font-family: Arial,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 99;
}
a{
  text-decoration:none;
  color:#2c7715;
}

.input-group-addon {
    padding: 11px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
	border-right: none;
}
.form-group {
    width: 100%;
}
@media (min-width: 768px)
{
.col-md-6 {
	max-width : 50%;
	float: left
	}
.col-md-9 {
	max-width : 75%;
	float: left
	}
.col-md-3 {
	max-width : 25%;
	float: left
	}
}
@media (max-width: 650px)
{
.white-panel {
	width: 100%;
	right: 0px;	
	right: initial;
    width: 100%;
	height: auto;
}
.login-reg-panel {
	width: 100%;
	top: 45%;

}
.loader img {
    left: 30%;
    top: 33%;
    width: 36%;
}
.input-group-btn {
    padding: 8px 0px;
}
}