body {
  font-size: 10px;
}

.wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.login-inner {
  display: table;
  height: 100vh;
  width: 100%;
}

.header {
  width: 100%;
  background-color: #232323;
  position: relative;
}

.header-1 {
  background-color: transparent;
  background-image: url(../images/blank.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header .header-inner {
  max-width: 100%;
  opacity: 1;
  position: relative;
  z-index: 100;
  -webkit-transform: translateZ(0);
}

.header-1 .header-inner {
  background: transparent;
}

.header .header-inner {
  border-bottom: 1px solid transparent;
}

.row {
  width: 100%;
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-bar {
  width: 100%;
  min-height: 50px;
}

.header .header-inner > .nav-bar {
  min-height: 44px;
  margin-bottom: -1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.column,
[class*="content-grid"] .grid-item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.width-12 {
  width: 100%;
}

.nav-bar-inner {
  position: relative;
}

.column > *:first-child {
  margin-top: 0;
}

.header .logo {
  width: 65px;
  padding-top: 20px;
  padding-bottom: 0;
  line-height: 16px;
  height: auto;
}

.login-inner .content {
  display: table-row;
  height: 100%;
  background-color: #fafafa !important;
}

.section-block {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.section-block,
.fullscreen-section .fullscreen-inner,
.pagination-2 .pagination-next,
.row.xlarge {
  padding-top: 110px;
  padding-bottom: 110px;
}

.login-inner .section-block {
  background-color: #fafafa !important;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  float: none;
}

.width-6 {
  width: 50%;
}

.offset-3 {
  margin-left: 25%;
}

.login-form {
  margin: 0 auto;
  max-width: 400px;
}

.panel {
  background-color: #fff;
  border: 1px solid;
  border-color: #eee #dedede #ddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.panel-body {
  position: relative;
  padding: 30px 40px;
}

.login-form h4 {
  color: #575858;
}

.information h4 {
  margin-bottom: 13px;
}

.information span {
  color: #a1a8b3;
  font-size: 13px;
  line-height: 1;
}

.row .row {
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
}

.form-response {
  position: absolute;
  font-size: 10px;
}

h4 {
  font-size: 18px;
}

input {
  font-size: 16px !important;
}

input::placeholder {
  font-size: 16px !important;
}

.information input {
  margin-top: 30px;
}

.login-form .form-element {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.form-submit.button {
  border-radius: 3px;
  width: fit-content;
}

.button:hover,
.button:focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

.form-submit.button.button-primary,
.form-submit.button.button-primary.button-primary:hover {
  background-color: #4394f0;
  border-color: #4394f0;
  color: #fff;
  padding: 13px 25px;
  font-size: 14px !important;
}

.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.main-setup .setup-container {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.main-setup .setup-container:not(.price-container) {
  margin-top: 20px;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(8%, 0, 0);
    transform: translate3d(8%, 0, 0);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.info-wrap {
  margin-top: 35px;
  font-size: 14px;
}

.main-setup .btn--primary {
  -webkit-box-shadow: 0 4px 12px rgba(67, 148, 240, 0.4);
  box-shadow: 0 4px 12px rgba(67, 148, 240, 0.4);
}

.main-setup .btn--primary:hover {
  background: #5ba0f0;
  border-color: #5ba0f0;
  -webkit-box-shadow: 0 8px 12px rgba(67, 148, 240, 0.4);
  box-shadow: 0 8px 12px rgba(67, 148, 240, 0.4);
}

.btn--lg {
  padding: 8px 48px;
}

.mt--1 {
  margin-top: 26px;
}

.label-agreement {
  font-size: 13px;
}
