#Header {
	text-align: left !important;
	background: unset;
	border-bottom: unset;
	padding-bottom: 180px;
}

#Header::before {
	background: unset;
}

.Header>.judul {
	right: 50%;
	left: 20px;
	top: unset;
}

#Header h3 {
	font-size: 18px;
}

.tagpelatihan {
	background-color: #ffdf2a;
}

.bg-header-rotasi {
	margin: auto;
	position: absolute;
	inset: 0;
	height: 200%;
	overflow: hidden;
	/* border: 1px solid #060; */
}

.bg-header-rotasi>div {
	margin: auto;
	position: absolute;
	background: rgb(8 0 141 / 87%);
	/* background: rgb(232, 107, 107); */
	/* top: -40%;
    left: -40%; */
	top: -15%;
	left: -40%;
	/* inset: 0; */
	transform: rotate(-8deg);
	width: 160%;
	height: 100%;
	overflow: hidden;
}

.bg-header-rotasi>div:after {
	content: "";
	margin: auto;
	position: absolute;
	background: url("/../../img/fresh/icon-class/login-bg-atas.jpg");
	background-size: contain;
	background-position-y: center;
	left: 20%;
	transform: rotate(10deg);
	width: 70%;
	height: 150%;
	z-index: -1;
	opacity: 0.2;
}

#Konten {
	max-width: unset;
	padding: unset;
	min-height: unset;
	top: -100px;
}

b {
	color: red;
}

#LogReg {
	/* margin: 35px; */
	/* margin-right: 10%; */
	margin: 10px 10% 10px 10px;
	position: relative;
	float: right;
	/* left: 0;
    right: 0; */
	/* border: 1px solid #fff; */
	border-radius: 5px;
	width: 400px;
	max-width: 500px;
	padding: 20px;
	color: #000000;
	/* box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.8); */
	box-shadow: 0 0 10px rgb(0 0 0 / 70%);
	background: rgb(255, 255, 255);
	overflow: hidden;
	z-index: 3;
}

#LoginGoogle {
	text-align: center;
}

#LogReg .Login {
	margin: auto;
	position: relative;
	left: 0;
	right: 0;
	margin-top: 20px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	/* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	background: green;
	overflow: hidden;
	/* width: 200px;
    height: 0px; */
	/* font-size: 22px; */
	color: #ffffff;
	/* font-weight: bold; */
	transition: all 0.2s ease;
}

#LogReg .Login:hover {
	background: rgb(74, 238, 74);
	/* color: #fff; */
}

#LogReg .Login img {
	display: inline-block;
	margin-right: 10px;
	height: 60%;
}

.g-signin2,
#login {
	display: none;
}

#LogReg p {
	margin: 0px;
	font-size: 18px;
}

#LogReg .ULogin input {
	display: block;
	width: 100%;
	margin: 5px 0;
	padding: 10px;
	border-radius: 20px;
	background-color: rgb(235, 235, 235);
	border: 1px solid rgb(235, 235, 235);
	font-size: 16px;
}

#LogReg p.plogin {
	margin-bottom: 100px;
	position: relative;
	padding-top: 10px;
}

.login-card::before {
	margin: auto;
	position: absolute;
	content: "";
	height: 350px;
	/* width: 110%; */
	left: -15%;
	right: -15%;
	top: -230px;
	border-radius: 50%;
	background-color: #ffdf2a;
	/* z-index: -1; */
}

#LogReg .ULogin .ListNama {
	position: absolute;
	background: #fff;
	border: 1px solid #999;
	margin-left: 5px;
	visibility: hidden;
	opacity: 0;
}

#LogReg .ULogin .ListNama a.TakTerdaftar {
	font-style: italic;
	padding: 10px;
	cursor: default;
}

#LogReg .ULogin .ListNama a.lis {
	display: block;
	padding: 10px;
	color: #333;
	text-align: left;
}

#LogReg .ULogin .ListNama a.lis:hover {
	background: #f6f6f6;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
}

#LogReg .ULogin .UserLogin {
	margin-top: 20px;
	padding: 10px 20px;
	background: #25cf3c;
}

#LogReg .ULogin .PINLogin {
	overflow: hidden;
	height: 0px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.2s ease 0.2s, opacity 0.2s ease 0.2s, height 0.2s ease;
}

#LogReg .ULogin .PINLogin.Show {
	height: 110px;
	visibility: visible;
	opacity: 1;
}

#LogReg .ULogin .PINLogin .PIN.Salah {
	box-shadow: inset 0 0 5px #ff0000;
}

#LogReg .ULogin .PINLogin .PIN.Salah::placeholder {
	color: #ff0000;
}

#LogReg .ULogin .PINLogin .Login {
	/* height: 40px; */
	/* background: green; */
	/* padding: 8px 20px;
    color: #fff; */
}

#LogReg .ULogin .UserLogin:hover {
	background: #21eb3c;
}

/* #LogReg .Pendaftaran {
    background: #f1f1f1;
    color: #666;
    border: 1px solid #666;
    margin-top: 10px;
} */
#LogReg .Pendaftaran {
	background: red;
	color: #fff;
	padding: 8px 20px;
	border-radius: 20px;
	margin-top: 15px;
}

#LogReg .Pendaftaran:hover,
#LogReg .tbl>.Batal:hover {
	background: rgb(255, 73, 73);
}

#LogReg div.PINBaru,
#LogReg div.Daftar {
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 6;
	/*}#LogReg div.Daftar{*/
	visibility: hidden;
	opacity: 0;
}

#LogReg .PINBaru>div,
#LogReg div.Daftar>div {
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	padding: 20px;
	height: 300px;
	width: 350px;
}

#LogReg .PINBaru>div {
	width: 400px;
	height: 210px;
}

#LogReg div.Daftar small {
	display: block;
	text-align: left;
	padding: 3px 10px;
	color: #666;
	margin-bottom: 20px;
}

#LogReg div.Daftar input {
	width: 100%;
	padding: 10px;
}

#LogReg div.Daftar a {
	margin: 20px 10px 0 10px;
}

#LogReg div.Daftar a.Daftar {
	background: #3c3;
	color: #fff;
}

#LogReg div.Daftar a.Daftar:hover {
	background: #9f9;
	color: #060;
}

#LogReg .PINBaru p {
	color: #363;
}

#LogReg .PINBaru b.UserPeserta,
#LogReg .PINBaru b.PINPeserta {
	font-size: 30px;
}

#LoginGoogle h3 {
	font-size: 25px;
	padding: 0px;
	margin: 10px 0px;
	color: #0f50de;
}

.NoHP,
.PINHP {
	margin-top: 10px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	width: 300px;
	font-size: 18px;
	color: #666;
	text-align: center;
}

.HPLogin {
	margin-top: 10px;
	background: #1491eb;
	color: #fff;
}

.pin {
	border-radius: 5px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.pinok {
	margin-left: 20px;
	padding: 5px 10px;
	background: #25cf3c;
}

.pinok:hover {
	background: #21eb3c;
}

#LogReg .tbl {
	margin-top: 30px;
	height: 100px;
	width: 100%;
}

#LogReg .tbl>.Tombol {
	margin: unset;
	display: inline-block;
}

#LogReg .tbl>.Login {
	float: right;
	/* width: 100px; */
}

#LogReg .tbl>.Batal {
	background: red;
	float: left;
}

#LogReg .tbl>.Batal:hover {
	background: rgb(255, 73, 73);
	color: white;
}

#LogReg .TombolDaftar {
	overflow: hidden;
	height: 120px;
	transition: all 0.2s ease;
}

#LogReg .TombolDaftar.Hide {
	height: 0px;
}

#LogReg .ULogin input.search-bar {
	/* width: 85%; */
	font-size: 16px;
}

.search-icon {
	position: absolute;
	width: 20px;
	right: 35;
	top: 46%;
}

body {
	background-image: url("/../../img/fresh/icon-class/login-bg-bawah.jpg");
	background-position-y: inherit;
}

@media only screen and (max-device-width: 600px) {
	#LogReg {
		float: unset;
		width: unset;
		margin: 35px;
	}

	#Header .Logo {
		margin-top: unset;
	}

	.bgrotasi {
		margin-top: -330px;
		margin-left: -190px;
	}

	.Header>.judul {
		text-align: center;
		left: unset;
	}

	#Konten {
		min-height: 90%;
		top: unset;
	}
}