@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import "top-navigation.css";
@import "main-container.css";
@import "common.css";
@import "index.css";

html {
  font-size: 16px;
  line-height: 1rem;
}

body {
  background: url(../images/bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto';
  font-style: normal;
  background-color: #060006;
  font-weight: 300;
  color: rgba(255, 255, 255);
  height: 100vh;
}

a,
a:hover {
  font-weight: 400;
  /*font-size: 12px;*/
  line-height: 150%;
  /*text-decoration-line: underline;*/
  color: #38F4E1;
}

.tip-info {
  width: 10px;
  height: 10px;
}

.form-control {
  font-size: 1rem;
}

.form-select {
  font-size: 1rem;
}

.container {
  width: 100%;
}

form i {
  margin-left: -30px;
  cursor: pointer;
}

.logo {
  width: 97px;
  height: 50px;
}

.nav-item {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 55px;
}

.nav-underline>li>.nav-link.active {
  color: #FFFFFF;
  border-bottom: 3px solid #F02CEC;
}

.nav-underline>li>.nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.serialNo, .deviceId, .productModel {
  margin-top: 0;
  font-style: italic;
  font-size: 14px;
  color: #FFFFFF;
}

.social-icon {
  width: 28px;
  height: 28px;
}

#footer-placeholder {
  height: 120px;
}

.serialNo,
.deviceId,
.productModel {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}

.copyright {
  text-align: right;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
}

h2 {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
}

.signup,
.login {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  /*padding: 20px;*/
}

.tnc {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 1rem;
}

.tnc-link {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #38F4E1;
}

#forgot-password {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #38F4E1;
}

#right-placeholder {
  height: 450px;
}

#signup-section {
  background: rgba(32, 33, 36, 0.1);
  position: relative;
}

.page-title {
  width: 516px;
  height: 102px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-align: right;
  color: #FFFFFF;
}

.color-page-title {
  width: 516px;
  height: 102px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: right;

  background: linear-gradient(270.05deg, #ED1860 11.97%, #F02CEC 51.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.page-description {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: right;
  color: #FFFFFF;
}

.right-sector {
  text-align: right;
  right: 50px;
  transform: translateY(-50%);
}

.blockabout {
  padding: 40px;
}

.blockabout-inner {
  padding: 20px 50px 20px 50px;
}

.version {
  position: absolute;
  bottom: 1.5vh;
  right: 2vw;
  font-size: 20px;
  color: #ED1860;
}

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .container {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 16px;
  }

  .blockabout {
    padding: 30px;
  }

  .nav-item {
    margin-top: 0;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }

  .blockabout {
    padding: 20px;
  }

  .nav-item {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  html {
    font-size: 12px;
  }

  .nav-item {
    margin-bottom: 10px;
  }
}

.display-option-container {
  border-radius: 50px;
  background:  rgba(115, 115, 115, 0.20);

  /* Glass */
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(50px);
  padding: 6px;
}

.display-option {
  padding: 6px;
  border-radius: 50px;
  line-height: 1rem;
}

.display-option.active {
  background: rgba(255, 255, 255, 0.20);
}

#create-sub-corporate {
  display: none;
}