
/*loging*/

@font-face {
  font-family: 'Roboto-Regular';
  src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf')  format('truetype'), url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

 body {
      font-family: 'Roboto', sans-serif;
    }
.login {
	margin: 0;
    width: 415px;
    max-width: 90%;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.28);
    position: fixed;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
	overflow-y: scroll;
	font-family: 'proxima_nova_rgregular';
}
.bg {
	background: url(../img/Quality-Monitoring.jpg) -140px fixed;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	}
	

.wrapper-lg {
    padding: 0px 30px;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
}
.login-info {
	padding: 15px 0;
	font-family: roboto-regular;
}
.login-info ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #AAAAAA;
}
.login-info ::-moz-placeholder { /* Firefox 19+ */
  color: #AAAAAA;
}
.login-info :-ms-input-placeholder { /* IE 10+ */
  color: #AAAAAA;
}
.login-info :-moz-placeholder { /* Firefox 18- */
  color: #AAAAAA;
}
.l-footer {
	    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
	text-align: center;
	}
.login-info i.fa.fa-eye {
    position: relative;
    top: 40px;
    background: #EBEBEB;
    overflow: hidden;
    z-index: 1;
    background: #EBEBEB;
}
.wrapper-lg .form-control {
	    border-radius: 0;
     background-color: transparent;
    border-bottom: 1px solid #2a7de2;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.input-group-addon {
	border-radius: 10px;
	background-color: #e5e5e5;
	;
}
.wrapper-lg .form-group {
	margin-bottom: 20px;
}
.wrapper-lg .input-group {
	margin-bottom: 20px;
	width: 100%;
}
.form-control-feedback {
	left: 0;
	/* top: 15%; */
	height: 50px;
	/* width: 50px; */
	vertical-align: middle;
	padding: 8px 0;
}
.has-feedback select, .has-feedback input {
	background-color: #e5e5e5;
	width: 100%;
	height: 50px;
	line-height: 20px;
	padding: 10px 15px;
	box-shadow: none;
	border: 1px solid #d0d0d0;
	    border-radius: 10px;
}
.has-feedback .form-control, .has-feedback select {
	padding-right: 10px;
	padding-left:0;
}
.login-info label {
    color: #3f5364;
    font-weight: normal;
    font-family: 'proxima_nova_rgregular';
    font-size: 15px;
}
.login-info .has-feedback input {
	height: 35px;
    font-size: 14px;
    font-family: 'proxima_nova_rgregular';
	}
	.login-info .has-feedback input:focus{
		box-shadow: none;
		}
.login-info a {
	font: 18px roboto-Regular;
    color: #fff;
    max-width: 100%;
    width: 100%;}
.btn-flat {
    background: #707070;
    color: #fff;
    height: 50px;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #FFF;
}
.checkbox.checkbox-primary {
    margin-left: 20px;
}
.user-pass {
    border-top: 1px solid #d4d4dd;
    margin: 10px 0;
    padding: 10px 0;
}
.user-pass .col-md-6,
.user-pass .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.login-info .user-pass a {
	color: #3f5364;
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 15px;
	float: left;
	font-family: 'proxima_nova_rgregular';
}
	 
@media (max-width: 767px){
.login {
    left: 0;
    margin: 0 auto;
}
.wrapper-lg, .l-footer{
	/* position: initial; */
}

}

@media (max-width: 480px){

.login {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
}

.myBtn{border-radius:0;}

/*for cookie*/

.fixedClr{
	background:#428bca;
}
.cookies_part, .cookies_part_confirmed{
	position:fixed;
	bottom:0;
	width:100%;
	padding:10px 0;
	display:none;
	z-index:400;
}
.cookies_part a{
	/*color:#034255;*/
	color:#000000;
}
.cookies_part a:hover{
	/*color:#034255;*/
	color:#ffffff;
}
.cookies_part .cookie_txt, .cookies_part_confirmed  .cookie_txt{
	color:#fff;
	margin:10px 0;
}
.cookies_part .btnset{
	margin-top:8px;
}
.cookies_part_confirmed .btnset{
	margin-top:-5px;
}
.cookies_part .cookie_txt, .cookies_part_confirmed  .cookie_txt{
	color:#fff;
	margin:10px 0;    
}
.cookies_part_confirmed .cookie_txt {
    text-align:right;
}
@media(max-width:991px) {
    .cookies_part_confirmed .cookie_txt {
        text-align:center;
    }
}
@media(max-width:991px){
	.cookies_part .btnset, .cookies_part_confirmed .btnset{
		display:table;
		margin:0 auto;
	}
}
@media(min-width:991px) and (max-width:1199px)  {
	.cookies_part .btnset{
		margin-top:18px;
	}
	.cookies_part_confirmed .btnset{
		margin-top:8px;
	}
}
.cookies_part .btn-beats-cookies, .cookies_part_confirmed .btn-beats-cookies{
	margin:10px 10px 0 10px;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
	font-weight:bold;
	color:#000;
	text-shadow: 1px 1px 0px #ffffff;
}

/* End Login*/