@font-face {
	font-family: 'Lato Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Lato Regular'), url('../Lato/Lato-Regular.woff') format('woff');
}

* {
	box-sizing: border-box;
}

body {
	background-image: url(../../assets-ticket-lm/login/login.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: 'Lato Regular';
	height: 100vh !important;
	/*margin: 7em 0 50px;*/
}

h1 {
	font-weight: bold;
	margin: 0;
}

h2 {
	text-align: center;
}

p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}


a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	/* margin: 15px 0; */
}

button {
	border-radius: 7px;
	border: 1px solid #FC1002;
	background: linear-gradient(90deg, #FC1002 0%, #FF4313 100%);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}

button:active {
	transform: scale(0.95);
}

button:focus {
	outline: none;
}

button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 6em;
	height: 100%;
	text-align: center;
}
.form-group{
	width: 100%;
	text-align: left;
}
label {
	/* margin-bottom: 0; */
	font-weight: normal !important;
	color: #333;
}
input {
	background-color: #F2F2F2;
	border: none;
	padding: 10px 15px;
	margin: 0 0 8px;
	width: 100%;
	border-radius: 7px;
}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #BDBDBD;
	opacity: 1; /* Firefox */
}
input.form-control{
	background-color: #F2F2F2;
	border: none;
	padding: 10px 15px;
	margin: 0 0 8px;
	border-radius: 7px;
}
input.form-control::placeholder,
input.form-control:focus,
input.form-control:active { /* Chrome, Firefox, Opera, Safari 10.1+ */
	background-color: #F2F2F2 !important;
	color: #BDBDBD;
	opacity: 1; /* Firefox */
	font-weight: normal !important;
	font-size: 14px !important;
}
input.form-control{
	color: #333 !important;
}

.container {
	background-color: #fff;
	border-radius: 33PX;
  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
			0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	/*width: 768px;*/
	width: 400px;
	max-width: 100%;
	/* min-height: 480px; */
	min-height: 600px;
	opacity: 1;
	/*-webkit-animation: slide-up 2s cubic-bezier(0.4, 0, 0.2, 1) 100ms forwards;*/
}
/*@-webkit-keyframes slide-up {
			0% { -webkit-transform: translateY(40%); opacity: 1 }
			100% { -webkit-transform: translateY(0); opacity: 1  }
}*/
.container:after{
	content:"";
	background: url(../../uploads/images/asset_pap/shadow.svg) no-repeat;
	display: inline-block;
	vertical-align: middle;
	padding-top: 5px;
	position: absolute;
	margin-top: -36px;
	margin-left: 10px;
}

.form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.sign-in-container {
	left: 0;
	width: 48%;
	z-index: 2;
}

.container.right-panel-active .sign-in-container {
	transform: translateX(100%);
	width: 50%;
}

.sign-up-container {
	left: 0;
	width: 48%;
	opacity: 0;
	z-index: 1;
}

.container.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
	width: 50%;
}

@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.overlay-container {
	position: absolute;
	top: 0;
	left: 48%;
	width: 52%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.container.right-panel-active .overlay-container{
	transform: translateX(-100%);
    left: 50%;
    width: 50%;
}

.overlay {
	background: #FC1002;
	background: -webkit-linear-gradient(138.68deg, #FC1002 18.27%, #FF6D48 98.22%);
	background: linear-gradient(138.68deg, #FC1002 18.27%, #FF6D48 98.22%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
  	transform: translateX(50%);
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.overlay-left {
	transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
	transform: translateX(0);
}

.overlay-right {
	right: 0;
	transform: translateX(0);
}

.container.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.overlay-right .overlay-content{
	height: 100%;
    margin: 4em 1.5em;
    position: relative;
	background: url(frosted-glass-texture-as-background-frosted-glass-texture-as-background-interior-design-decoration-111091129), linear-gradient(253.09deg, rgba(217, 217, 217, 0.25) -7.53%, rgba(217, 217, 217, 0) 97.04%);
	border-radius: 12px;
	padding: 2em 2em;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}
.overlay-right .overlay-content h1{
	font-style: normal;
	font-weight: 900;
	font-size: 28px;
	text-align: center;
	color: #FFFFFF;
}

.person-login{
	position: absolute;
	bottom: 0;
	left: -4%;
    max-width: 107%;
}
.it-up-banner-deco2 {
	left: 30px;
	bottom: 40px;
	animation: IT_animation_3 3s infinite linear alternate;
}
.it-up-banner-deco3 {
	left: -60px;
	top: 30%;
	animation: IT_animation_2 12s infinite linear alternate;
}
.it-up-banner-deco4 {
	top: 35%;
	right: -50px;
	z-index: 1;
	animation: IT_animation_1 12s infinite linear alternate;
}
@keyframes IT_animation_1 {
	0% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(-10px);
	}
	50% {
		transform: translateX(0);
	}
	75% {
		transform: translateX(10px);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes IT_animation_2 {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-10px);
	}
	50% {
		transform: translateY(0);
	}
	75% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes IT_animation_3 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(40deg);
	}
}

.kembalilogin{
	margin-top: 1.4em;
	display: none;
}

@media (max-width: 768px) {
	body {
		margin: 3em 1em;
	}
	.sign-up-container{
		width: 100%;
	}
	.sign-in-container{
		width: 100%;
	}
	.overlay-container{
		width: 100%;
		left: 0;
    	top: 600px;
	}
	form {
		padding: 0 3em;
	}
	.container.right-panel-active .sign-up-container {
		width: 100%;
		left: -100%;
	}


	.kembalilogin{
		display: block;
	}
}