* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  width: 100%;
}
html {
  height: 100%;
}
.noscroll {
  overflow: hidden !important;
}
.wrap {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
  padding: 0;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
ul {
  list-style: none;
}
body {
  color: #666;
  font-family: open sans, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
  background: #fff url(https://app.fima.com/signin/images/bckdrp_bw.jpg) center center no-repeat;
  background-size: cover;
}
body,
input,
textarea,
select {
  font-family: 'Saira', Helvetica, Arial, Lucida, sans-serif;
}
a {
  color: #6ab2e7;
  text-decoration: none;
}
.content-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.signin-wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(88, 89, 91, 0.7);
  position: relative;
}
.signin-wrapper > div {
  background: #fff;
}
.signin-wrapper > div:nth-child(1) {
  height: 170px;
  background: #fff url(https://app.fima.com/signin/images/logo-1.png) center 50px no-repeat;
  background-size: 70px;
}
.signin-wrapper > div:nth-child(2) {
  padding: 0 20px;
  min-height: calc(100% - 170px);
  position: relative;
  width: 100%;
  float: left;
}
.signin-wrapper .entry .entry-item {
  position: relative;
}
.signin-wrapper .entry .entry-item .password-label {
  margin-top: 20px;
}
.signin-wrapper .entry .entry-item .password-label a {
  position: absolute;
  right: 0px;
  top: 190px;
  width: 100%;
  text-align: center;
}
.signin-wrapper .entry .entry-item label {
  padding: 0 0 10px;
  float: left;
}
.signin-wrapper .intro h2 {
  padding: 0 0 30px;
  font-size: 20px;
  font-weight: 500;
}
.signin-wrapper .buttons {
  margin: 30px 0 20px;
  float: left;
  width: 100%;
}
.signin-wrapper .buttons button[type="submit"] {
  background: #6ab2e7;
  border-color: #6ab2e7;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  padding: 5px 20px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em !important;
  width: 100%;
}
.signin-wrapper .new-user {
  color: #6ab2e7;
  text-decoration: none;
  position: absolute;
  top: 495px;
  left: 35px;
}
.error p {
  background: #ff8000;
  color: #fff;
  padding: 2px 6px;
  font-weight: 400;
}
.error.itemLevel {
  position: absolute;
  right: 5px;
  top: 20px;
}
.error.pageLevel {
  position: absolute;
  left: 20px;
  top: 335px;
  z-index: 9;
  width: calc(100% - 40px);
}
input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 16px;
  border: solid 1px #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999;
  background-color: #fafafa;
  font-size: 14px;
  -webkit-appearance: none;
}
@media (min-width: 480px) {
  .signin-wrapper .entry .entry-item .password-label a {
    top: 120px;
    width: auto;
  }
  .signin-wrapper .buttons {
    margin: 20px 0;
    width: auto;
  }
  .signin-wrapper .buttons button[type="submit"] {
    width: auto;
  }
}
@media (min-width: 600px) {
  .signin-wrapper {
    width: 450px;
    height: auto;
    min-height: 600px;
    max-height: 100%;
    overflow-y: auto;
    padding: 10px;
  }
  .signin-wrapper .new-user {
    left: 45px;
  }
}
