.tr-head
{
	background-image: linear-gradient( #8ebcbc , #05475d );
	font-size: 1.2em;
	color: white;
	font-weight: 700;
}

.form-control
{
	border: 1px solid #05475d;
}

hr.peraturan {

    border: 0;

    height: 3px;

    background-image: -webkit-linear-gradient(left, #64C3F5, #0b71a8, #64C3F5);

    background-image: -moz-linear-gradient(left, #64C3F5, #0b71a8, #64C3F5);

    background-image: -ms-linear-gradient(left, #64C3F5, #0b71a8, #64C3F5);

    background-image: -o-linear-gradient(left, #64C3F5, #0b71a8, #64C3F5);

}

.city-font-size {
	font-size: 1.6em;
	color: white;
	background: -webkit-linear-gradient( #64C3F5, #0c81c0 );
	
	background: -moz-linear-gradient( #64C3F5, #0c81c0 );

  background: -ms-linear-gradient( #64C3F5, #0c81c0 );

  background: -o-linear-gradient( #64C3F5, #0c81c0 );
}


#data-form {
	/*display: none;*/
}

.registration-body {
	background-color: #05475d;
}

.bangkit-button{
        background-color: #afde06!important;
        
}
.bangkit-button:hover{ background-color: #749400!important; color: white!important;}
.bangkit-button:active{
    background-color: #E75480!important;
    color: #083346!important;
        
}


	/* unvisited link */
a.link-white:link {
  color: white;
}

/* visited link */
a.link-white:visited {
  color: white;
}

/* mouse over link */
a.link-white:hover {
  color: #c8c8c8;
}

/* selected link */
a.link-white:active {
  color: white;
}
	
}