body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(65deg, #00001e 0%, #252594 34%, #00b0f0);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.frm {
  width: 90%;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #505050;
  background-color: white;
  overflow: hidden; }

.frm > * {
  width: 100%; }

.frm > img {
  width: 60%;
  margin-bottom: 35px;
  user-select: none; }

.title {
  margin-bottom: 3px;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  color: #00b0f0; }

.line {
  width: 80%;
  height: 1px;
  margin-top: 2px;
  margin-bottom: 15px;
  background-color: #b4b4b4; }

.frm > .line ~ *:not(:last-child) {
  margin-bottom: 12px; }

#err-msg {
  display: none;
  font-size: 85%;
  color: red; }

.forgot-pass {
  color: #00b0f0;
  font-size: 90%; }

.forgot-pass:hover {
  color: #008cc8; }

.info {
  font-size: 80%;
  color: #8c8c8c; }

.info > a {
  color: #8c8c8c; }

.info > a:hover {
  color: #646464; }

.frm-img {
  display: none; }

@media only screen and (min-width: 1500px) {
  .frm {
    width: 18%; } }
