body {
  background: url(/static/img/smrt_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: auto auto;
  -moz-background-size: auto auto;
  -o-background-size: auto auto;
  background-size: auto auto;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-container.card {
  max-width: 350px;
  padding: 40px 40px;
  margin-right: 5%;
  border-top: solid red 5px;
}

.btn {
  font-weight: 700;
  height: 36px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

.card {
  background-color: #F7F7F7;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 10%;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
  width: 50%;
  margin: 0 auto 10px;
  display: block;
}

.btn.btn-danger {
  background-color: red;
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}

.forgot-password {
  color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
  color: rgb(12, 97, 33);
}

.nextan-footer {
  position: absolute;
  bottom: 5%;
  left: 90%;
  color: white;
  font-weight: 500;
}

.nextan-title {
  width: 20%;
  position: absolute;
  top: 10%;
  left: 10%;
  color: white;
  font-size: 25px;
}

.title-image {
  width: 50%;
  margin: 0 auto 10px;
  display: block;
  margin-left: 0px;
}

.errors {
  color: red;
  padding-left: 15px;
  padding-top: 5px;
}

