.resetpwd {  width: 100%; }
.resetpwd .logo img {   }

.resetpwd {
  background-color: #31848c !important;
  display: flex;
  height: 100%;
  position: fixed;
  align-items: center; }

.resetpwd .logo h1 {
  font-size: 42px;
  font-weight: 900; }

.resetpwd .container {
  flex-grow: 1; }

.resetpwd .logo {
  border-bottom: 1px solid #cccccc;
  margin: 0 auto;
  padding-bottom: 0;
  text-align: center; }

.resetpwd .plant-name {
  margin-right: 7px;
  text-align: right; }

.resetpwd .form-group {
  margin-bottom: 0;
  margin-top: 10px; }

.resetpwd .content {
  background-color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 600px;
  margin: 40px auto 10px;
  padding: 10px 30px 30px;
  overflow: hidden;
  position: relative; }

.resetpwd .content .resetpwd-form {
  padding: 0;
  margin: 0; }

.resetpwd .content .form-control {
  background-color: #e7edf6;
  color: #333333; }

.resetpwd .content .form-control:active, .resetpwd .content .form-control:focus {
  /*border: 1px solid #c3ccda;*/ }

.resetpwd .content .form-control::-moz-placeholder {
  color: #8290a3;
  opacity: 1; }

.resetpwd .content .form-control:-ms-input-placeholder {
  color: #8290a3; }

.resetpwd .content .form-control::-webkit-input-placeholder {
  color: #8290a3; }

.resetpwd .content .form-actions {
  clear: both;
  border: 0;
  padding: 10px 30px 15px;
  margin-left: -30px;
  margin-right: -30px; }

.resetpwd .content .form-actions > .btn {
  margin-top: -2px; }

.resetpwd .content .form-actions .btn {
  margin-top: 1px;
  font-weight: 600;
  padding: 10px 20px !important;
  width: 100%;
  color: #ffffff; }

.resetpwd .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #fff;
  border: none; }

.resetpwd .content .form-actions .btn-default:hover {
  background-color: #fafaff; }

.resetpwd .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #fff;
  font-size: 13px; }

@media (max-width: 640px) {
  .resetpwd .content, .resetpwd .logo {
    margin-top: 10px; }
  .resetpwd .content {
    width: 100%; } }

@media (max-height: 440px) {
  .resetpwd {
    position: relative; }
  .resetpwd .logo img {
    max-width: 200px; }
  .resetpwd .plant-name {
    margin-right: 7px;
    text-align: right;
    font-size: 12px; }
  .resetpwd .content {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px; }
  .resetpwd .content .form-actions {
    padding: 10px 30px; }
  .resetpwd .copyright {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 12px; } }

@media (max-height: 330px) {
  .resetpwd .logo img {
    max-width: 150px; }
  .resetpwd .plant-name {
    margin-top: -10px;
    margin-right: 2px;
    text-align: right;
    font-size: 11px; } }

#resetpwd_window .form .form-body {
  padding: 20px; }

#resetpwd_window .form .form-body .form-group {
  margin-bottom: 5px; }
