body {
	font-family: 'Inter', sans-serif;
	height: 100vh;
}

.garis {
	text-align: center;
	color: rgb(158, 158, 158);
}

.garis p {
	position: relative;
	display: inline-block;
}

.garis p:before {
	content: " ";
	position: absolute;
	border-bottom: 1px solid rgb(194, 194, 194);
	width: 80px;
	left: -100px;
	top: 50%;
}

.garis p:after {
	content: " ";
	position: absolute;
	border-bottom: 1px solid rgb(194, 194, 194);
	width: 80px;
	right: -100px;
	top: 50%;
}
/* ----password--- */
.password-icon {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 1000;
}

#mybutton {
	position: relative;
	z-index: 1;
	left: 90%;
	top: -25px;
	cursor: pointer;
}

.myinput {
	width: 100%;
	padding: 5px;
}

.text-primary {
	color: #54598f !important;
}

.btn-outline-secondary {
	color: #54598f;
	border-color: #54598f !important;
}

.btn-outline-secondary:hover {
	background-color: #54598f;
}

.btn-primary {
	border-color: #54ffaa !important;
	background-color: #57cc99 !important;
}

.bg-secondary {
	background-color: #ebedff !important;
}

.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	z-index: 100000;
}

.ribbon::before, .ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #cc0000;
}

.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color: #cc0000;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	color: #fff;
	font: 700 18px/1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-transform: uppercase;
	text-align: center;
}

/* top left*/
.ribbon-top-left {
	margin-top: -10px;
	margin-left: -25px;
}

.ribbon-top-left::before, .ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}

.ribbon-top-left::before {
	top: 0;
	right: 0;
}

.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}

.ribbon-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
}