	.app-btn-warning{
		background-color: darkorange;
		color: white;
	}
	label.error{
		font-size: 10px;
		color: red;
	}
	.alert{
		padding: 0.1rem 0.1rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.regs{
		display:none;
	}
	.forgs{
		display:none;
	}

	.auth-main-col{
		background-image: url(../images/background/bg-login.jpeg);
		background-position: center;
		box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 90%);
		background-repeat: no-repeat;
		background-size: cover;
	}

	body{
		color:black;
	}

	.form-control[type=file] {
		padding-top: 7.5px;
	}

	.form-control{
		border-color:#767676;
	}

	.select2-container--default .select2-selection--single {
		border: 1px solid #767676;
		height: 40px;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		margin-top: 1px;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 35px;
	}

	.form-label {
		margin-bottom: 0.1rem;
		font-size: 11px;
		font-weight: 600;
	}

	.app-auth-wrapper {
		height: 107vh;
		width: -webkit-fill-available;
	}

	.header-form {
			text-decoration-line: underline;
			text-underline-position: under;
		}
	
	@media (min-width:600px) {
		.pendaftar{
			border-left: 1px solid grey;
		}
	}
	