.container,
button,
input {
  color: #d7bb9c;
  
}
.container,
body,
button,
html,
input {
  
}
.container,
body,
html {
  height: 100%;
  width: 100%;
}
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
}
body,
html {
  overflow: hidden;
}
.container {
  padding: 1px 0;
  /*background-image: url(../assets/img/bg-compubrain.jpg);
  background-size: cover;*/
}
.login-form,
button {
  padding: 0;
}
.password-row,
.username-row {
  position: relative;
  height: 45px;
  /*border-bottom: 1px solid rgba(213, 192, 113, 0.3);*/
    margin-bottom: 1.5rem
}
.login {
  width: 310px;
  margin: 0 auto;
}
.login-form,
.login-icon-field,
button,
p {
  width: 100%;
}
.login-icon {
  margin: 50px 65px;
}
row {
  display: none;
}
.username-row {
  margin-bottom: 1.5rem;
}
.password-icon,
.user-icon {
  margin: 5px 10px 5px 5px;
}
.password-icon .key-path,
.user-icon .user-path {
  fill: rgba(10, 10, 10, 0);
  stroke: #d7bb9c;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  -webkit-animation: dash 3s 0.3s linear forwards;
  animation: dash 3s 0.3s linear forwards;
}
.user-icon .user-path {
  -webkit-animation: dash 3s 0.8s linear forwards;
  animation: dash 3s 0.8s linear forwards;
}
input {
  position: absolute;
  width: 265px;
  height: 39px;
  margin: 5px 0;
  background: 0 0;
  border: none;
}
button:focus,
input:focus {
  outline: 0;
}
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.call-to-action {
  margin: 22px 0 20px;
  width: 100%;
  text-align: center;
}
body button {
  display: block;
  height: 40px;
  margin: 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #d7bb9c;
  background-color: transparent;
  border-radius: 20px;
  transition: background-color 0.1s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  letter-spacing: 1px;
    width: 120px;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: normal;
}
button:hover {
  border: 1px solid #d7bb9c ;
}
p {
  display: inline-block;
  text-align: right;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}
p a {
  color: #d7bb9c ;
  text-decoration: none;
}
label,
p a:hover {
  -webkit-cursor: pointer;
  cursor: pointer;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.cb-monogram {
  margin-bottom: 40px;
  text-align: center;
}
::-webkit-input-placeholder {
  color: #d7bb9c !important;
}
::-moz-placeholder {
  color: #d7bb9c !important;
}
:-ms-input-placeholder {
  color: #d7bb9c !important;
}
:-moz-placeholder {
  color: #d7bb9c !important;
}
.cb-monogram-corner {
  left: 0;
  position: fixed;
  z-index: 999;
  bottom: -4px;
}
.cb-monogram-corner img {
  width: 70px;
}
.login {
  /*top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) !important;*/
}
.cb-monogram img {
  width: 285px;
}
.cb-hp-login:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.input:focus {
  border-color: transparent;
  outline: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-box-shadow: inset 250px 20px 20px 19px rgb(0, 0, 0);
  -webkit-text-fill-color: #d7bb9c;
}

#version{
    border-bottom: 0 !important;
    width: 100%;
    border-bottom: 1px solid #d7bb9c !important
}
