/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Password recovery pages styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

@import "../css/initialize.less";

.recover-password-wrapper {
  min-height: ~"calc(100vh - 130px - 86px)";
  .vertical-middle-box();

  .recover-password-box {

    .recover-password-message {
      margin: 10px 0px 15px 0px;

      p {
        font-size: 14px;
        line-height: normal
      }
    }

    .recover-password-form {
      width: 281px;
      margin: auto;
      margin-top: 9px;
      margin-bottom: 18px;

      tr td {
        padding: 8px 0;
        text-align: center;
        font-weight: normal;
      }

      input {
        width: 281px;
        height: 41px;
        padding: 2px 13px 0px 13px;
        vertical-align: middle;
      }

      button.submit {
        min-width: 165px;
        margin-top: 3px;
        padding-top: 4px;
        height: 45px;
        font-family: Arial;
        outline: none;

        span {
          font-size: 17px;
        }
      }
    }
  }
}
