@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  background: #FCFAF4;
  font-size: 13px;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.background-picture {
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
}

main {
  background: white;
}

* {
  box-sizing: border-box;
}

.full-height {
  height: 100%;
}

.nav-page {
  height: fit-content;
}

.btn {
  justify-content: center;
  border-radius: 25px;
  min-width: 180px;
  font-size: 14px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary.focus, .btn-primary:focus, .btn-primary:visited, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #9E515C;
  border-color: #9E515C;
  box-shadow: none;
  outline: none;
}

.login {
  background: #FCFAF4;
  font-size: 14px;
  padding: 160px;
}
.login__title{
  font-family: "Archivo Black", sans-serif;
  max-width: 400px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  margin: auto auto 16px;
}
.login__description {
  padding-top: 16px;
  font-size: 14px;
}
.login__section, .login__form {
  max-width: 400px;
  margin: auto;
}
.login__section {
  margin-top: 24px;
}
.login__label {
  margin-bottom: 2px;
  line-height: 18px;
  font-size: 12px;
  color: #6b6f73;
}
.login__input {
  border-radius: 2px;
  background-color: rgba(13, 6, 40, 0.02) !important;
  max-width: 400px;
  min-height: 40px;
  height: 40px;
}
.login__check {
  display: inline-flex;
}
.login__checkbox {
  margin-left: 15px;
  margin-top: 22px;
  cursor: pointer;
  height: 20px;
}
.login__checklabel {
  margin-left: 9px;
  margin-top: 22px;
  cursor: pointer;
  height: 20px;
}
.login__link {
  padding-right: 15px;
  margin-top: 22px;
  color: #2e7fe5;
  height: 20px;
}
.login__link:hover {
  outline: none;
}
.login__button {
  justify-content: center;
  border-radius: 100px;
  margin-top: 30px;
  display: flex;
  width: 100%;
}

.router {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 10px;
  transition: all 0.2s ease;
  background: #f3f4f5;
  list-style: none;
  height: 100%;
}
.router * a {
  color: #151719 !important;
}
.router * a:hover {
  text-decoration: none;
  cursor: pointer;
}
.router--submenu {
  border-right: 1px #f3f4f5 solid;
  background: white;
}
.router__header {
  display: flex;
  cursor: pointer;
  margin-bottom: 16px;
  align-items: center;
  height: 30px;
}
.router__logo {
  margin-left: 16px;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
.router__page {
  padding-left: 16px;
  font-size: 17px;
  width: 100%;
}
.router__item {
  display: flex;
  margin-bottom: 8px;
  color: #151719;
}
.router__item--spacer {
  flex-direction: column;
  flex-grow: 1;
}
.router__item:last-child {
  margin-bottom: 0;
}
.router__link {
  transition: all 0.2s ease;
  max-height: 85px;
  background: inherit;
  border-radius: 3px;
  padding: 8px 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: normal;
}
.router__link--active {
  background: white;
}
.router__link:hover {
  background: white;
  border-radius: 3px;
}
.router__link--inverted {
  background: white;
}
.router__link--inverted--active {
  background: #f3f4f5;
}
.router__link--inverted:hover {
  background: #f3f4f5;
  border-radius: 3px;
}
.router__title {
  margin-bottom: 4px;
  font-size: 15px;
  opacity: 1;
}
.router__description {
  line-height: 16px;
  font-size: 13px;
  opacity: 0.5;
}

@media (max-width: 459px) {
  .btn {
    margin-bottom: 0.5rem;
    display: block;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .login {
    padding: 160px 20px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
  /*-webkit-box-shadow: 0 0 0 30px #0D062805 inset !important;*/
  transition: background-color 5000s ease-in-out 0s;
}

/*****************/
.login-material-ui .form-control{
  border: none;
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  padding-top: 24px;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #CCD0D9;
  background: rgba(13, 6, 40, 0.04);
}

.group        {
  position:relative;
  margin-bottom:45px;
}

input:focus {
  outline:none;
  background: rgba(13, 6, 40, 0.04);
}

.label-material-ui {
  color: rgba(13, 6, 40, 0.5);
  font-size: 10px;
  line-height: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 0;
  padding-left: 6px;
  padding-top: 6px;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
}

input:focus ~ label{
  /*top:-20px;*/
  /*font-size:14px;*/
  color: #4361EE;
}

.bar  { position:relative; display:block; width:100%; }
.bar:before, .bar:after   {
  content:'';
  height:2px;
  width:0;
  bottom:0;
  position:absolute;
  background:#CCD0D9;
  transition:0.4s ease all;
  -moz-transition:0.4s ease all;
  -webkit-transition:0.4s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%;
}

input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

.highlight {
  position:absolute;
  /* height:60%; */
  width:100px;
  top:25%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
