﻿/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 *= require login_alerts

*/
.reset #main-container {
  max-width: 400px;
}

.reset #reset-password-form {
  background-color: rgba(10, 10, 10, 0.4);
  border-radius: 20px;
  padding: 20px;
  margin-top: 20%;
}

.reset #reset-password-form #logo {
  margin: 25px 0;
}

.reset #reset-password-form .form-control {
  font-size: 12px;
}

.reset #reset-password-form label {
  color: #ffffff;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.reset #reset-password-form #reset-button {
  background-color: #eeeeee;
  border-radius: 5px;
  color: #818184;
  border: none;
  font-size: 25px;
}

.reset #reset-password-form #reset-button:focus {
  outline: none;
}

.reset #reset-password-form #forgot-pass {
  color: white;
}

.reset #reset-password-form #forgot-pass:hover {
  text-decoration: none;
}

.reset #reset-password-form .field-error {
  position: relative;
  top: -33px;
  padding: 15px;
  border-radius: 4px;
  background-color: rgba(205, 85, 83, 0.7);
  color: #fff;
}

/*# sourceMappingURL=reset_password.css.map */