@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"), url(/fonts/Roboto-Regular.ttf?04b605aa85f24816e3e6cc19b10c3d09) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"), url(/fonts/Roboto-Regular.ttf?04b605aa85f24816e3e6cc19b10c3d09) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"), url(/fonts/Roboto-Regular.ttf?04b605aa85f24816e3e6cc19b10c3d09) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"), url(/fonts/Roboto-Regular.ttf?04b605aa85f24816e3e6cc19b10c3d09) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"), url(/fonts/Roboto-Bold.ttf?29d0602f3c74d2be2107889818d85108) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"), url(/fonts/Roboto-Bold.ttf?29d0602f3c74d2be2107889818d85108) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"), url(/fonts/Roboto-Bold.ttf?29d0602f3c74d2be2107889818d85108) format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  background: #F6F8FD;
  height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Roboto";
  margin: 0;
}

.navbar {
  display: none;
}

.login {
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 1;
  padding: 7.7rem 1rem;
}
.login__container {
  box-shadow: 0rem 0.8rem 2rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.4rem;
  background: #fff;
  padding: 5.8rem;
  max-width: 39rem;
  width: 100%;
}
.login__title {
  color: #919191;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 2.8rem;
  text-transform: uppercase;
}
.login__title.m_reset {
  color: #1B1E28;
  text-transform: none;
}
.login__sub-title {
  color: #1B1E28;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.login .form-group {
  display: flex;
  flex-direction: column;
  margin: 0 0 1.6rem 0;
}
.login .form-group .btn-link {
  color: #1D90E4;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0.5rem 0 0 0;
  padding: 0;
  text-align: right;
}
.login .form-group .btn {
  background: #1B1E28;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 3.5rem;
  width: 100%;
}
.login .form-group .btn.m_reset {
  margin-top: 1.5rem;
}
.login .form-group .form-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.login .form-group .form-row .form-item {
  align-items: center;
  color: #B8B8B8;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
}
.login .form-group label {
  color: #1B1E28 !important;
  font-size: 1.2rem !important;
  font-weight: 500;
  text-align: left;
  padding: 0;
  line-height: 2rem;
}
.login .form-group input {
  border-radius: 0.6rem;
}

.footer-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
}
.footer-title .name {
  color: #1B1E28;
  margin-right: 0.8rem;
}
.footer-title .sub-name {
  color: #8D8D8D;
}

.container .row {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .login {
    background: #fff;
    padding: 0;
  }
  .login__container {
    box-shadow: none;
    padding: 6rem 0;
    margin: 0 5rem;
    max-width: 100%;
    height: 100%;
    position: relative;
  }
  .login__button {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .footer-title {
    background: #fff;
    font-size: 1.2rem;
    justify-content: center;
  }
  .footer-title .name {
    font-weight: 500;
  }
}
