:root {
	--primary-color: #ECCA77;
	--secondary-color: #ECCA77;
	--tertiary-color: #ECCA77;
	--primary-btn-gradient-from: #8B6832;
	--primary-btn-gradient-to: #FCDD9A;
	--secondary-btn-border-color: #80bfff;
}

.font-primary {
	color: var(--primary-color);
}

.bg-primary {
	background-color: var(--primary-color);
}

.btn-primary {
	background: linear-gradient(to bottom, var(--primary-btn-gradient-from), var(--primary-btn-gradient-to));
	color: black;
}

.btn-secondary {
	border: 2px var(--secondary-btn-border-color) solid !important;
	color: var(--secondary-color) !important;
	margin-bottom: 10px !important;
}

* {
	font-family: Prompt;
}



	*:focus {
		outline: none;
		outline:0px !important;
		-webkit-appearance:none;
	}
	
input
{
    outline:none;
	outline:0px !important;
	-webkit-appearance:none;
}

body {
	font-family: Prompt;
}

img, video {
	height: auto;
	max-width: 100%;
}

.login-form {
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	background: linear-gradient(0deg,#7f7e76bf -.04%,#171516bf 0,#61615fbf 97.15%);
	border: 1px solid hsla(30,86%,78%,.3);
	border-radius: 10px;
	margin: 12px auto auto;
	padding: 11px 0;
	width: 80%
}

.bottom-animation {
	-o-border-image: linear-gradient(270deg,rgba(196,152,78,0),#f6d780 48.99%,rgba(196,152,78,0));
	border-image: linear-gradient(270deg,#c4984e00,#f6d780 48.99%,#c4984e00);
	border-image-slice: 1;
	border-style: solid;
	border-width: 0 0 2px
}

.langPopup {
	position: absolute;
	margin-right: .5rem;
	margin-bottom: 1.52rem;
	margin-top: 1.25rem;
	float: right;
	z-index: 10;
	top: 3rem;
	right: .75rem;
}

.langContainer {
	background: #202020;
	border: 1px solid #464646;
	border-radius: 5px;
	width: 188px;
}

.langSelectionContainer {
	display: flex;
	flex-direction: column;
	margin: .5rem;
}

.langSelection {
	display: flex;
	flex-direction: row;
	cursor: pointer;
	align-items: center;
	height: 50px;
	border-radius: .375rem;
}

.langFlag {
	margin-left: 1rem;
	margin-right: 1rem;
}


.langFlagImg {
	width: 31px;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
}

.langText {
	color: #fff;
}

body, .container {
	color: var(--primary-color);
	font-family: Prompt;
	height: 100vh;
	margin: 0;
	padding: 0
}

.login-main {
	background-image: url(../../Images/login/login-backdrop.webp);
	background-position: 50%;
	background-size: cover;
	overflow: hidden;
	max-width: 438px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.top-bar {
	position: fixed;
	top: 0px;
	width: 100%;
	max-width: 438px;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.top-right-bar {
	align-items: center;
	flex-direction: row;
	display: flex;
}

.top-lang-img {
	cursor: pointer;
	margin-left: auto;
	margin-left: auto;
}

.main-container {
	overflow: auto;
	height: 100vh;
	display: flex; 
	flex-direction: row;
	align-items: center;
}

.login-container {
	max-width: 524px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.login-title {
	color: white;
	padding-top: .25rem;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1rem;
	text-transform: uppercase;
}

.login-title2 {
	color: white;
	padding-top: .25rem;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1rem;
	text-transform: uppercase;
}

.login-separator {
	background-color: #fbdeb226;
	width: 70%;
	line-height: .125rem;
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto;
}

.login-sub-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 1.25rem;
}

.login-sub-container2 {
	width: 85%;
	margin-bottom: 1rem;
}

.login-inputbox {
	background-color: #00000080;
	font-size: 12px;
	border-radius: .75rem;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
}

.login-left-icon {
	position: absolute;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 4px;
}

.login-left-icon img {
	width: 23px;
	height: 23px;
}

.login-mid {
	width: 85%;
	margin-left: 1.5rem;
}

.login-input {
	color: #fff;
	font-size: 12px;
	background-color: inherit;
	border-style: none;
	border-radius: .75rem;
	width: 85%;
	height: 40px;
	margin-left: 1.5rem;
}

.login-input2 {
	color: #fff;
	font-size: 12px;
	background-color: inherit;
	border-style: none;
	border-radius: .75rem;
	width: 85%;
	height: 40px;
}

.login-right-icon {
	position: relative;
	display: flex;
	margin-right: 1rem;
	margin-left: auto;
	cursor: pointer;
	align-items: center;
}

.login-button-container {
	cursor: pointer;
	width: 100%;
	margin-bottom: 15px;
}

.login-button-container2 {
	flex-direction: column;
	width: 85%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.login-button {
	font-weight: 600;
	border-radius: .75rem;
	justify-content: center;
	cursor: pointer;
	width: 100%;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	color: black;
	background: linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
	border: 1px solid rgb(236, 202, 119);
	color: black;
	font-weight: 600;
	font-size: 14px;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.login-button-text {
	color: black;
	font-weight: 600;
	font-size: 14px;
}

.error-container {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.error-container-sub {
	background-color: #ff3535;
	color: #fff;
	font-weight: 400;
	font-size: .75rem;
	line-height: 1rem;
	border-radius: .25rem;
	align-items: center;
	display: flex;
	z-index: 50;
	position: relative;
	padding: 5px 0;
}

.error-icn {
	width: 1.25rem;
	height: 1.25rem;
	margin-left: .5rem;
	margin-right: .5rem;
}

.error-message {
	margin-right: auto;
	display: block;
}

#divImgCode {
	margin-right: 10px;
	width: 53px;
	height: 25px;
}

@-webkit-keyframes autofill {
    0%,100% {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.imgBack {
	cursor: pointer;
	position: absolute;
	left: 5%;
}