﻿@charset "utf-8";
/* CSS Document */

body, html{ height:100%; width:100%; }
body{
    background: url(../images/site/loginbg.jpg) no-repeat;
	background-color: #ffffff;
	background-size: 100% auto;
	width:auto;
	min-width:inherit;
	background-position:top right;
	background-attachment:fixed;
	font-size:12px;
	padding:0 !important;
    font-family: 'Muli', Arial;

}
.container{ width:auto; }

.logintop-pos{
    margin-top:13%; 
}

.col-md-offset-4, .logintop-pos{ -moz-transition: all 0.2s ease-in;  -webkit-transition: all 0.2s ease-in;  -o-transition: all 0.2s ease-in;  transition: all 0.2s ease-in;   }


.panel-body{  padding: 15px 15px 0;  }


.panel.panel-default{
	background: url(../images/site/loginboxbg.png) repeat; border:none; width:615px; padding:0 95px;
}
.panel.panel-default .panel-heading{ background:none; background-color:transparent; border-bottom:none }

.form-group .form-control{ width:100%; }

.panel-heading{ width:100%; height:152px;  padding:0; }
.panel-heading img{ max-width:none }
.panel-heading .logolarge{ position:absolute;  margin-top:-44px; width:408px; text-align:center; }

.checkbox {   margin-bottom: 10px;    margin-top: 0px; color:#fff }
.checkbox input[type="checkbox"]{ margin-top:2px; }

a{ color:#fff }
a:hover{ text-decoration:none; color:#fff }

.input-group{    width: 100%;  -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;  }
.input-group .form-control{ border-color:#6a6a6a; background:#6a6a6a;  height: 41px; color:#fff  }
.input-group .input-group-addon{ background:#6a6a6a; border-color:#6a6a6a; width: 62px; padding:0;  }
.input-group{ -webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;  }

.panel.panel-default .panel-body .btn-success.btn-block{ margin-bottom:-20px; text-transform:uppercase; font-size:28px;  line-height: 27px; font-family: 'Titillium Web', sans-serif;  }

.btn-success.btn-block{
	background: #7bb128; /* Old browsers */
background: -moz-linear-gradient(top,  #7bb128 0%, #7bb128 53%, #8dc43a 53%, #8dc43a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7bb128), color-stop(53%,#7bb128), color-stop(53%,#8dc43a), color-stop(100%,#8dc43a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7bb128 0%,#7bb128 53%,#8dc43a 53%,#8dc43a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7bb128 0%,#7bb128 53%,#8dc43a 53%,#8dc43a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7bb128 0%,#7bb128 53%,#8dc43a 53%,#8dc43a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7bb128 0%,#7bb128 53%,#8dc43a 53%,#8dc43a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bb128', endColorstr='#8dc43a',GradientType=0 ); /* IE6-9 */
border:none;

 -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px; 
}

@media (max-width: 1100px) {
	body{
		background: url(../images/site/loginbg.jpg) no-repeat;
		background-color: #efeff1;
		background-size: auto 100%;
		background-position:bottom right;
		width:auto;
		min-width:inherit;
			background-attachment:fixed;
	}
}
@media (max-height: 600px) {
	body{
		background: url(../images/site/loginbg.jpg) no-repeat;
		background-color: #efeff1;
		background-size: 100% auto;
		background-position:bottom right;
		width:auto;
		min-width:inherit;
			background-attachment:fixed;
	}
	.logintop-pos{    margin-top:4%;  }

}


@media (max-height: 1200px) and (max-width: 1200px) {
	body{
		background: url(../images/site/loginbg.jpg) no-repeat;
		background-color: #efeff1;
		background-size:  auto 100% ;
		background-position:bottom right;
		width:auto;
		min-width:inherit;
			background-attachment:fixed;
	}
	.col-md-offset-4{    margin-left: 5%; }
}


.logintop-pos .has-error .form-control , .logintop-pos .has-error.input-group .input-group-addon {
    background:rgba(217,83,79,0.5);        
    border-color:#b62e2a;
      border-radius: 0;        
}
.logintop-pos .has-error .form-control {
    color:#fff;
     border-radius: 0;     
}
.logintop-pos .has-error.input-group  {
     background:rgba(217,83,79,0.5);  
      border-radius: 0;     
}