html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: calc(100% - 60px);
  max-width: 380px;
  margin: auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow:
    0 5px 20px 0 rgba(0, 0, 0, 0.1),
    0 0 100px 0 rgba(0, 0, 0, 0.05);
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 9px 10px 12px 38px;
  font-size: 16px;
}

.form-signin img {
  margin-bottom: 25px;
  max-width: 70%;
}

.form-signin .h3 {
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 24px;
}

.signin-logo {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 25px;
  margin-top: -5px;
}

.form-signin label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 22px;
}

.toggle-pass {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background: #fff;
  border-radius: 0 5px 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px;
  z-index: 2;
  color: #ccc;
  opacity: 1;
  cursor: pointer;
}

.toggle-pass:hover {
  color: #333;
}

.form-signin .input-wrap svg {
  left: 13px;
  right: auto;
  z-index: 2;
  transition: 0.2s ease all;
}

.form-signin .input-wrap input:not(:placeholder-shown) + svg {
  opacity: 1;
}

.pass-forgot {
  color: #bbb;
  transition: 0.2s ease all;
}

.pass-forgot:hover,
.pass-forgot:focus {
  color: #333;
}

.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type='email'] {
}

.form-signin input[type='password'] {
}

.btn-signin {
  margin-top: 28px;
  margin-bottom: 15px;
}

.login-bg {
  background: url("//assets.bettyblocks.com/5aabe5eb24c7465fbba9f87d5ad22e6a_assets/files/packaging_bg?_=4804c15d911db67c6f22953243c8f252") no-repeat;
  background-position: 62% 105%;
  background-size: 10%;
}
.error {
  color: red;
  font-weight: 300;
  text-align: left;
}

.signin {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: url("//assets.bettyblocks.com/5aabe5eb24c7465fbba9f87d5ad22e6a_assets/files/packaging_bg?_=4804c15d911db67c6f22953243c8f252") center / cover;
}
.processing {
  animation-name: processing;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.input-wrap input ~ svg.processing {
  position: absolute;
  right: 13px;
  top: 31%;
  opacity: 0.2;
  pointer-events: none;
  transform: translateY(-50%);
}

label[data-sku-remove],
label[data-project-sku-edit],
label[data-sku-edit] {
  cursor: pointer;
}

@keyframes processing {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
