/* Style for forgetpassword.mak */

body {
  background-color: #e9eaed;
}
.container {
  padding: 5px;
}
.container .jumbotron {
  background-color: #fff;
}
.forgetpassword-form {
  margin-top: 38px;
  /*margin-left: -100px;*/
}
.forgetpassword-form input {
  width: 260px;
}
#confirm-btn {
  margin-top: 20px;
}
.forgetpassword-error {
  margin-top: 13px;
  color: red;
  font-size: 13px;
  overflow: hidden;
  display: none;
}
.sending-status {
  margin-top: 13px; 
  margin-bottom: 10px; 
  font-size: 12px;
  color: #dd0300;
  overflow: hidden;
  display: none;
}
.form-control {
  display: inline;
}
label.error {
  display: inline-block;
  margin-left: 13px;
}

