
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: 'Roboto' !important;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  background-color: #13171a;
  color: #ffffff;
  margin: 0;
}

div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

h2 {
  text-transform: uppercase;
  margin: 0 auto 40px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  color: #ff4050;
  margin: 24px 0 0;
  max-width: 275px;
}

span {
  margin-top: 31px;
  padding-right: 15px;
  width: min-content;
  z-index: 100;
  color: grey;
  position: absolute;
  align-self: flex-end;
  text-transform: uppercase;
}

form {
  margin: 0 auto;
  padding: 54px;
  background-color: #1f2429;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}

label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  color: #9ea6ad;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 20px;
}

input {
  display: flex;
  width: 400px;
  height: 38px;
  border-radius: 3px;
  border: solid 1px #4b565c;
  background-color: #13171a;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  padding: 9px 12px;
  margin: 4px 0 0;
}

.username {
  margin-bottom: 0;
}

.prevpass {
  margin-top: 20px;
}

button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 10px 0 0;
  height: 38px;
  width: 100px;  border: 1px solid #73b9ff;
  border-radius: 3px;
  background-color: #73b9ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #1f2429;
  width: 90px;
  height: 38px;
}

button:hover {
  background-color: #8fc7ff;
  cursor: pointer;
}

/* Chrome-specific */
@supports (-webkit-appearance:none)
   and (font-feature-settings:normal)
     and (not (-ms-accelerator:true)) {
}
