.ResetPassword .main-container {
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .ResetPassword .main-container {
    width: 50%;
  }
}

.password__boxed-container {
  padding: 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
    -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px;
}

.old-password--field {
  width: 35%;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .old-password--field {
    width: 100%;
  }
}

.reset-password-form {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reset-password-form .form-group {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.new-password__container{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
	-ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
	    flex-wrap:wrap;
	width: 100%;
}

.new-password__container .submit-button{
	margin-bottom:0;
	margin-top:10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (min-width: 992px) {
  .reset-password-form .form-group:nth-child(even) {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .reset-password-form {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reset-password-form .form-group {
    width: 100%;
  }
}

.lock-image {
  width: 100px;
  height: 100px;
  margin: auto;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("noun_lock_717607.png");
}

.forgot-password-modal .modal-header {
  border-bottom: none;
}

.password--header {
  margin-top: 0;
  margin-bottom: 25px;
}

.email--text {
  color: #009E49;
}

.login--header {
  margin-bottom: 30px;
}

.password-reset-success {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.password-reset-success .password-reset--header {
  color: #009E49;
  font-size: 30px;
}
.password-reset-success .password-reset--logo {
  width: 75px;
  height: 108px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("noun_lock_717607.png");
  margin-right: 24px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
      flex-shrink: 0;
}
