@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,500);

html, body {
  width:100%;
  height:100%;
}
body {
  margin:0 auto;
  background: #f6f7fa;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.container {
  position:relative;
  width:90%;
  height: 90%;
  margin:0 auto;
}

.outer {
  display: table;
  width: 100%;
  height: 100%;
}
.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 470px;
  width: 100%;
}

#login {
	overflow:hidden;
	background:#fff;
	border-radius:50px;
}

.bg-login{
	background:url(../img/bg_login.png) no-repeat 0 0;
	background-size:100% 100%;
	padding:40px 35px;
	text-align:left;
	font-size:40px;
	font-weight:800;
  color:#fff;
  min-height: 100px;
}


.col-sm-6{
	text-align:left;
	height:412px;
}
.logo {
	position:absolute;
	top:10px;
	right:40px;
}

#login-form, #register-form{
	padding:25px 20px 0 20px;
}
.login h2{
	font-size:40px;
	font-weight:800;
	color:#4d4f53
}
.txt {font-size:14px; width:200px}

.panel-heading {
	padding: 0;
    border: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
	border-radius:0;
}

.panel-heading .row{
	margin:0!important;
}
.panel-heading .row .col-xs-6:first-child{
	border:1px solid #f6f7fa;
}
.panel-heading a{
    color: #98989a;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
}
.panel-heading a.active, .panel-heading a:hover{
	color:#eb2136;
	text-decoration:underline;
}
.tabs{
	background:#ebecef;
}
.form-group{padding:0; margin-bottom:5px}







.panel {
  border-radius: 5px;
}
label {
  font-weight: 300;
}
.panel-login {
  border: none;
  -webkit-box-shadow: 0px 0px 49px 14px rgba(188, 190, 194, 0.39);
  -moz-box-shadow: 0px 0px 49px 14px rgba(188, 190, 194, 0.39);
  box-shadow: 0px 0px 49px 14px rgba(188, 190, 194, 0.39);
}
.panel-login .checkbox input[type="checkbox"] {
  margin-left: 0px;
}
.panel-login .checkbox label {
  padding-left: 25px;
  font-weight: 300;
  display: inline-block;
  position: relative;
}
#login .checkbox {
  margin-top:15px!important;
  padding-left: 20px;
}
#login .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: 0px;
  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;
}
#login .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: 0px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
#login .checkbox input[type="checkbox"] {
  opacity: 0;
}
#login .checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#login .checkbox input[type="checkbox"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
#login .checkbox label, #login .radio label {
	padding-left:10px
}
.panel-login > .panel-heading .tabs {
  padding: 0;
}
.panel-login h2 {
  font-size: 20px;
  font-weight: 300;
  margin: 30px;
}
.panel-login > .panel-heading {
  color: #848c9d;
  background-color: #e8e9ec;
  border-color: #fff;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom: 0px;
  padding: 0px 15px;
}
.panel-login .form-group {
  padding: 0 30px;
}
.panel-login > .panel-heading .login {
  padding: 20px 30px;
  border-bottom-leftt-radius: 5px;
}
.panel-login > .panel-heading .register {
  padding: 20px 30px;
  background: #2d3b55;
  border-bottom-right-radius: 5px;
}
.panel-login > .panel-heading a {
  text-decoration: none;
  color: #666;
  font-weight: 300;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login > .panel-heading a#register-form-link {
  color: #fff;
  width: 100%;
  text-align: right;
}
.panel-login > .panel-heading a#login-form-link {
  width: 100%;
  text-align: left;
}

.panel-login input[type="text"],
.panel-login input[type="email"],
.panel-login input[type="password"] {
  height: 45px;
  border: 0;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0px;
  padding: 6px 0px;
}
.panel-login input:hover,
.panel-login input:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}
.btn-login {
  background-color: #e8e9ec;
  outline: none;
  color: #2d3b55;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.btn-login:hover,
.btn-login:focus {
  color: #fff;
  background-color: #2d3b55;
}
.forgot-password {
  text-decoration: underline;
  color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
  text-decoration: underline;
  color: #666;
}

.btn-register {
  background-color: #e8e9ec;
  outline: none;
  color: #2d3b55;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.btn-register:hover,
.btn-register:focus {
  color: #fff;
  background-color: #2d3b55;
}

@media (min-width: 920px){
	.container {
	  max-width:990px;
	}
}

@media all and (max-width: 770px){
	.container { position: relative; width: 90%; height: 95%; margin: 0 auto; }
  .inner { width: 100%; height: 100%;}
  .row {
      margin-right: 0px;
      margin-left: 0px;
  }
  #login {
      margin: 10px 0px 0 0;
      overflow: hidden;
      background: #fff;
      border-radius: 30px;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  #login-form, #register-form {
      padding: 15px 20px;
  }
  #login-form h2 {
      font-size: 20px;
      margin-top: 5px;
  }
  .bg-login {
      background: none;
      background-size: 100% 100%;
      padding: 130px 35px 10px;
      text-align: center !important;
      font-size: 24px;
      font-weight: 800;
      color: #555;
      min-height: 100px;
  }
  .logo {
    position: absolute;
    top: -200px;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .txt {
      font-size: 12px;
      margin-bottom: 5px;
      width: 100%;
  }
  .pull-right {
      width: 100%;
  }
  .col-sm-6 {
      height: auto;
      width: 100%;
  }
  .btn-login {
      background-color: #e8e9ec;
      outline: none;
      color: #2d3b55;
      font-size: 14px;
      height: auto;
      font-weight: normal;
      padding: 10px 0;
      text-transform: uppercase;
      border: none;
      border-radius: 5px;
      box-shadow: none;
  }
}

@media all and (max-width: 550px){
  .logo {
    top: -180px;
  }
  .bg-login {
      font-size: 18px;
      padding: 70px 35px 10px;
  }
}