html,
body {
  height: 100%;
  background-image: url("/assets/img/header_bg_blured.jpg");
  background-position: center;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 630px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 600;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}


.form-signup {
  width: 100%;
  max-width: 630px;
  padding: 15px;
  margin: center;
}
.form-signup .checkbox {
  font-weight: 600;
}
.form-signup .form-control {  
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signup .form-control:focus {
  z-index: 2;
}

.avatar {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 300px;
    height: 143px;
}
.avatar img {
    width: 100%;
	height: 100%;
    margin: center;
  } 
.btn {
    color: #fff;
    border-radius: 4px;
    background: #155724;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.btn:hover {
  background-color: #28a745;
  color: white;
}