@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");


.full-width {
    width: 100% !important;
}

body{
	height: 100%;
}

button:focus {
  outline: 0 !important;
}

.btn-block{
	width: 100%;
}

.block {
  display: block;
}

.btn-xs {
  font-size: 0.7rem;
  padding: 0.2rem 0.4rem;
}

.btn {
  border-radius: 3px;
  font-size: inherit;
}
.btn:focus {
  box-shadow: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary {
  color: #fff;
  background-color: #004898;
  border-color: #004898;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  background-color: #226ab8;
  border-color: #226ab8;
  color: #fff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #226ab8;
  border-color: #226ab8;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #226ab8;
  border-color: #226ab8;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


.btn-default {
  color: #fff;
  background: #999;
  border: 1px solid #e7eaec;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
  color: #fff;
  border: 1px solid #d2d2d2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  color: #cacaca;
}


.form-control,
.form-control:focus{
  box-shadow: none;
}

/* BACKGROUNDS */
.gray-bg{
  height: 100vh;
  background: url(../images/bg_login.jpg) no-repeat center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  /* background-size: cover; */
  background-size: 1900px 850px;
}

/* ERROR & LOGIN & LOCKSCREEN*/
.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 100px auto;
  padding-top: 40px;
}
.lockscreen.middle-box {
  width: 200px;
  padding-top: 110px;
}
.loginscreen.middle-box {
  width: 300px;
}
.loginColumns {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}
.passwordBox {
  max-width: 460px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}
.logo-name,.logo-name img {
  width: 100%;
}
.logo-name{
	margin-bottom: 40px;
	padding: 0 5px;
	font-size: 26px;
	font-weight: 700;
}

.logo-name span{
	color:#224479;
}
.wrapper .middle-box {
  margin-top: 140px;
}
.lock-word {
  z-index: 10;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -470px;
}
.lock-word span {
  font-size: 100px;
  font-weight: 600;
  color: #e9e9e9;
  display: inline-block;
}
.lock-word .first-word {
  margin-right: 160px;
}

/* register */

.middle-box2 {
  max-width: 500px;
  z-index: 100;
  margin: 20px auto;
  padding-top: 40px;
  background-color: rgba(255,255,255,0.4);
  padding: 40px;
}

label{
	text-align: left;
	width: 100px;
	float: left;
	line-height: 38px;
	font-weight: bold;
	padding-left: 10px;
}

.input-group,.register_form_ip{
	float: right;
	width: 100%;
	max-width: 300px !important;
}

.form-group{
	float: left;
	width: 100%;
}