@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

:root {
    --bc: #f9f3ee;
    --bc-dark: #141412;
    --primary: rgb(161, 166, 252);
    --accent1: rgba(251,161,229,1);
    --accent2: rgba(241,196,161,1);
    --white: #ffffff;
    --black: #000000;
    /* Gray Colors */
    --bc-gray: #ede8e4;
    --gray: #9e9d9b;
    --gray-dark: #1c1a19;
    /* Gradients */
    --pace: linear-gradient(90deg, rgba(161,166,252,1) 0%, rgba(251,161,229,1) 50%, rgba(241,196,161,1) 100%);
    /* Sizes */
    --heading: 3.4rem;
    --paragraph: 1.1rem;
    --button-small: 1rem;
    /* Fonts */
    --font-main: "Poppins";
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}

body {
	color: #ffffff;
    background: transparent linear-gradient(180deg, #393939 0%, #373737 100%) 0% 0% no-repeat padding-box;
}


body:before {
	content: "";
	width: 100%;
	height: 350px;
	position: absolute;
	background: url(../images/background_image.png);
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

p:focus {
	outline: none !important;
}

p:hover {
	text-decoration: none;
  color: #86A8E7;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }


iframe {
	border: none !important;
}

.txt1 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.5;
  color: #999999;
}

.txt2 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.5;
  color: #0FFDF6;
  margin-left: -10px;
}

.limiter {
  width: 100%;
  margin: 0 auto;
  z-index: 9;
  position: relative;
}

.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  /*background: #18235B;*/
}

.wrap-login100 {
  width: 900px;
  background: #fff;
  border-radius: 31px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 47px 17px 33px 17px;
  position: relative;
  background: #202022;
}

.login100-pic {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.logo-vlend{
    height: 54px;
    margin-left: 100px;
}

.img-login{
    width: 393px;
    height: 459px;
    margin-top: -25px;
}

.login100-pic img {
  max-width: 100%;
}

.login100-form {
  width: 350px;
}

.login100-form-title {
  font-family: Poppins-Bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 30px;
  padding-top: 65px;
}

.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-family: Poppins-Medium;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;

  display: block;
  width: 100%;
  background: #e6e6e6;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 68px;
}

.wrap-input100 i {
    left: 0.8em;
    position: absolute;
    font-size: 1.58rem;
    color: #0FFDF6;
    text-shadow: 0 0 4px rgb(161 166 252 / 50%);
    margin-top: 14px;
}

.form-input {
    width: 95%;
    padding: 1.2em 1.2em 1.2em 3.6em;
    font-size: 15px;
    height: 50px;
    color: #ffff;
    border: 2px solid var(--bc-gray);
    transition: border .15s ease-in-out;
    background: transparent linear-gradient(180deg, #000000 0%, #3D3D3D 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FFEB85;
    border-radius: 35px;
    border-radius: 29px;
}

.form-input:hover {
    border: 2px solid ##0FFDF6;
}

.form-input:focus {
    outline: none;
    border: 2px solid ##0FFDF6;
}

.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: #86A8E7;
}

.login-form-line {
    margin: 0 0 40px 0;
    position: relative;
}

.login-form-line a {
    height: 44px;
    width: 174px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    background: #FFCA00;
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    margin: 0 auto;
    background-image: linear-gradient(-180deg, #F5E56D 1%, #8D4E00 96%);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50), inset 0px -7px 12px 0px #F1DF69;
    border-radius: 6px;
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #86A8E7;
  padding-left: 28px;
}

.button-wrapper {
    margin: 2em 0 1em 0;
}
.button, .btn-secondary {
    margin: 0;
    width: 95%;
    position: relative;
    padding: 1em 1em;
    text-align: center;
    color: var(--white);
    font-size: var(--button-small);
    background: transparent linear-gradient(180deg, #0FFDF6 0%, #346AED 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 5px #0FFDF68C;
    border: 1px solid #4EFFED;
    border-radius: 31px;
    border: none;
    cursor: pointer;
    transform: scaleX(1);
    transition: transform .3s cubic-bezier(.175,.885,.32,1.275), filter .3s cubic-bezier(.175,.885,.32,1.275), bottom .3s cubic-bezier(.175,.885,.32,1.275), background-position 3s cubic-bezier(.455,.03,.515,.955), -webkit-transform .3s cubic-bezier(.175,.885,.32,1.275), -webkit-filter .3s cubic-bezier(.175,.885,.32,1.275);
}

.btn-outline-dark {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    width: 95%;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    text-decoration: none;
    border: 1px solid rgba(78, 255, 237, 1);
    border-radius: 30px;
    background: rgba(24, 35, 91, 1);
}

.btn-outline-dark:focus {
    color: white;
}

.btn-outline-dark:hover {
    color: #ffffff;
    background: linear-gradient(to bottom, #0ffdf6, #00dfff, #00bdff, #0097ff, #346aed);
    transition: all 0.4s ease 0s;
    border: 1px solid rgba(78, 255, 237, 1);
}


.button {
    transition: transform .3s cubic-bezier(.175,.885,.32,1.275), bottom .3s cubic-bezier(.175,.885,.32,1.275), background-position 3s cubic-bezier(.455,.03,.515,.955), -webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);
}
.button, .button .btn-secondary {
    background-position: 0 50%;
    bottom: 0;
}
.button .btn-secondary {
    left: 0;
    width: 100%;
    position: absolute;
    filter: blur(1rem);
    opacity: .8;
    z-index: -1;
    transform: scale3d(.9, .9, 1);
    transition: transform .3s cubic-bezier(.175,.885,.32,1.275), filter .3s cubic-bezier(.175,.885,.32,1.275), bottom .3s cubic-bezier(.175,.885,.32,1.275), background-position 3s cubic-bezier(.455,.03,.515,.955), -webkit-transform .3s cubic-bezier(.175,.885,.32,1.275), -webkit-filter .3s cubic-bezier(.175,.885,.32,1.275);
}
.button:focus, .button:hover {
    transform: scale3d(1.1, 1.1, 1);
    background-position: 100% 50%;
    outline: none;
    bottom: 2px;
}
.button:focus .btn-secondary, .button:hover .btn-secondary {
    background-position: 100% 50%;
    filter: blur(1.6rem);
    bottom: -5px;
}

.form-input-grid {
    margin: 1.5em 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.5em;
}

.form-input-wrapper {
    width: 100%;
    position: relative;
}
.form-input-wrapper i {
    left: 1em;
    position: absolute;
    font-size: 1.88rem;
    color: var(--primary);
    text-shadow: 0 0 4px rgba(161, 166, 252, .5);
}

.flexbox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}



@media (max-width: 992px) {
  .wrap-login100 {
    padding: 47px 17px 33px 17px;
  }

  .login100-pic {
    width: 35%;
  }

  .login100-form {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .wrap-login100 {
    padding: 47px 17px 33px 17px;
  }

  .login100-pic {
    display: none;
  }

  .login100-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 47px 17px 33px 30px;
  }
}

.validate-input {
  position: relative;
}

#lang-menu div {
  height: 20px;
  color: #000;
  text-align: left;
  padding: 0px;
  font-weight: 800;
  border-bottom:1px solid rgba(255,255,255,0);
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -o-transition:all .2s ease;
}
#lang-list {
  list-style:none;
  margin:0px;
  padding:0px;
  display:none;
  text-align:center;
  width: auto;
}

#lang-list {
  display: none;
  height: auto;
  padding-top: 35px !important;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#lang-menu li {
  padding:0px 0px;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  text-align: left;
  color: #000;
}

#lang-list li:hover {
  cursor:pointer;
  color:#fff;
  /*background:rgba(255,255,255,.1);*/
}
#lang-list li:hover {
  color: #000!important;
  font-weight: 800;
}

#lang-menu img {
  width: 42px;
  height: 42px;
  margin-right: 20px;
  margin-top: 15px;

}

.form-text {
    margin: 1em 0 .75em 2.2em;
    color: var(--gray-dark);
    font-weight: 300;
}

label {
        display: inline-block;
        color: #ffffff;
        padding-bottom: 10px;
      }