body {
    background: #000;
    color: #fff;
    font-family: Sans-serif, Arial;
    margin: 0px;
}

img {
    max-width: 100%;
}

.header {
    text-align: center;
}

.logo {
    max-width: 60%;
	margin-top: 15px;
}

.container {
    width: 700px;
    max-width: 100%;
    margin: auto;
	padding: 5px 10px;
}

.content-wrapper-box {
	border-radius: 5px;
	border: 1px solid gold;
	box-shadow: 0px 0px 10px #fff;
	padding: 5px;
}

h1 {
	text-align: center;
	font-size: 18px;
}

h2 {
	font-size: 15px;
	margin-bottom: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tabelform {
	width: 100%;
}

.tabelform tr td {
	padding: 3px 0px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.btn {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4), inset 0 -2px 5px 1px rgba(139,66,8,1), inset 0 -1px 1px 3px rgba(250,227,133,1);
background-image: linear-gradient(160deg, #ce9150, #d0a856, #fef1a2, #d2a84e, #b76d31) !important;
border: 1px solid #a55d07;
color: rgb(120,50,5) !important;
text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
cursor: pointer;
    padding: 8px 12px;
    text-decoration: none;
    margin-top: 15px;
}

.btn-block {
	font-weight: 400;
	text-align: center;
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	border: 0px;
	min-width: 100px;
	cursor: pointer;
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.hasilgenerate {
	width: 100%;
	height: auto;
}

.icon-back {
    text-decoration: none;
    color: #fff;
    background: #6F6F6F url("../images/icon-back.png");
    background-repeat: no-repeat;
    padding: 6px 10px 6px 31px;
    background-size: auto 13px;
    background-position: 7px center;
    border-radius: 5px;
    box-shadow: 0px 0px 7px #FFF;
    display: inline-block;
    margin-bottom: 12px;
    border: 1px solid #00bdff;
    font-size: 14px;
}

.text-bawah {
    padding: 0px 10px;
}

.copyright {
    text-align: center;
    font-size: 12px;
}

.copyright a {
    text-decoration: none;
    color: #fff;
}
