.container, button, input {
  color: #353535;
  font-family: Quicksand, sans-serif
}
.container, body, button, html, input {
  font-family: Quicksand, sans-serif
}
.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 rgb(61 61 61);
}
.login {
  width: 410px;
  margin: 0 auto
}
.login-form, .login-icon-field, button, p {
  width: 100%
}
.login-icon {
  margin: 50px 65px
}
row {
  display: none
}
.username-row {
  margin-bottom: 10px
}
.password-icon, .user-icon {
  margin: 5px 10px 5px 5px
}
.password-icon .key-path, .user-icon .user-path {
  fill: rgba(10, 10, 10, 0);
  stroke: #353535;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  -webkit-animation: dash 3s .3s linear forwards;
  animation: dash 3s .3s linear forwards
}
.user-icon .user-path {
  -webkit-animation: dash 3s .8s linear forwards;
  animation: dash 3s .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, .4)
}
input::-moz-placeholder {
  color: rgba(255, 255, 255, .4)
}
.call-to-action {
  margin: 22px 0 0;
  width: 100%;
  text-align: center
}
button {
  display: block;
  height: 40px;
  margin: 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid rgb(0 0 0 / .50);
  background-color: transparent;
  border-radius: 20px;
  transition: background-color .1s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  letter-spacing: 1px
}
button:hover {
  border: 1px solid rgba(238, 222, 134, 1)
}
p {
  display: inline-block;
  text-align: right;
  font-size: .8rem;
  color: rgba(255, 255, 255, .4)
}
p a {
  color: rgba(213, 192, 113, .5);
  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: #353535 !important
}
::-moz-placeholder {
  color: #353535 !important
}
:-ms-input-placeholder {
  color: #353535 !important
}
:-moz-placeholder {
  color: #353535 !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;
  padding:50px;
  border: 1px solid rgba(0, 0, 0, 0.5);
	  border-radius: 10px;
	box-shadow: -10px -10px 22px #9f9f9f
}
.cb-monogram img {
  width: 285px
}
.cb-hp-login:before {
  background: #d5d5d5;
  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(213 213 213);
  -webkit-text-fill-color: #353535;
}