/*
 * BitGain.
 * CSS para Página de Login.
*/

html, body {
  height: 100%;
  background-color: #fff;
}

.login-page{
  height: 100%;
}

.login-page:after{
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.logo {
  margin-bottom: 18px;
  text-align: center;
}

.logo a {
	font-size:40px;
	color:#0052CC !important;
}

.login-panel {
  padding: 2rem 7rem;
  display: inline-block;
  vertical-align: middle;
  /*text-align: center;*/
  width: 50%;
  background-color: #fff;
}

.image-panel {
  background-image: url('../img/bg_login.jpg');
  background-color: #070e27;
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 1rem;
  position: fixed;
}

.image-panel-content {
  position: absolute;
  bottom: 10%;
  right: 3rem;
}

.image-panel .text-frame {
  padding: 1rem 2rem 0 30%;
  color: #444444;
  font-size: 1.1rem;
  display: inherit;
}

.image-panel h4 {
  font-weight: 300;
  padding: 1rem 0;
}

.image-panel p {
  font-weight: 700;
}

.image-panel .title {
  display: inline-block;
  vertical-align: middle;
}

.logo-white-circle {
  display: inline-block;
  margin-right: .5rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 2px 6px 6px 2px;
  vertical-align: middle;
}

.login-form {
  margin-top: 40px;
}

.login-options .form-check {
  display: inline-block;
}

.login-options .recover-password {
  float: right;
}

input[type=checkbox] {
  display: none;
}

.form-check-label {
  padding-left: 1.8rem;
  cursor: pointer;
}

input[type=checkbox]:checked + .form-check-label:before {
  border-width: 0 0 5px 5px;
  border-color: #fff #fff #557cf2 #557cf2;
  border-radius: 0;
  height: 12px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-check-label:before {
  width: 16px;
  height: 16px;
  top: 5px;
  left: 2px;
  background-color: #fff;
  border: 3px solid #dfe5f2
}

.form-check-label:before {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: .25rem;
  transition: all .2s ease-in;
}

/* Register Form */
.login-panel label {
  color:#7E8BB6;
}

.login-panel header h2 {
  color:#7E8BB6;
}

@media only screen and (max-width : 1200px) {
  .login-panel {
    width: 60%;
  }
  .image-panel {
    width: 40%;
  }
  .image-panel-content {
    right: 1.5rem;
  }
  .image-panel .text-frame {
    padding: 1rem 1rem 0 15%;
  }
}

@media only screen and (max-width : 1000px) {
  .login-panel {
    width: 100%;
    padding: 2rem 8%;
  }
  .image-panel {
    display: none;
  }
}

@media only screen and (max-width : 450px) {
  body {
    font-size: .9rem;
  }
  .login-options .form-check {
    display: block;
  }
  .login-options .recover-password {
    display: block;
    float: none;
    margin: 1rem 0;
  }
}

@media only screen and (max-height : 650px) {
  .image-panel-content {
    bottom: .5rem;
  }
  .wallet {
    width: 300px;
  }
  .image-panel .text-frame {
    font-size: 1rem;
  }
}

@media only screen and (max-height : 650px) {
  .image-panel-content {
    bottom: .4rem;
  }
  .wallet {
    width: 280px;
  }
  .image-panel .text-frame {
    font-size: 1rem;
  }
}

@media only screen and (max-height : 500px) {
  .image-panel-content {
    bottom: 0;
  }
  .wallet {
    width: 200px;
  }
  .image-panel .text-frame {
    font-size: .9rem;
  }
  .image-panel h4 {
    padding: 0;
  }
}

@media only screen and (max-height : 340px) {
  .wallet {
    display: none;
  }
}
