body {
	background-color: #fe901d;
}

.gambar {
	width: 270px;
	transition: 1s;
	margin: 20px;
}

.regisPage {
    /*height: 100%;
	width: 100%;*/
}

.btn-primary {
	border-color: #fe901d;
	width: 50px;
	background-color: #fe901d;
	color: white;
}

.navbar-menu {
	margin-left: 38%;
}

.btn-primary:hover {
	color: #fff;
	background-color: #fe901d;
	border-color: #fe901d;
}

.btn-outline-danger {
	color: #fe901d;
	border-color: #f12c40;
	padding: 0.60rem .75rem;
	border-radius: 0;
	border: 3px solid #f12c40;
	font-weight: bold;
}

.contoh {
	width: 48%;
	padding: 10%;
	position: absolute;
	background-color: #fe901d;
	justify-content: left;
}

.formRegis {
	width: 40%;
	padding: 35 px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	box-shadow: -8px 0px 20px rgba(0, 0, 0, 0.5);
	transition: 1s;
}

.form-control {
	border: none;
	border-radius: 0px;
	border: none;
	box-shadow: 0;
	margin-bottom: 2px;
	transition: 0.5s;
}

.form-control:focus {
	border-radius: 0px;
	border: none;
	box-shadow: none;
	padding-bottom: 2px;
	transition: 0.5s;
}
.form-control:focus-visible {
	border-radius: 0px;
	border: none;
	box-shadow: none;
	padding-bottom: 2px;
	transition: 0.5s;
}
.lang-active{
	background-color: #F99514; 
	padding: 0; 
}
.lang-inactive{
	color: #F99514; 
	background-color: white; 
	padding: 0; 
}
.form-faspay {
	border-color: #F99514;
	border-bottom: 3px solid #F99514;
	border-top: none;
	border-right: none;
	border-left: none;
	transition: 0.5s;
}

.form-faspay:focus {
	border: none;
	border-color: #F99514;
	border-bottom: 2px solid #F99514;
	border-top: none;
	border-right: none;
	border-left: none;
	transition: 0.5s;
}
.form-faspay:focus-visible {
	border: none;
	border-color: #F99514;
	border-bottom: 2px solid #F99514;
	border-top: none;
	border-right: none;
	border-left: none;
	transition: 0.5s;
}
.select2-selection--single{
	display: block;
	line-height: 0;
	border-radius: 0px;
	border: none;
	box-shadow: 0;
	margin-bottom: 2px;
	border-bottom: 3px solid #F99514;
	transition: 0.5s;
}
.form-check-input {
	border-color: #F99514;
	border: 1px solid #F99514;
	transition: 0.5s;
	width: 24px;
	height: 24px;
}

.form-check-input:focus {
	border: none;
	transition: 0.5s;
}

.form-check-input:hover {
	border-radius: 6px;
	transition: 0.5s;
}

.form-check-input:checked {
	background: #F99514;
	border: none;
	transition: 0.5s;
}

.form-check-label {
	padding: 4px;
}

.labelName {
	color: rgba(90, 86, 86, 0.75);
}

.form-check {
	/*margin-left: 12px;*/
	margin-right: 24px;
}

.border-right-faspay {
	border-right: 1px solid #d5d5d6;
}

.page {
	box-sizing: border-box;
	width: 100%;
	padding: 1rem;
	display: grid;
	grid-gap: 30px;
}

.btn-faspay {
	background: #fe901d;
	color: #f1f1f1;
	box-shadow: 1px 2px #acacad;
	border-radius: 10px;
	margin-top: 2px;
	transition: 1s;
	width: 192px;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
}

.btn-faspay:hover {
	background: #fea64a;
	color: #f1f1f1;
	box-shadow: 3px 2px #d5d5d6;
	margin-top: 0px;
	transition: 1s;
}

.btn-faspay:active {
	background: #feae5c;
	color: #f1f1f1;
}

.btn-outline-faspay {
	background: #f1f1f1;
	color: #fe901d;
	border: 2px solid #fe901d;
	box-shadow: 1px 2px #acacad;
	border-radius: 10px;
	margin-top: 2px;
	transition: 1s;
	width: 192px;
	height: 60px;
}

.btn-outline-faspay:hover {
	background: #f1f1f1;
	color: #fe901d;
	box-shadow: 3px 2px #d5d5d6;
	margin-top: 0px;
	transition: 1s;
}

.btn-outline-faspay:active {
	background: #f1f1f1;
	color: #fe901d;
}

.bg-faspay {
	background: #fe901d;
	color: #f1f1f1;
}

.bg-faspay-invert {
	background: #f1f1f1;
	color: #fe901d;
}

.text-faspay {
	color: #fe901d;
}

.labelName {
	color: rgba(90, 86, 86, 0.75);
}

.inputan {
	border-color: #F99514;
	border-bottom: 3px solid #F99514;
	border-top: none;
	border-right: none;
	border-left: none;
	/* width disini berbeda dengan form yang lain,hanya 65% */
	width: 65%;
}

.icons {
	font-size: 55px;
	color: grey;
	opacity: 0.65;
	margin-left: 15px;
}

.fa-solid,
.fas {
	text-align: center;
}

.btnInputFile {
	position: relative;
	padding: 11px 16px;
	font-size: 15px;
	line-height: 0.5;
	overflow: hidden;
	width: 100px;
	background-color: white;
	border: 3px solid #F99514;
	color: #F99514;
	border-radius: 10px;
	font-weight: bold;
}

.btnInputFile input[type="file"] {
	cursor: pointer;
	position: absolute;
	left: 0%;
	top: 0%;
	transform: scale(3);
	opacity: 0;
}

@media only screen and (max-width: 600px) {
	.formRegis {
		padding: 35 px;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		box-shadow: -8px 0px 20px rgba(0, 0, 0, 0.5);
		margin-left: 22px;
		transition: 1s;
	}
	.gambar {
		display: none;
		transition: 1s;
	}
}