html,
body {
  height: 100%;
}

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

p { 

	color: black;
 }
.form_signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form_signin .checkbox {
  font-weight: 400;
}
.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_signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form_signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*Ashish 08-11-2021*/
.change-password {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #dedede;
}
.change-password h1 {
    font-size: 23px;
    font-weight: bold;
    text-align: left;
}
.change-password {
    background: #ffffff;
    padding: 30px;
    border: none;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    width: 100%;
    box-shadow: 2px 2px 12px 1px #ddd;
}

.change-password h1 {
    font-size: 23px;
    font-weight: bold;
    text-align: left;
}

.change-password small {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 30px !important;
    display: inline-block;
    color: #888888;
}
form.form_signin1 {
    width: 100%;
}
.change-password label {
    width: 100%;
    font-weight: bold;
}

.change-password input[type="email"] {
    width: 100%;
    min-height: 40px;
    border: 1px solid #dedede;
    background: #f6f6f6;
    outline: none !Important;
}

.change-password input[type="submit"] {
    max-width: 240px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    outline: none !Important;
}
.change-password  ul.errorlist li {
    list-style: none;
    padding: 0;
    font-size: 12px;
    color: red;
}

.change-password  ul.errorlist {
    padding: 0;
}
.sent-img svg {
    max-width: 120px;
}
.change-password input[type="password"], .change-password input[type="text"]
 {
    width: 100%;
    min-height: 40px;
    border: 1px solid #dedede;
    background: #f6f6f6;
    outline: none !Important;
}
form.form_signin1 .change-password.text-left span.helptext ul {
    padding: 0;
    margin: 10px 0px;
}

form.form_signin1 .change-password.text-left span.helptext ul li {
    font-size: 13px;
    color: #757575;
    margin-bottom: 5px;
    list-style-position: inside;
}
.img-sent svg {
    max-width: 120px;
    margin: 0 auto;
    float: none;
    display: block;
    margin-bottom: 20px;
}
.chng-new ul.errorlist li {
    margin: 0 !important;
}

.chng-new ul.errorlist {
    margin: -10px 0 10px !Important;
}
.chng-new input[type="password"] {
    margin-bottom: 10px;
}
