.btn-blue {
  background-color: #5891ed;
  color: white;
}

.w-select {
  width: 250px;
}

.login-title {
  color: white;
  position: absolute;
}

.ts-conn {
  color: #4752fb;
  font-weight: bolder;
}

.p-name-2 {
  color: #4752fb;
  font-weight: bolder;
}

.f-height {
  height: 100vh;
}

.register-title {
  color: white;
  position: absolute;
}

.bg-image {
  background: url("/static/bg_logo.png");
  background-position: center;
  background-size: cover;
}

@media (min-width: 576px) {
  .cci-logo {
    max-height: 80px;
    max-width: 80px;
  }
  .export {
    flex-direction: column;
  }
  .x-btn {
    width: 250px;
  }
}
@media (max-width: 575.98px) {
  .export {
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .export {
    flex-direction: row;
  }
  .x-btn {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .login-title {
    top: 58%;
    bottom: 30%;
    right: 35%;
    left: 13%;
  }

  .register-title {
    top: 58%;
    bottom: 30%;
    right: 28%;
    left: 6%;
  }

  .reg-desc {
    font-size: 12px;
  }

  .p-name {
    font-weight: bolder;
    font-size: 24px;
    text-align: center;
  }

  .p-desc {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .p-desc {
    font-size: 14px;
  }

  .reg-desc {
    font-size: 15px;
  }
}
