@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,500,300italic,500italic,700italic,900,300);
html {
  font-size: 62.5%;
  margin: 0;
}

body {
  font-size: 1.6rem;
  /* 16px */
  color: #231f20;
  font-family: "roboto";
}

h1 {
  font-size: 2.4rem;
  /* 24px */
}

* {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  color: #3769a1;
  outline: none;
  text-decoration: none;
  /*&:visited {
      color: #1d167a;
  }*/
}
a:hover {
  color: #3597d2;
}
a:link {
  color: #3769a1;
}
a:focus {
  border-bottom: 1px solid;
}
a:active {
  color: #231f20;
}

body {
  margin: 0;
  height: 100vh;
  /*overflow: hidden;*/
  font-size: calc(22px + 2 * (100vw - 360px) / 3480 + 10 * (100vw - 3840px) / 3840);
}
body::before {
  content: "";
  background: url("../images/background-001.png") top center;
  height: 180vh;
  position: fixed;
  /*background-size: auto calc(10vh * 1 / (log10(100vh) / log10(800)));*/
  /* display: block; */
  background-size: auto cover;
  background-repeat: no-repeat;
  /* background-clip: content-box; */
  background-attachment: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  z-index: -1;
  /* overflow: hidden; */
  background-size: cover;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "header" "main";
}

header {
  grid-area: header;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  top: 0;
  /*width: 100%;*/
  left: 0;
  right: 0;
  padding: 0 2rem;
  padding-top: calc(5px + 15 * (100vw - 360px) / 7320);
  padding-bottom: calc(5px + 15 * (100vw - 360px) / 7320);
}

/*.logo-img {
    width: 150px;
    height: 50px;
}*/
.logo-img {
  /*border: 1px solid Green;*/
  max-width: 500px;
  /*width: 100%;*/
  width: calc(130px + 2 * (100vw - 360px) / 3480 + 10 * (100vw - 3840px) / 3840);
  height: calc(57px + 2 * (100vw - 360px) / 3480 + 10 * (100vw - 3840px) / 3840);
}
.logo-img.logo-img:after {
  content: "";
  position: absolute;
  top: 10;
  width: calc(130px + 2 * (100vw - 360px) / 3480 + 10 * (100vw - 3840px) / 3840);
  height: calc(57px + 2 * (100vw - 360px) / 3480 + 10 * (100vw - 3840px) / 3840);
  background: url(../images/apifix-logo.svg) center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-links {
  display: flex;
  align-items: center;
}
.header-links a {
  margin-left: 15px;
  /*color: #3769A1;
  text-decoration: none;*/
}

main {
  grid-area: main;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

.input:focus,
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=range]):focus,
select:focus,
textarea:focus {
  background-color: #fff;
  border: 1.5px solid #417890;
}

.input,
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=range]),
select,
textarea,
button {
  display: inline-block;
  width: 100%;
  margin: 4px 0 20px;
  margin-bottom: calc(10px + 20 * (100vw - 360px) / 7320);
  vertical-align: middle;
  background-color: #fff;
  border-radius: 6px;
  outline: 0;
  box-sizing: border-box;
  color: #393536;
  border: 1px solid #7e9396;
  transition: border linear 0.2s;
  padding: 0 1rem;
  padding-top: calc(10px + 20 * (100vw - 360px) / 7320);
  padding-bottom: calc(10px + 20 * (100vw - 360px) / 7320);
}

label {
  font-weight: 300;
}

button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  width: 100%;
  overflow: visible;
  text-transform: none;
}

button,
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

.btn {
  display: inline-block;
  width: auto;
  height: auto;
  background-repeat: repeat-x;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: calc(20px + 4 * (100vw - 360px) / 3480 + 8 * (100vw - 3840px) / 3840);
  line-height: 28px;
  margin-bottom: 0;
  outline: none;
  padding: 10px 10px;
  padding-top: calc(5px + 35 * (100vw - 360px) / 7320);
  padding-bottom: calc(5px + 35 * (100vw - 360px) / 7320);
  position: relative;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 6px;
  transition: color 0.05s ease;
  font-weight: 800;
  width: 100%;
}
.btn.green {
  color: #fff;
  letter-spacing: 0.025em;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 100px;
  line-height: 28px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  background-color: #64bb49;
  color: #fff;
  font-weight: 500;
  border: 1px solid #64bb49;
}
.btn.green:hover {
  background-color: #92de7a;
  color: #fff;
  font-weight: 500;
  box-shadow: inset 0.025em 0.025em 0px 0.025em #91e280;
  border: 1px solid #92de7a;
}
.btn.green:active {
  background-color: #328e5d;
  color: #fff;
  font-weight: 500;
  box-shadow: inset 0.025em 0.025em 0px 0.025em #91e280;
  border: 1px solid #57a048;
}
.btn.blue {
  background-color: #2d7fb0;
  color: #fff;
  font-weight: 500;
  border: 1px solid #3769a1;
}
.btn.blue:hover {
  background-color: #3597d2;
  color: #fff;
  font-weight: 500;
  border: 1px solid #3769a1;
  transition: background-color 0.1s linear;
  box-shadow: inset 0.025em 0.025em 0px 0.025em #8dc4e6;
  border: 1px solid #0b7dda;
}
.btn.blue:active {
  background-color: #3769a1;
  color: #fff;
  font-weight: 500;
  box-shadow: inset 0.025em 0.025em 0px 0.025em #91e280;
  border: 1px solid #57a048;
}

:focus {
  outline: 0;
}

::-moz-placeholder {
  color: #bdbdbd;
}

::placeholder {
  color: #bdbdbd;
}

.btn,
.btn:hover {
  text-decoration: none;
  color: #fff;
}

.row-noborder {
  margin-bottom: 0;
  border: solid 0 #e2d8d8;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.login-box-outer {
  border: solid 1px #f7f8fa;
  width: 100%;
  max-width: 560px;
  border-radius: 4px;
  transition: color 0.05s ease;
  box-shadow: 0px 2px 5px rgba(96, 105, 111, 0.26);
  background: #c2d9dc;
  font-weight: 300;
  align-items: center;
  padding: 10px;
  margin: 0;
  /*margin-top: calc(100px + (40 - 20) * ((100vw - 360px) / (7680 - 360)));*/
  margin-top: calc((5vh - 0vw) / 0.353);
  /*position: absolute;*/
  /*top: 20vh;
      left: 50%;
      transform: translate(-50%, 0);*/
}

.login-box-inner {
  padding: 40px 3.2rem 20px;
  padding-left: calc(40px + 20 * (100vw - 360px) / 7320);
  padding-right: calc(40px + 20 * (100vw - 360px) / 7320);
  border: solid 1px #f7f8fa;
  margin: 0 auto;
  /*max-width: 520px;*/
  border-radius: 4px;
  transition: color 0.05s ease;
  background: #fafcfc;
  font-weight: 300;
}

.login-header {
  text-align: center;
  line-height: 0.3;
  margin: 0 0 20px;
}
.login-header img {
  display: block;
  /*height: 110px;*/
  height: calc(20px + 4 * (100vw - 360px) / 7320);
  max-width: 100%;
  min-width: 80px;
  padding: 0;
  text-align: center;
  margin: 0px auto 15px;
}

.login-header h3,
.login-header h2 {
  margin: 0 0 20px;
  font-weight: 500;
}

hr {
  background-color: #fff;
  padding: 0;
  margin: 10px 50px 25px;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.register-text {
  position: relative;
  text-align: center;
  /*top: 2px;*/
  margin: 30px 0 0;
}

.or-text {
  text-align: center;
  margin-bottom: 0px;
}

.admin-container {
  background-color: white;
  border-radius: 6px;
  border: solid 1px #f7f8fa;
  padding-bottom: calc(10px + 20 * (100vw - 360px) / 7320);
  padding-top: calc(10px + 20 * (100vw - 360px) / 7320);
  border-radius: 4px;
  transition: color 0.05s ease;
  background: #fafcfc;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}

.forgot-username,
.forgot-password {
  text-align: right;
  margin-bottom: 20px;
  margin-top: -5px;
  font-size: calc(16px + 2 * (100vw - 360px) / 3480 + 4 * (100vw - 3840px) / 3840);
}

.admin-text {
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
}/*# sourceMappingURL=login.css.map */