/*-----------------------------------------------
Madevelop Styles by Zoey
-----------------------------------------------*/
/*@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);*/
.font-beranda {
	font-family: 'Kaushan Script', cursive!important;
}

.profile-user-img {
    width: 160px;
    height: 210px;
}

.img-circle {
    border-radius: 0%;
}

.login-page {
    background-image:    url(../img/bg.jpg);
    background-size:   cover;
    background-repeat:   no-repeat;
    background-position: center center; 
	background-attachment: fixed;	
}

.login-box-body, .register-box-body {
    background: #FFF;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}

.logo-img {
	margin: -5px 5px 0px -5px;
	max-width: 30px;
}
.logo-img2 {
	margin: -5px 5px 0px 0px;
	max-width: 30px;
}

.error {
	color: #d33724;
	font-size: 12px;
	text-align: left;
}

.red {
	color: #d33724;
	font-size: 13px;
	text-align: left;
}

.blue {
	color: #00a7d0;
	font-size: 13px;
	text-align: left;
}

.green {
	color: #00a65a;
	font-size: 14px;
	text-align: left;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

.modal-header {
	color: #FFF;
}

.modal-primary {
	background-color: #357ca5;
}

.modal-info {
	background-color: #00a7d0;
}

.modal-success {
	background-color: #008d4c;
}

.modal-warning {
	background-color: #db8b0b;
}

.modal-danger {
	background-color: #d33724;
}

.icon-md {
    font-size: 1.5em;
}

.fa-5 {
    font-size: 5em;
}