body {
  margin: 0;
  padding: 0;
  /* background:url(/images/bg.jpg); */
  /*background: linear-gradient(to bottom, #0E1A2E 50%, #121210 50%);*/
  background: #ebeef3;
  background-size: 100% 120%;
  background-repeat: no-repeat;
}

.login_box {
  width: 580px;
  height: 450px;
  margin: 100px auto;
  text-align: center;
  padding: 20px 0 0 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius:20px;
  box-shadow: 1px 1px 2px black;;
}

input {
  width: 400px;
  height: 40px;
  border: 1px solid white;
  outline: none;
  color: white;
  background: none;
  margin-bottom: 10px;
  font-size: 17px;
  border-radius:5px;
}

input:first-of-type {
  margin-bottom: 20px;
}

input::placeholder {
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding-left:5px;
}

.login_box_top h2,
.login_box_top p {
  color: white;
  text-align: center;
  padding: 0;
}

.fa {
  width: 35px;
  height: 45px;
  color: white;
  font-size: 45px;
  vertical-align: bottom;
  margin-right: 10px;
  margin-bottom: 13px;
}

.login_box_top h2 {
  font-size: 25px;
  font-weight: 600;
}

.login_box_top p {
  font-size: 17px;
  font-weight: 700;
}

.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: grey;
}

.footer p {
  font-size: 16px;
  font-weight: 600;
}

.login_box_bottom {
  overflow: hidden;
  margin:60px auto 0 ;
  width:530px;
  
}

.login_box_1 {
  width: 450px;
  margin:0 auto;
}

.login_box_2 {
  width: 450px;
  margin:20px auto 0;
  height: 90px;
  text-align: center;
}

.login_box_2 input[type="submit"] {
  margin: 1px;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  background:none;
  color:white;
  margin-left:0;
}
