@font-face {
    font-family: OpenSans-LightItalic;
    src: url(OpenSans-LightItalic.ttf);
}
@font-face {
    font-family: Cuprum;
    src: url(Cuprum-Regular.ttf);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
html{
	overflow:hidden;
}
body {
  font-family: 'Segoe UI';
  color: white;
  font-weight: 300;
}
body ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
.wrapper {
  background: #50a3a2;
  background: linear-gradient(to bottom right, #214761 0%, #84b4d5 100%);
  background: -webkit-linear-gradient(top left, #214761 0%, #84b4d5 100%);
  position: absolute;
  /*flex,justify,align-items nemev*/
  display: flex;
  justify-content: center; 
  align-items: center;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrapper.form-success .container h1 {
  -webkit-transform: translateY(85px);
          transform: translateY(85px);
}
.container {
  max-width: 600px;
  padding: 10px 0;
  height: 400px;
  text-align: center;
  margin: auto auto;
  /*transform-style: preserve-3d;*/
}
.container h1 {
  font-size: 40px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-put;
          transition-timing-function: ease-in-put;
  font-weight: 400;
}
form {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 300;
}
form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
form input:focus {
  background-color: white;
  color: #214761;
}
form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: #3d3d3d;
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
form button:hover {
  background-color: #214761;
  color:#f5f5f5;
}
.bg-bubbles {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.bg-bubbles li {
	border-radius:0px;
	text-align:center;
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  /* -webkit-animation: square 25s infinite; */
  /* animation: square 25s infinite; */
  /* -webkit-transition-timing-function: linear; */
  /* transition-timing-function: linear; */
      /* transition-duration: 5s; */
}
.bg-bubbles li:first-child {
	top:1%;
	left: 1%;
	width: fit-content;
	height: fit-content;
	font-size:100px;
	display: inline-flex;
	background-color: rgba(0, 0, 0, 0.2);
	/* -webkit-animation: logos 25s; */
    /* animation: logos 12s normal;	 */
}
.bg-bubbles li:first-child img{

}
.bg-bubbles li:first-child a{
	    margin: 3px;
}
.bg-bubbles li:first-child div{
	text-align:left;
	color:#fff;
	margin: 7px;
    padding-left: 10px;
	font-style:italic;
	border-left: 1px solid;
    border-color: #0d2989;
	/* -webkit-animation: logos 25s; */
    /* animation: logos 12s normal;	 */
}

body .banner-wrapper {
  position: relative;
  width: 100%;
  height:100%;
  overflow: hidden;
}
body .banner {
  position: absolute;
  overflow: hidden;
}
body .banner.dev {
  transform: skew(-30deg);
  margin-left: -500px;
  width: calc(50vw + 500px);
  height:100%;
  }
body .banner.dev .banner-content {
  transform: skew(30deg);
  margin-left: 500px;
}
body .banner .banner-content {
  height: 100%;
}
body .banner img {
  width: 100vw;
}

/* .bg-bubbles li:nth-child(1) { */
  /* left: 10%; */
  /* font-size: 35px; */
   /* /* transform: rotate(180deg); */ */
   /* width:50px; */
   /* height:50px; */
/* } */
/* .bg-bubbles li:nth-child(2) { */
  /* left: 15%; */
  /* width: 80px; */
  /* height: 80px; */
  /* -webkit-animation-delay: 2s; */
          /* animation-delay: 2s;  */
  /* -webkit-animation-duration: 23s; */
          /* animation-duration: 23s; */
		      /* font-size: 55px; */
/* } */
/* .bg-bubbles li:nth-child(3) { */
  /* left: 22%; */
  /* -webkit-animation-delay: 4s; */
          /* animation-delay: 4s;  */
		  /* animation-duration:21; */
		      /* font-size: 35px; */
			  /* width:50px; */
			  /* height:50px; */
/* } */
/* .bg-bubbles li:nth-child(4) { */
  /* left: 25%; */
  /* width: 60px; */
  /* height: 60px; */
  /* animation-delay:3s; */
  /* -webkit-animation-duration: 22s; */
          /* animation-duration: 22s; */
  /* background-color: rgba(255, 255, 255, 0.25); */
  /* font-size:43px; */
/* } */
/* .bg-bubbles li:nth-child(5) { */
  /* left: 70%; */
  /* font-size:25px; */
/* } */
/* .bg-bubbles li:nth-child(6) { */
  /* left: 80%; */
  /* width: 120px; */
  /* height: 120px; */
  /* -webkit-animation-delay: 3s; */
          /* animation-delay: 3s; */
  /* background-color: rgba(255, 255, 255, 0.2); */
  /* font-size:82px; */
/* } */
/* .bg-bubbles li:nth-child(7) { */
  /* left: 60%; */
  /* width: 120px; */
  /* height: 120px; */
  /* -webkit-animation-delay: 7s; */
          /* animation-delay: 7s; */
		/* font-size: 80px; */
/* } */
/* .bg-bubbles li:nth-child(8) { */
  /* left: 55%; */
  /* width: 20px; */
  /* height: 20px; */
  /* -webkit-animation-delay: 15s; */
          /* animation-delay: 15s; */
  /* -webkit-animation-duration: 40s; */
          /* animation-duration: 40s; */
/* } */
/* .bg-bubbles li:nth-child(9) { */
	/* font-size:30px; */
  /* left: 45%; */
  /* width: 50px; */
  /* height: 50pxpx; */
  /* -webkit-animation-delay: 2s; */
          /* animation-delay: 2s; */
  /* -webkit-animation-duration: 40s; */
          /* animation-duration: 40s; */
  /* background-color: rgba(255, 255, 255, 0.3); */
/* } */

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0) rotate(270deg);
  }
   70% {
    -webkit-transform: translateY(-900px) ;
            transform: translateY(-900px) ;
		
  }
  100% {
    -webkit-transform: translateY(-1150px) rotate(600deg);
            transform: translateY(-1150px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(50%)rotate(270deg);
            transform: translateY(0) rotate(270deg);
  }
   70% {
    -webkit-transform: translateY(-900px) rotate(360deg);
            transform: translateY(-900px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateY(-1150px) rotate(540deg);
            transform: translateY(-1150px) rotate(540deg);
  }
}
@keyframes logos {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0) rotate(90deg);
			top:105%;
		
  }
  100% {
    -webkit-transform: translateY(0px) rotate(360deg);
            transform: translateY(0px) rotate(360deg);
			top:5px;
			
  }
}
@media  screen and (max-width: 1366px) {
 @-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0) rotate(270deg);
            transform: translateY(0) rotate(270deg);
  }
   70% {
    -webkit-transform: translateY(-900px) rotate(360deg);
            transform: translateY(-900px) rotate(360deg);
		
  }
  100% {
    -webkit-transform: translateY(-1150px) rotate(540deg);
            transform: translateY(-1150px) rotate(540deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0) rotate(270deg);
            transform: translateY(0) rotate(270deg);
  }
   70% {
    -webkit-transform: translateY(-600px) rotate(360deg);
            transform: translateY(-600px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateY(-1150px) rotate(600deg);
            transform: translateY(-1150px);
  }
}
@keyframes logos {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0) rotate(90deg);
			top:105%;
		
  }
  100% {
    -webkit-transform: translateY(0px) rotate(360deg);
            transform: translateY(0px) rotate(360deg);
			top:5px;
			
  }
}
}
img{
	width:38px;
}
.retrylink{
width:100px;
float:right;
text-align:center;


}
.retrylink a{
	
}
.retrylink a{
	color:#f5f5f5;
	text-decoration:none;
}
.retrylink:hover a{
	color:#ff5722;
}
.emailpassword{
	position:absolute;
	padding-top:10px;
	width: 155px;
  padding-right: 7px;
}
.emailpassword p {
	float:right;
	font-weight: 500;
}
.UsLang{
	display:none;
}
.MnLang{

}
.footer {
	height: 30px;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0px;
    padding-left: 20px;
	font-size: 12px;
}
.col-lg-12{
	padding-top:8px;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #84b4d5;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.blur {
  -webkit-animation-name: blur;
  -webkit-animation-duration: 1s;
  animation-name: blur;
  animation-duration: 0.8s
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes blur {
	  0% { filter: blur(5px); }
		100%{ filter: blur(0px); }
}

.SelectColorOfDiv{
	display: inline-flex;
}
.SelectColorOfDiv > span {
	margin:5px;
	width:30px;
	height:30px;
}

.SelectColorOfDiv>span:hover{
  box-shadow: 0px 0px 40px 0px #fff;
	cursor:pointer;
}
#particles-js {
	height:100%;
}

.wrapper
{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#h2{
    height: 335px;
	line-height: 60px;
	font-weight: 900;
	width: 540px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: -40%;
	transform-style: preserve-3d;
	z-index:100;
}
#h2 > h2{
	font-size:44px;
	padding-top:60%;
}
#h2 > p{
text-align:right;
font-style:italic;
}


@media  screen and (max-width: 1366px) {
   #h2{
	left: -50%;
}
#h2 > h2{
	font-size:40px;
}
}
 

@media  screen and (max-width: 1280px) {
  #h2{
	left: -50%;
}
#h2 > h2{
	font-size:40px;
}
}

@media  screen and (max-width: 1440px) {
#h2{
	left: -50%;
}
#h2 > h2{
	font-size:40px;
}
}



.hero-container, .glass::before {
  /* background-image: url("https://unsplash.it/720/380"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#layer{
	height:100%;
	    filter: blur(10px);
}

.hero-container {
    position: absolute;
    top: 0px;
}

.glass {
  position: relative;
  overflow: hidden;
}
.glass::before {
  content: '';
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
}
.glass::before {
  -webkit-filter: url("#blur");
  filter: url("#blur");
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.glass span {
	font-family: OpenSans-LightItalic;
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1rem;
  font-size: 30px;
}

.hero {
  padding: 2rem;
}

.hero-title {
  display: block;
  width: 16rem;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero-content {
font-family: OpenSans-LightItalic;
}
.bg-bubbles p {
	font-size:12px;
	line-height: 12px;
}