﻿.password-reset-container {
  max-width: 65%;
  margin: 50px auto;
  padding: 45px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
}
.password-reset-container h2 {
  margin-top: -5px;
  font-size: 20px;
  color: #333333;
}
.password-reset-container .btn-reinit {
  width: 50%;
  margin-right: 20px;
  border-radius: 25px;
  margin-top: 20px;
}
.password-reset-container .requirements {
  font-size: 17px;
  margin-top: 20px;
  color: black;
}
#newPassword,
#confirmPassword {
  border-radius: 10px;
  text-align: center;
}
.reinit-control {
  margin: auto;
  display: block;
  width: 50%;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.reinit-group label {
  font-size: 17px;
  color: #333333;
  margin-top: 15px;
}
.text-center {
  display: flex;
  align-items: center;
  text-align: center;
}
.text-center svg {
  margin-right: 5px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 450px) {
  .password-reset-container h2 {
    font-size: 14px;
  }
}
.center-all {
  text-align: center;
}
.list-center {
  display: inline-block;
  text-align: left;
}
.trait {
  border-bottom: solid #c8c8c8;
}
.assuronline-reset {
  padding: 6px 15px;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background: linear-gradient(360deg, #de0b82 0%, #de0b82 100%);
  box-sizing: content-box;
}
.btn-reinit {
  color: #fff;
}