/* Fonts declaration */
@font-face {
  font-family: Muli-Light;
  src: url(../fonts/Muli-Light.ttf);
}

@font-face {
  font-family: Muli-Regular;
  src: url(../fonts/Muli-Regular.ttf);
}

@font-face {
  font-family: Muli-SemiBold;
  src: url(../fonts/Muli-SemiBold.ttf);
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  transition: all .1s linear;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #F0F0F0;
  font-family: Muli;
}

li {
  font-family: Muli-Light;
}

:root {
  --main-color: #6c3d96;
  --secondary-color: #9B6CC5;
  --third-color: #9D7DB9;
  --fourth-color: #DED5E7;
  --color-black: #000000;
  --text-grey1: #8390A2;
  --text-grey2: #ECEDEE;
  --text-grey3: #F8F9FA;
  --color-grey4: #272743;
  --html-background: #F0F0F0;
  --logo-color: #FDD900;
  --white-color: #fff;

}



.login {
  background-image: url(../images/bg-new1.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0 auto;
  background-position: center;
}

.text-center {
  margin: 0 auto;
}

.login-form {
	transform: translate(-2%, -50%);
	right: 1%;
	position: absolute;
	text-align: center;
	top: 45%;
}

.login-form h2 {
  color: #000;
  font-family: Muli-SemiBold;
  font-size: 22px;
}
.bonuslogo img {
  height: 48px;
}

.modulebtn {
  margin-bottom: 10px;
}
.login-form img {
  margin-bottom: 20px;
}
.loginhomekyc {
  width: 60%;
  margin: 0px auto;
}

.loginbutton {
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #683992;
  border: none;
  color: #fff;
  font-size: 14px;
  font-family: Muli-Light;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  transition: 300ms;
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
}
.loginbutton:hover {
  background-color: #7b3eb1;
  color: #fff;
}
.loginbutton img {
  height: 22px;
  float: left;
  margin-bottom: 0px!important;
}

footer {
  background: var(--main-color);
  width: 100%;
  font-family: Muli-Light;
  height: 20px;
  margin: 0 auto;
  text-align: center;
  line-height: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
footer p {
  font-size: .65rem;
  color: var(--white-color);
  font-family: Muli-Light;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
.login {
  background-image: url("../images/bg-new1.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0px auto;
}

.loginbutton {
  padding: 8px 20px;
  font-size: 12px;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
.login {
  background-image: url("../images/bg-new1.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0px auto;
}
.loginhomekyc {
  width: 80%;
  margin: 0 auto;
}

}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
.login {
  background-image: url("../images/bg-new2.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0px auto;
}
.loginhomekyc {
  width: 80% !important;
  margin: 0 auto;
}


}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .login {
    background-image: url(../images/bg-new2.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    right: 0;
  }

  .loginhomekyc {
    width: 90% !important;
    margin: 0 auto;
  }

  
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
  .login {
    background-image: url(../images/bg-768.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    margin: auto;
  }
  .login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {

.login {
  background-image: url("../images/bg-768.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0px auto;
}  
.login-form {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.bonuslogo img {
  height: 45px;
  margin-bottom: 10px;
}
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.login {
  background-image: url("../images/bg-768.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0px auto;
}

.bonuslogo img {
  height: 45px;
  margin-bottom: 20px;
}

}

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

.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.login {
  background-image: url(../images/bg-768.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0 auto;
}

.login-form h2 {
  font-size: 16px;
  font-family: Muli-SemiBold;
}
.bonuslogo img {
  height: 42px;
  margin-bottom: 10px;
}

.loginhomekyc {
  width: 90%;
}

}