
body {
	font-family: 'NanumGothic', sans-serif;
	font-size: 0.9rem;
	overflow-x: hidden;
	color:#929292;
}

.line-height{line-height:1.5rem}

.user-box {
  position: relative;
}

.user-box input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #929292;
    opacity: 0.7; /* Firefox */
  }

.user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  color: #929292;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  outline: none;
  background: transparent;
}
.user-box label {
  position: absolute;
  top:-18px;
  left: 0;
  opacity: 0.8;
  padding: 5px 0;
  font-size: 12px;
  color: #929292;
  pointer-events: none;
  transition: .5s;
}

.user-box label.error{
    color: orange !important;
}

.user-box input:focus ~ label,
.user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #929292;
  font-size: 10px;
}

.login-block{
	background:url(../images/bg.png);
	background-repeat: no-repeat;
}

.slider-sec{
	height:85vh;
	padding: 20px 60px; 
	position:relative;
	background-color: #f2f9ff;
}

.checkbox-custom{
	width: 0.8rem;
    height: 0.8rem;
    background-color: white;
    vertical-align: middle;
    border: 1px solid #dddddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-top: -2px;

}

.checkbox-custom:checked {
    background-color: gray;
}

.checkbox-round{
	width: 0.9rem;
    height: 0.9rem;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #dddddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: gray;
}

.link-unstyled {
	&,
	&:visited,
	&:hover,
	&:active,
	&:focus,
	&:active:hover {
	  font-style: inherit;
	  color: inherit;
	  background-color: transparent;
	  font-size: inherit;
	  text-decoration: none;
	  font-variant: inherit;
	  font-weight: inherit;
	  line-height: inherit;
	  font-family: inherit;
	  border-radius: inherit;
	  border: inherit;
	  outline: inherit;
	  box-shadow: inherit;
	  padding: inherit;
	  vertical-align: inherit;
	}
  }
	
.btn-login{background: #656464; color:#fff; font-weight:600;}

.banner-text{width:70%; position:absolute; bottom:40px; padding-left:20px;}

.banner-text h2{color:#fff; font-weight:600;}

.banner-text h2:after{
	content:" "; 
	width:100px; 
	height:5px; 
	background:#FFF; 
	display:block; 
	margin-top:20px; 
	border-radius:3px;
	}
	
.banner-text p{color:#fff;}

.btn-custom:hover{
    color: white;
}

.btn-outline-custom{
    background-color: none;
    border-color: #672875;
    color: #672875;
}
.btn-outline-custom:hover{
    background-color: #672875;
    border-color: #672875;
    color: white;
}

.header-bg{box-shadow:0px 0px 15px 0px #8282822c;}

.topbar{background-color:#87aefb;height:24px}

.topbar2{background-color:#0f5ef7;height:24px}

.page-title{background-color:#dbe7fe;margin-top:30px}

.page-title-txt{color:#242424;padding:5px 0 5px 0;font-weight:bold}

.container{
	background:transparent; 
	border-radius: 10px; 
	width:100%;}

.carousel-inner{border-radius:0 10px 10px 0;}
.carousel-caption{text-align:left; left:5%;}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.login-icon{
height: 30px;
}

.logo-google {
    height: 18px;
}

.company-logo{
height: 69px;
}

#signup-form .required label:after {
    content: '*';
    color: #e84646;
    padding: 0 0 0 5px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0rem;
    font-size: 0.9rem;
    line-height: 1;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
	border-radius: 0;
    border: 0;
    border-bottom: 1px solid #003cbe;
}

.mt-20{margin-top:20px}
.mt-30{margin-top:30px}
.mt-50{margin-top:50px}

.mt-80{margin-top:80px}

.ml-30{margin-left:30px}

i.fa.fa-exclamation-triangle {
    color: #0f5ef7;
}


@media (max-width:768px) and (min-width:360px){
	.otp-field {
		display: flex;
		gap: 10px!important;
		justify-content: center;
	}
}


.otp-field {
    display: flex;
    gap: 46px;
	justify-content: center;
}

.otp-field input {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #C9C9C9;
    background-color: #fff;
    color: #000;
    outline: none;
    transition: all 0.5s;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    gap: 10px;
}



.footer-bg{background-image: linear-gradient(#0F5EF7, #082F7C)}

.brdr-left{border-left: 1px solid #003cbe;}




.tag_list {
    display: inline-block;
    vertical-align: top;
    background: #f2f9ff;
    border-radius: 4px;
    margin: 5px;
    padding: 3px 25px 3px 10px;
    border: 1px solid #6699fa;
    position: relative;
}
.tag_list.tag_list_hide{
    display: none;
}
.tag_list span {
    position: absolute;
    right: 8px;
    top: 3px;
    cursor: pointer;
}

.tags {
    background: #f2f9ff;
	border: 1px solid #6699fa;
	border-radius: 4px;
    padding: 3px 5px 3px 10px;
    color: #000;
    display: inline-block;
    margin: 5px;
}





.testimonial_slider_2{
	width:100%;
	overflow:hidden;
	box-sizing:border-box;
}
.testimonial_slider_2 input {
	display: none;
}

.testimonial_slider_2 #slide_2_1:checked ~ .boo_inner { margin-left:0; }
.testimonial_slider_2 #slide_2_2:checked ~ .boo_inner { margin-left:-100%; }
.testimonial_slider_2 #slide_2_3:checked ~ .boo_inner { margin-left:-200%; }
.testimonial_slider_2 #slide_2_4:checked ~ .boo_inner { margin-left:-300%; }
.testimonial_slider_2 .boo_inner {
	width:400%;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.testimonial_slider_2 .slide_content{
	width:25%;
	float:left;
}
.testimonial_slider_2 #controls {
	text-align:left;
}
.testimonial_slider_2 #controls label{
	width:8px;
	height:8px;
	margin:0 2px;
	display:inline-block;
	border:1px solid #003cbe; /* Change controls background color */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.testimonial_slider_2 #slide_2_1:checked ~ #controls label:nth-child(1), 
.testimonial_slider_2 #slide_2_2:checked ~ #controls label:nth-child(2), 
.testimonial_slider_2 #slide_2_3:checked ~ #controls label:nth-child(3), 
.testimonial_slider_2 #slide_2_4:checked ~ #controls label:nth-child(4){
	background:#003cbe; /* Change controls background color when mouse click */
}
.testimonial_2 {
	font-size: 16px !important;
	color: #333; /* Change testimonial paragraph text color */
	padding: 30px 0px 23px;
}
.content_2 {
	position: relative;
	margin-bottom: 30px;
}
.content_2:before,
.content_2:after {
	content: "";
	height: 15px;
	width: 19px;
	position: absolute;
}
.content_2:before {
	background: url(icon_testimonial_2_before.png) 0 0 no-repeat;
	left: 0;
}
.content_2:after {
	background: url(icon_testimonial_2_after.png) 0 0 no-repeat;
	margin: 5px 10px;
}
.testimonial_2 p {
	display: inline;
}
.author_2 {
	margin-left: 30px;
}
.author_2 h3 {
	color: #333; /* Change author text color */
	font-size: 13px;
	font-weight: 600px;
	padding: 0 0 5px;
}
.author_2 h4 {
	color: #333; /* Change author text color */
	font-size: 12px;
	font-weight: 400;
	padding: 0 0 5px;
}
.author_2 h4 a {
	color: #999; /* Change company text link color */
	text-decoration: none;
	position: relative;
	padding-bottom: 1px;
	overflow: hidden;
	border-bottom: 1px solid;
}
.author_2 h4 a:after {
	background: #999; /* Change company border link background color */
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.author_2 h4 a:hover {
	color: #000; /* Change company text link color when mouse over */
	border: none;
}
.author_2 h4 a:hover:after {
	border-color: #000;
	width: 100%;
}

.btn{border-radius:10px}

.btn-secondary {
    color: #ffffff;
    background-color: #672875;
    border-color: #672875;
}

.btn-custom{
	color: #ffffff;
    background-color: #672875;
    border-color: #672875;
}

.separator {
	display: flex;
	align-items: center;
	text-align: center;
	color: #929292;
	font-size: 10px;
  }
  
  .separator::before,
  .separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #c9c9c9;
  }
  
  .separator:not(:empty)::before {
	margin-right: .75em;
  }
  
  .separator:not(:empty)::after {
	margin-left: .75em;
  }

  .btn-raised {
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	font-size: 0.9rem;
}

.btn-raised:not([disabled]):active,
.btn-raised:not([disabled]):focus,
.btn-raised:not([disabled]):hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    transform: translate3d(0, -1px, 0)
}

.shadow {
    overflow: hidden;
    position: relative;
    transform: translate3d(0, 0, 0)
}

.shadow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1.5s
}

.shadow:active:before {
    transform: scale(0, 0);
    opacity: .1;
    transition: 0s
}

.w-xs {
    width: 100px
}

.confirmation-email-icon{
	width: 30%;
}