@charset "utf-8";
/* daftar Font
-------------------------------------------------*/

/* @import "https://fonts.googleapis.com/css?family=Spartan&display=swap"; */
body {
    /* font-family: "Spartan", sans-serif; */
    margin: 0;
    padding: 0;
    color: #444444;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
    background-image: url(../img/bg-all.png);
    background-position: center;
    /*background: linear-gradient(#eaeaea,#eaeaea);*/
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 30px;
    line-height: 30px;
}

a {
    text-decoration: none!important;
}

a,
button,
input {
    outline: 0!important;
}

/* Default */
.view-notebook {
	display: none;
}
/* End Default */

/* BG ALL */
.bg-all {
	padding-top: 20px;
	padding-bottom: 20px;
}

.owl-stage-outer {
    border-radius: 30px;
    overflow: hidden !important;
    height: 500px;
}

.bg-all-box {
	display: block;
	margin: 0 auto;
	max-width: 1075px;
	box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 16%);
	border-radius: 40px;
	background: #fff;
	padding:30px 30px 30px 30px;
}

.bg-all-box-teks {
	padding-top: 30px;
	padding-right: 26px;
}
.bg-all-box-teks-logo {
	padding-bottom: 10px;
}
.bg-all-box-teks-logo img {
	display: unset;
	margin: 0 auto;
	height: 40px;
	width: auto;
	margin-left: 12px;
}

.bg-all-box-teks-title {
	padding-bottom: 20px;
	line-height: 1.2;
	padding-left: 12px;
	font-size: 22px;
	color: black;
    font-weight: 700;
}

.bg-all-box-teks-form {
	padding-right: 15px;
	padding-left: 15px;
}
.lp-simple-form-body .form-input {
    height: 38px;
}
.form-group-awal .bg-all-box-teks-form-checkbox span,
.bg-all-box-teks-form-forgot a  {
	color: #444;
	font-size: 15px;
	font-weight: 500;
} 
.bg-all-box-teks-form-checkbox span,
.bg-all-box-teks-form-forgot a  {
	color: #d82624;
	font-size: 14px;
	font-weight: 600;
}
.form-group-cta {
	padding-top: 20px;
}
.bg-all-box-teks-form-forgot-left a {
	float: right;
}

.form-group-button {
	padding-top: 0px;
}
.form-group-button button {
	width: 100%;
	padding: 8px;
	text-align: center;
	font-weight: 600;
	border-radius: 50px;
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
	font-size: 14px;
}
.form-group-button .btn-login {
	background-image: linear-gradient(216deg, #d82624, #d82624);
	color: #fff;
	border: 2px solid #d82624;
}
.btn-reg{
	padding-bottom:15px;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:15px;
}
.form-group-button a  {
	display: inline-block;
	color: #444;
	width: 100%;
	padding: 8px;
	text-align: center;
	font-weight: 600;
	border-radius: 50px;
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
	font-size: 14px;
	text-transform: uppercase;
}
.form-group-button .btn-login-daftar {
	background: #fff;
    border: 2px solid #ff2f2f;
	color:#ff2f2f;
	font-weight: bold;
	text-transform:none !important;
}
.form-group-button-box {
	position: relative;
}
/* .form-group-button .btn-login-daftar img {
	height: 20px;
	width: auto;
	position: absolute;
	left: 15px;
	top: 3px;
} */

.bg-all-box-teks-footer {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.bg-all-box-teks-footer-title {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
}
.bg-all-box-teks-footer-desc {
	padding-bottom: 10px;
}
.bg-all-box-teks-footer-cta img {
	display: block;
	margin: 0 auto;
}


.bg-all-box-img img {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.bg-all-box-img .owl-dots {
	text-align: center;
	margin-top: -23px;
    position: absolute;
    left: 20%;
    right: 25%;
}
.bg-all-box-img .owl-dots .owl-dot.active {
    background-color: #ffce5a;
}
.bg-all-box-img .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    margin-right: 8px;
    margin-left: 8px;
    background-color: #eaeaea;
}
.bg-all-box-img-detail img:hover {
	opacity: 0.5;
	transition: 0.5s;
}
.owl-dots{
	display:none;
}
/* End BG ALL */
@media screen and (min-width: 100px) and (max-width: 767px) {
	.owl-stage-outer{
		height: auto !important;
	}
	.form-group-cta{
		display: block !important;
	}
	.bg-all{
		padding:15px 10px 15px 10px !important; 
	}
	.bg-all-box-img img{
		border-radius:10px;
	}
	.owl-stage-outer{
		border-radius: 15px;
		/* height: 200px; */
	}
	.bg-all-box-teks-logo img{
		display: initial;
		height:30px;
	}
	.bg-all-box-teks-logo{
		text-align:center;
	}
	.bg-all-box-teks{
		padding-top:12px;
	}
	.bg-all-box-teks-title{
		font-size: 16px;
    	padding: 0px 0px 20px 0px;
		text-align:center;
	}
	.bg-all-box{
		border-radius: 15px;
		padding:10px;
	}
	.bg-all-box-teks-form-forgot-left{
		text-align:center;
	}
	.bg-all-box-teks-form-forgot-left a{
		width:100%;
	}
	.form-group .form-input-custom input {
        width: 100%;
        border: none !important;
    }
	.form-group .form-input-custom {
        display: flex;
        width: 100%;
        height: 42px;
        padding: 10px 16px;
        align-items: center;
        gap: 8px;
        border-radius: 8px;
        border: none;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
    }
	.form-group {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
	.w-100 {
		width: 100% !important;
	}
}