
body {
  background-color: rgba(52,58,64,1.0);
}

span.login-logo-1 {
	color: gray;
}
div.cardLogin {
  width: 500px;
  height: 500px;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

div.cardLogin .card {
  background-color: #161719;
}

div.text-header img {
	border-radius: 50%;
  border-radius: 0px !important;
}

input.form-control:focus,
textarea.form-control:focus {
  border: 1px solid gray;
  box-shadow: none;
}

@media (max-width: 991.98px) {

  div.cardLogin {
  width: 250px;
}

}