@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(../fonts/manrope/static/Manrope-ExtraLight.ttf) format('ttf');
}

@font-face {
	font-family: 'Manrope';
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: url(../fonts/manrope/static/Manrope-ExtraLight.ttf) format('ttf');
}

@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/manrope/static/Manrope-Light.ttf) format('ttf');
}

@font-face {
	font-family: 'Manrope';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/manrope/static/Manrope-Light.ttf) format('ttf');
}

@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/manrope/static/Manrope-Regular.ttf) format('ttf');
}

@font-face {
	font-family: 'Manrope';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/manrope/static/Manrope-Regular.ttf) format('ttf');
}

@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/manrope/static/Manrope-Medium.ttf) format('ttf');
}

@font-face {
	font-family: 'Manrope';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/manrope/static/Manrope-Medium.ttf) format('ttf');
}

@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/manrope/static/Manrope-SemiBold.ttf) format('ttf');
}

@font-face {
	font-family: 'Manrope';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/manrope/static/Manrope-SemiBold.ttf) format('ttf');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/manrope/static/Manrope-Bold.ttf) format('ttf');
}

@font-face {
	font-family: 'Manrope';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/manrope/static/Manrope-Bold.ttf) format('ttf');
}

@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(../fonts/manrope/static/Manrope-ExtraBold.ttf) format('ttf');
}

@font-face {
	font-family: 'Manrope';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url(../fonts/manrope/static/Manrope-ExtraBold.ttf) format('ttf');
}

html,body,* {
	padding: 0;
	margin: 0
}

body {
	background-color: #F5F7FF;
	width: 100%;
	height: 100%;
	font-family: 'Manrope', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.7;
	color: #222222;
}

.auth-form-light {
	max-width: 450px;
}

.bg-transparent {
 	background-color: transparent;
}

.brand-small {
	font-size: 13px;
	font-weight: 700;
	position: relative;
	top: 4px;
	right: 1px;
	color: #c5c6c7;
}

.login .brand-small {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	top: 8px;
	right: 1px;
	color: #b5b6b7;
}

.login .logo {
	width: 70px !important;
}

.login .brand-logo {
    margin-bottom: 1.4rem;
}

.login .judul {
	font-size: 14px;
	font-weight: bolder;
	line-height: 1.4;
}

.page-viewer {
	padding-top: 62px;
}

.page-viewer .cont-img {
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
}



@media (max-width: 767.98px) {
	.page-viewer .cont-img {
		border-top-left-radius: 18px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 18px;
		border-bottom-right-radius: 0;
	}
}

.btn-01923F {
	background-color: #01923F;
	color: #FFFFFF;
	font-weight: bold;
}

.btn-01923F:hover, .btn-01923F:active, .btn-01923F:focus {
	background-color: #00612A;
	color: #FFFFFF;
	font-weight: bold;
}