html,
body {
  height: 100%;
  font-family: "Arial", Helvetica, Arial, serif;
}

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

.form {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form .form-title {
  font-family: "Arial", Helvetica, Arial, serif;
  font-weight: bold;
  font-style: normal;
  line-height: 31px;
  color: rgba(83, 94, 107, 1.0);
}

.form .form-btn-submit {
  font-family: "Arial", Helvetica, Arial, serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16.0px;
  color: rgba(255, 255, 255, 1.0);
  text-align: center;
  line-height: 18.0px;
  height: 47px;
  background-color: rgba(253, 26, 104, 1.0);
}

.form .form-btn-link {
  font-family: "Arial", Helvetica, Arial, serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16.0px;
  text-align: center;
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(253, 26, 104, 1.0);
}

.form-btn-download {
  font-family: "Arial", Helvetica, Arial, serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16.0px;
  text-align: center;
  color: rgba(253, 26, 104, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  width: 300px;
}

.form .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 14px;
}

.form .form-control:focus {
  z-index: 2;
}

.form #inputNewPassword {
  margin-bottom: 10px;
  font-family: "Arial", Helvetica, Arial, serif;
}

.form #inputConfirmPassword {
  margin-bottom: 30px;
  font-family: "Arial", Helvetica, Arial, serif;
}

.img-logo {
  margin-top: 30px;
}

.img-passwd {
  width: 120px;
  height: 100%;
}

.form .text-message {
  font-family: "Arial", Helvetica, Arial, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13.0px;
  color: rgba(142, 153, 167, 1.0);
  text-align: center;
  line-height: 15.0px;
  margin-bottom: 30px;
}