.container-1 {
  position: absolute;
  right: 0;
  margin: 0 auto;
  max-width: 500px;
  height: 770px;
  padding: 40px;
  background-color: black;
  opacity: 0.9;
}

.bg-img {
  background-image: url('images/bg02.jpg');
  min-height: 770px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

* {
  box-sizing: border-box;
}


input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 15px 0 15px 0;
  border: none;
  background: #f1f1f1;
}
input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}
label {
	margin-top: 50px;
	color: white;
}