.login-container {
  display: flex;
  flex-direction: row;
  background-image: url('/assets/images/login-bg.webp');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
}
.login-left {
  flex: 1.2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  flex-direction: column;
}
.login-left .login-logo {
  padding: 15px;
  margin-bottom: 2rem;
}
.download-list {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.download {
 display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
  color: #fff;
}
.download img{
  width: 35px;
  height: auto;
  margin-right: 10px;

}
.login-right {
  flex: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  flex-direction: column;
}
.login-right .login {
  height: 370px;
  width: 400px;
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
  padding: 25px;
}
.login h3 {
  color: #fd7e14;
  text-align: center;
}
.svs-form {
	color: #fff;
	}
.form-item {
	padding: 10px 15px;
	background: rgb(236 226 189 / 20%);
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.2);
	width: 100%;
	}
.svs-form .form-item input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background: none;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border: none;
	margin-left: 5px;
	margin-right: 5px;
	width:100%;
}
.svs-form .form-item i {
	color: #fd7e14;
}
.svs-form .form-item a {
	color: #fff;
	font-size: 12px;
}
.svs-form .form-item input:focus {
	outline: -webkit-focus-ring-color auto 0;
	color: #FCC;
}
.svs-form .form-item input::placeholder {
    color: rgba(255,255,255,0.8);
    font-weight: normal;
    opacity: 1; /* Firefox */
}

.svs-form .form-item input {
  outline: -webkit-focus-ring-color auto 0;
  color: rgba(255,255,255,0.8);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /*border: 1px solid green;*/
  -webkit-text-fill-color: #FCC;
  /*-webkit-box-shadow: 0 0 0px 1000px #fff inset;*/
  transition: background-color 5000s ease-in-out 0s;
}

.login-submit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.login-submit .forgot{
  font-size: 13px;
  margin-right: 10px;
}
.register_suggest {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}
.login-social a{
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
}
.login-social a img{
 width: 28px;
 height: auto;
  color: #fff;
}
.login-social .fb{
  background-color: blue;
}
.login-social .line{
  background-color: rgb(6, 92, 24);
}

.login-another {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
