.top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 50px;
  user-select: none;
  -webkit-user-select: none;
}
@media screen and (max-width: 1100px) {
  .top {
    flex-direction: column-reverse;
    padding: 50px 10px;
  }
}
.top .left {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .left img {
  width: 90%;
}
@media screen and (max-width: 1100px) {
  .top .left {
    width: 100%;
  }
}
.top .right {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 80px;
}
@media screen and (max-width: 1100px) {
  .top .right {
    width: 100%;
    align-items: center;
    padding: 0;
  }
}
.top .right h1 {
  font-weight: 800;
  font-size: 3rem;
  letter-spacing: 1.3px;
  text-align: start;
  background-color: #004a8f;
  background-image: linear-gradient(45deg, #004a8f, #c815ce);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
@media screen and (max-width: 1100px) {
  .top .right h1 {
    font-size: 2.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 620px) {
  .top .right h1 {
    font-size: 2.3rem;
    text-align: center;
  }
}
.top .right h2 {
  font-size: 1.8rem;
  font-weight: 30;
  text-align: start;
}
@media screen and (max-width: 620px) {
  .top .right h2 {
    font-size: 1.3rem;
    text-align: center;
  }
}
.top .right a.loginBtn {
  border: 1px solid #004a8f;
  margin-top: 20px;
  padding: 10px 56px 10px 56px;
  font-size: 1.6rem;
  font-weight: 200;
  text-align: center;
  background-color: rgba(0, 74, 143, 0.5333333333);
  border-radius: 5px;
  color: #fff;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.top .right a.loginBtn:hover {
  background-color: transparent;
  color: #006cd0;
}
@media screen and (max-width: 620px) {
  .top .right a.loginBtn {
    padding: 8px 25px 8px 25px;
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=top.css.map */
