@font-face {
	font-family: StensilS;
	src: url('../font/StencilStd.otf');
}

@font-face {
	font-family: BebasN;
	src:url('../font/BebasNeue-Regular.otf');
}

body {
    font-family: BebasN, Arial;
    /*color: #333;*/
    color: #e8fa0c;
    font-size: 0.95em;
	/*background-image: url('../images/HRV_White.png');
	background-image: url('../images/HRV_Back.jpg');*/
	background-image: url('../images/carbon2.jpg');
	/*background-color: #a8b0bb;*/
	/*background-repeat: no-repeat;*/
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
}

img {
  max-width: 100%;
  height: auto;
}

.judul {
	color: #FF0000;
    font-weight: normal;
    font-weight: 400;
    margin: 0;
    text-align: center;    
    font-size: 1.4em;
	font-family: StencilS, Tahoma;
}

.form-head {
    /*color: #191919;*/
    color:#e8fa0c; 
    font-weight: normal;
    font-weight: 400;
    margin: 0;
    text-align: center;    
    font-size: 1.8em;
}

.field-column {
    padding: 10px 0px;
}

.kolom {
	margin-bottom: 25px;
}

.label {
	color:#e8fa0c;
	font-family: BebasN, Arial;
	font-size: 17px;
}

.demo-input-box {
    padding: 5px;
    border: #CCC 1px solid;
    border-radius: 4px;
    width: auto;
	font-size: 15px;
}

.prop {
    padding: 5px;
    border: #CCC 1px solid;
    border-radius: 4px;
    width: auto;
	font-size: 15px;
}

.kabukota {
    padding: 5px;
    border: #CCC 1px solid;
    border-radius: 4px;
    width: auto;
	font-size: 15px;
}

.btnRegister {
    padding: 5px;
    background-color: #5d9cec;
    color: #f5f7fa;
    cursor: pointer;
    border-radius: 5px;
    width: 85%;
    border: #5791da 1px solid;
    font-size: 1.3em;
}
.hr1 { display: block; margin-before: 0.5em; margin-after: 0.5em; margin-start: auto; margin-end: auto; overflow: hidden; border-style: inset; border-width: 1px; color: red; margin-bottom: 1px;}
.hr2 { display: block; margin-before: 0.5em; margin-after: 0.5em; margin-start: auto; margin-end: auto; overflow: hidden; border-style: inset; border-width: 1px; color: red; margin-top: -3px;}