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

html, body {
 height: 100% !important;
}


#page {
  position: relative;
  background: none;
  width: 100%;
  min-height: 100%;
  height: auto;
}

#loginCont {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

#bg {
  background: #000 url(/assets/v1/P/carboncore-en-3.jpg) no-repeat;
  background-position: center 35px; /*center 80%;*/
  background-size: cover;
  position: relative;
  width: 100vw; /*calc(100vw - 180px);*/
  height: 100vh;
  /*flex: 1 1 ;*/
}


#login {
  position: relative;
  width: 360px;
  background: rgba(0,0,0,1);
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

#logo0 {
  position: relative;
  overflow: hidden;
  width: 250px;
  left: 50%;
  padding: 0 0 20px 0;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  fill: #c00;
}

#brand {
  position: relative;
  /* overflow: hidden; */
  width: 100%;
  /* left: 50%; */
  text-align: left;
  padding: 10px 8px 8px;
  color: #C4C3C3;
  font-family: "Arial";
  font-size: 28px;
  font-weight: bold;
}

#logo1 {
  width: 260px;
  text-align: center;
  background: transparent;
}

#logo1 img {
  display: block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 10%);
  width: 70%;
  height: auto;
}

form {
  display: block;
  width: 220px;
  text-align: center;
  background: transparent;
/*  padding: 0 0 0 30px;*/
  height: 280px;
}

div.field,
div.field2 {
  position: relative;
  width: 100%;
  height: 72px;
  padding: 32px 0 0;
  margin: 0 auto 0px auto;
}

input + label {
  position: absolute;
  display: none;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  top: 16px;
  color: #999;
  width: 100%;
  left: 0;
  margin: 0;
  text-align: center;
}


input[type=text],
input[type=password] {
  height: 32px;
  width: 220px;
  line-height: 16px;
  padding: 0 0px;
  border: 0px solid;
  border-bottom: 1px solid #999;
  background: transparent;
  font-size: 16px;
  color: #fff;
/*  padding: 8px 0;*/
  text-align: center;
  transition: background-color 50000s, color 50000s, filter 50000s;
}

input:focus {
  outline: none !important;
  border-bottom: 1px solid #fff !important;
  padding: 6px 0 10px 0 !important;
  color: #fff;
}

input:focus + label {
  display: block !important;
  color: #fff !important;
}

input:focus + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  box-shadow: 0 0 5px 1px #fff;
  background: #fff;
  left: 0;
/*  right: 0;*/
  width: 220px;
  box-sizing: border-box;
  top: 47px;
}

input:-webkit-autofill {
  animation-duration: 50000s;
  animation-name: onautofillstart;
}

input:-moz-autofill {
  animation-duration: 50000s;
  animation-name: onautofillstart;
}

@keyframes onautofillstart { from {} }
@keyframes onautofillcancel { from {} }

input:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-text-fill-color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
  -ms-text-fill-color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
  -webkit-text-fill-color: transparent;
}

input:focus::placeholder {
  color: transparent;
  -webkit-text-fill-color: transparent;
}


#maction {
  position: relative;
  text-align: center;
  margin: 38px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#maction  button {
  display: block;
/*  height: 44px;*/
  font-size: var(--fs-16);
  font-weight: normal;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
}
