@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
#login-form {
	margin:5% auto;
	max-width:500px;
}
/* home page */
#wrapper{
	padding-top:50px;
}

.gradient-custom-2 {
	/* fallback for old browsers */
	background: #9151d2;
	
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-linear-gradient(to right, #9151d2, #09caaf);
	
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: linear-gradient(to right, #9151d2, #09caaf);
	}
	
	@media (min-width: 768px) {
	.gradient-form {
	height: 100vh !important;
	}
	}
	@media (min-width: 769px) {
	.gradient-custom-2 {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
	}
	}
	.btn_new{
		color: #0ac9af;
		border: solid;
		text-transform: uppercase;
	}
	.btn_new:hover,.btn_new:active{
		background-color: #09caaf !important;
		color: white !important;
		border-color: #09caaf !important;
	}
.bg_new{
	background-color: #dadcdd;
}
.text_new{
	color: #9151d2;	
    font-weight: 600;
}
.bg-bienvenida{
	background-image: url(img/intipunku_login.jpg);
    background-size: cover;
    background-position: center;
}
.form-select, .form-control{
	font-size: 0.9rem;
}
