@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Rajdhani:wght@300;400;500;600;700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
:root {
  --primary-color: rgb(0, 143, 156);
  --secondary-color: rgb(247, 144, 49);
  --field-text-color: rgb(62, 63, 94);
  --bg-color: rgb(255, 255, 255);
  --heading-color: rgb(255, 255, 255);
  --text-color: rgb(48, 47, 69);
  --label-color: rgb(175, 176, 192);
  --border-color: rgb(222, 222, 234);
}

body {
  
  width: 100%;
  position: relative;
  min-height: 100vh;
    overflow-x: hidden;
}
.ls-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  left: 0;
  background-color: rgb(97 7 173);
}
.ls-bg-inner {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
video.ls-bg-inner {
  opacity: 0.4;
}

main {
  position: relative;
  z-index: 10000;
  min-height: 100vh;
  overflow-x: hidden;
}
main::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: -15%;
  width: 50%;
  z-index: 0;
  clip-path: circle(65% at 80% 50%);
  background-color: var(--bg-color);
  background-image: url(../img/Layers.png);
}
.wrapper {
    padding: 90px 120px 90px 120px;
    width: 100%;
    height: 100vh
}
.main-inner {
  position: relative;
  height: 100%;
}
.logo {
  display: flex;
  align-items: center;
  height: auto;
  position: relative;
  z-index: 10;
}
.logo-text {
  font-size: 37px;
  font-family: "Oswald";
  color: var(--heading-color);
  font-weight: bold;
  margin-left: 8px;
}
.side-text span {
    font-size: 24px;
    color: var(--heading-color);
    text-transform: uppercase;
    display: block;
    line-height: 35px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}
.main-heading {
  font-size: 12.2vmin;
  font-family: "Titillium Web";
  color: var(--heading-color);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 12vmin;
}
.side-text p {
  font-size: 18px;
  color: var(--heading-color);
    margin-bottom: 50px;
    font-family: "Rajdhani", sans-serif;
}
.DisplayFlex {
  display: flex;
  align-items: center;
}
.RIghtSec {
  border-radius: 12px;
  background-color: var(--bg-color);
  box-shadow: 0px 0px 60px 0px rgba(94, 92, 154, 0.12);
  margin-left: auto;
  padding: 5vmin;
  width: 80%;
  position: relative;
  z-index: 100000;
  height: auto;
}
.divide-heading {
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.divide-heading span {
  font-size: 15px;
  color: var(--field-text-color);
  font-weight: bold;
  text-align: center;
  background-color: var(--bg-color);
  padding: 0 20px;
  width: max-content;
  margin: 0 auto;
  display: block;
}
.divide-heading::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgb(234, 234, 245);
  height: 1px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 10px;
  z-index: -1;
}
.social-signup {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  justify-content: center;
  margin-bottom: 16px;
}
.social-signup a {
  border-radius: 10px;
  background-color: var(--field-text-color);
  width: 40px;
  height: 40px;
  display: grid;
  justify-content: center;
  align-content: center;
  text-decoration: none;
  margin: 0 7px;
}
.social-signup a.facebook {
  background-color: rgb(55, 99, 210);
}
.social-signup a.twitter {
  background-color: rgb(26, 188, 255);
}
.social-signup a.twitch {
  background-color: rgb(123, 93, 250);
}
.social-signup a.youtube {
  background-color: rgb(253, 67, 79);
}
.social-signup a i {
  color: var(--heading-color);
  font-size: 15px;
}
.logoIco img{
    width: 300px;
}
.logoIco{
    text-align: center;
        margin-bottom: 25px;
}
.LoginBtn a{
    background: #62beb0;
    width: 200px;
    text-align: center;
    padding: 10px 30px;
    padding-bottom: 8px;
    border-radius: 5px;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.LoginBtn a:hover{
    background: #0070b0;
    color: #fff;
}
.RIghtSec p{
  text-align: justify;
  line-height: 3.4vmin;
  font-weight: 600;
  color: #101010;
  margin-top: 12px;
  font-family: "Rajdhani", sans-serif;
}
.RIghtSec h2{
  text-align: center;
  margin-bottom: 0px;
  margin-top: 30px;
  color: #54b3a4;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
}
.footer{
    text-align: center;
    width: 100%;
}
.footer h6{
    font-size: 13px;
}
.footer h6 {
    font-size: 1.4vmin;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.Copy{
    color: #fff;
}
.NSGTag{
    color: #5adbc7 !important;
    text-decoration: none;
}
.jssTag{
    color: #ef8501;
    text-decoration: none;
}
.Copy {
    color: #5400a7;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 600;
}

video.LsBgLogin {
  opacity: 0.4 !important;
}
.HeaderLogo{
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: 40px;
  z-index: 1000;
}
.HeaderLogobg{
  position: absolute;
  width: 100%;
}
.HeaderLogo img{
  width: 270px;
}
.LoginPad {
  padding-left:7%;
}
.CopyFooter{
  position: absolute;
}

.AccLogin{
  color: #fff !important;
  font-size: 17px;
  letter-spacing: 0.2px;
  font-family: "Rajdhani", sans-serif;
}
.AccLogin a{
  color: #00e5ff;
  font-size: 16px;
  text-decoration: underline;
}



@media only screen and (min-width: 1601px) and (max-width: 1980px) {


}


@media only screen and (min-width: 1281px) and (max-width: 1600px) {
  .RIghtSec h2 {
    margin-top: 10px;
}
.footer h6 {
  font-size: 1.8vmin;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

}

@media only screen and (min-width:1025px) and (max-width:1365px){


}


@media only screen and (max-width:1024px){



}




@media only screen and (min-width:769px){
  .DeskNone{
    display: none !important;
  }
}

@media only screen and (max-width:768px){
  .MobNone{
    display: none !important;
  }
  .wrapper {
    padding: 18px;
}
main::after {
  display: none;
}
.RIghtSec {
  width: 100%;
  padding: 20px 20px 25px;
}
.side-text {
  padding-top: 20px;
}
.main-heading {
  font-size: 40px;
  font-weight: 800;
  line-height: 46px;
  text-align: center;
}
.side-text span {
  text-align: center;
}
.side-text p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 20px;
}
video.ls-bg-inner {
    opacity: 0.3;
}
.LoginBtn a {
  width: 170px;
  padding: 7px 0px;
  padding-bottom: 6px;
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 40px;
}
.logoIco img {
    width: 235px;
}
.LoginBtn {
  text-align: center;
}
.RIghtSec h2 {
  margin-bottom: 0px;
  margin-top: 10px;
}
.RIghtSec p {
  line-height: 23px;
  margin-top: 8px;
}
.divide-heading {
  width: 100%;
  margin-bottom: 15px;
}
.social-signup a {
  border-radius: 4px;
  width: 30px;
  height: 29px;
  margin: 0 6px;
}
.h-100 {
  height: auto !important;
}
.logoIco {
  text-align: center;
  margin-bottom: 40px;
}
.footer h6 {
  font-size: 14px;
  line-height: 23px;
}
.Copy {
  color: #fff;
  letter-spacing: 0px;
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.LoginSection {
  height: auto;
  padding-top: 120px;
}
.LoginBg {
  width: 100%;
  margin: 0 auto;
  padding: 18px;
}
.LoginPad {
  padding-left: 15px !important;
}
.FormTitle {
  font-size: 26px;
  line-height: 24px;
  margin-bottom: 0;
  width: 100%;
  padding-bottom: 14px;
  text-align: center;
  padding-top: 23px;
}
.Form-body {
  padding: 18px 25px 22px !important;
}
.BtnOne {
  padding: 6px 5px;
  font-size: 18px;
  width: 190px;
}
.input-group-text, select.form-control:not([size]):not([multiple]), .form-control:not(.form-control-sm):not(.form-control-lg):not(textarea.form-control) {
  font-size: 14px;
  padding: 8px 10px;
  height: 40px;
}
.form-group {
  margin-bottom: 15px;
}
.AccLogin {
  font-size: 16px;
}
.HeaderLogo {
  width: 100%;
  text-align: center;
}
.HeaderLogo img {
  width: 230px;
}
i.NavBarMobile {
  font-size: 21px;
  margin-top: 16px;
}



}
















