body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}

/*================================================================================================================*/
/*================================================================================================================*/
.lebarkonten{
	width: 1330px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../image/icon/bglogin2.jpg");
	background-size: 1200px 500px;
	background-repeat: no-repeat;
}
@media(max-width: 600px){
	.lebarkonten{
		width: 100%;
		margin: 0;
		background-size: 0 100px contain;
		background-position: 50% 10%;
		padding: 0;
	}
}

.imgback{
	margin-top: -30px;
	margin-bottom: 0px;
	width: 150px;
}
/*================================================================================================================*/
* {
  box-sizing: border-box;
}
.row{
	height: 500px;
	margin-top: 60px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 600px){
	.row{
		
		width: 100%;
		margin: 0;
	}
}
@media(max-width: 1920px){
	.row{
		margin-top: 100px;
	}
}
@media(width: 1366px){
	.row{
		margin-top: 40px;
	}
}
/* Create two equal columns that floats next to each other */
.columnleft {
  	float: left;
}
@media(max-width: 600px){
	.columnleft{
		width: 80%;
		padding: 0;
	}
}
@media(max-width: 1920px){
	.columnleft{
		margin-top: 100px;
		margin-left: 50px;
	}
}
@media(width: 1366px){
	.columnleft{
		margin-top: 60px;
		margin-left: 50px;
	}
}
/*================================================================================================================*/
/* The container checkbox*/
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	opacity: 0.65;
}
@media(max-width: 600px){
	.container{
		width: 50%;
	}
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ffc60b;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #ffc60b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*================================================================================================================*/
.tab {
  	overflow: hidden;
	position: absolute;
  	border: 0px solid #ccc;
	color: #fff;
	margin-left: 0px;
	z-index: 10;
	margin-top: 0px;
}
@media(max-width: 600px){
	.tab{
		position: fixed;
		margin-left: 0;
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 8px;
		margin-top: 0;
		width: 80%;
	}
}

/* Style the buttons inside the tab */
.tab button {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 12px;
  transition: 0.3s;
  font-size: 16px;
	color: #909090;
	font-weight: 600;
}
@media(max-width: 600px){
	.tab button{
		margin-left: 3%;
		margin-right: 6%;
		padding: 14px 0;
		font-size: 14px;
		font-weight: 700;
		color: #fff;
	}
}

/* Change background color of buttons on hover */
.tab button:hover {
	color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
	color: #ffc60b;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
	color: #fff;
}
@media(max-width: 600px){
	.tabcontent{
		width: 95%;
		
	}
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/*================================================================================================================================================================*/
.upload1{
	margin-top: 50px;
}
@media(max-width: 600px){
	.upload1{
		width: 100%;
	}
}
input#email.email{
	width: 340px;
}
input#pswd.pass{
	width: 340px;
}
input#pswd2.pass{
	width: 340px;
}
@media(max-width: 600px){
	input#email.email, input#pswd.pass, input#pswd2.pass{
		width: 100%;
	}
}
input#nama{
	width: 160px;
	float: left;
	margin-right: 20px;
}
@media(max-width: 600px){
	input#nama{
		width: 100%;
		margin-bottom: 35px;
	}
}

select#gender{
	float: left;
	margin-top: -18px;
	width: 160px;
	height: 46px;
}
@media(max-width: 600px){
	select#gender{
		width: 100%;
	}
}

.txtshowpswd{
	margin-left: 0px;
	font-size: 12px;
	width: 10%;
}

/*================================================================================================================================================================*/
input[type=text], input[type=email], input[type=password], button[type=submit], input[type=number], input[type=date]
{
	opacity: 0.65;
  width: 100%;
  padding: 15px;
  margin: 0px 0 22px 0;
  display: inline-block;
  border: 0px solid #1e1e1e;	
  border-radius: 10px;
  background: #1e1e1e;
	color: #fff;
}
input[type=number] 
{
  width: 89.5%;
  padding: 15px;
  margin: 0px 0 22px 0;
  display: inline-block;	
  border-radius: 10px;
  background: #1e1e1e;
	color: #fff;
}
@media(max-width: 600px){
	input[type=text], input[type=email], input[type=password], button[type=submit], input[type=number]{
		width: 100%;
		background: #fff;
		color: #000;
	}
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, select:focus, textarea:focus, button[type=submit]:focus, input[type=number]:focus, select:focus 
{
	transition: 1s;
	border-radius: 10px;
  border: none;
  outline: none;
	background: #ffc60b;
	color: #000;
}
input[type=text]:hover, input[type=password]:hover, select:focus, textarea:focus, input[type=email]:hover, input[type=number]:hover, select:hover
{
	transition: 1s;
	border-radius: 10px;
	background: #ffc60b;
	color: #000;
  border: none;
	cursor: pointer;
  outline: none;
}
textarea {
	opacity: 0.65;
	border: 1px solid #1e1e1e;
	width: 87.5%;
	padding: 12px 20px;
	margin-bottom: 18px;
	margin-top: 0px;
	font-size: 13px;
	line-height: 1.6em;
	border-radius: 10px;
	font-family: inherit;
	background: #1e1e1e;
	color: #fff;
	resize: none;
}
@media(max-width: 600px){
	textarea{
		width: 80%;
		background: #fff;
		color: #000;
	}
}
select{
	opacity: 0.65;
	width: 96%;
  padding: 15px;
  margin: 0px 0 20px;
  display: inline-block;
  border: 1px solid #1e1e1e;	
  border-radius: 10px;	background: #1e1e1e;
	color: #fff;
	text-transform: capitalize;
}
@media(max-width:600px){
	select{
		width: 90%;
		background: #fff;
		color: #000;
	}
}
.btnpilihfoto input[type=file]::file-selector-button{
	margin-bottom: 7px;
	margin-right: 4%;
  	border: none;
  	background: #353535;
  	padding: 10px;
  	color: #f3f3f3;
  	cursor: pointer;
  	transition: 0.5s;
	font-size: 14px;
	border-radius: 10px;
}
.btnpilihfoto input[type=file]::file-selector-button:hover{
	background-color: #1e1e1e;
	transition: 1s;
}

@media(max-width: 600px){
	.btnpilihfoto input[type=file]::file-selector-button{
		font-size: 14px;
		padding: 10px;
		background: #fff;
		color: #000;
	}
}
.pilihfile{
	margin-bottom: 0px;
	font-weight: 600;
}
.tombolreset{
	padding: 13px 24px;
	border-radius: 8px;
	cursor: pointer;
	background: #1e1e1e;
	border: none;
	color: #fff;
	margin-right: 16px;
	margin-top: 6px;
	opacity: 0.65;
}
.tombolreset:hover{
	background: #fff;
	color: #000;
	transition: 1s;
}
.tombolsubmit{
	padding: 13px 20px;
	border-radius: 8px;
	cursor: pointer;
	background: #ffc60b;
	border: none;
	color: #000;
	margin-top: 6px;
	opacity: 0.65;
}
.tombolsubmit:hover{
	background: #fff;
	transition: 1s;
	color: #000;
}
/*================================================================================================================================================================*/
/*================================================================================================================*/
/*================================================================================================================*/
/*================================================================================================================*/
.backgroundfooter{
	margin-top: 50px;
	width: 96%;
	height: 170px;
	bottom: 0;
	left: 0;
	text-align: center;
}
@media(max-width: 600px){
	.backgroundfooter{
		margin-top: 15px;
		margin-left: 2%;
		float: left;
	}
}

.footer{
	width: 1330px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
@media(max-width: 600px){
	.footer{
		width: 100%;
		font-size: 10px;
		line-height: 2;
	}
}
.footer a{
	text-decoration: none;
	color: #ffc60b;
	margin-right: 2%;
}
.footer a:hover{
	color: #fff;
}
@media(max-width: 600px){
	.footer a{
		
	}
}
@media(max-width: 600px){
	.footerlink2{
		margin-top: -10px;	
	}
}
@media(max-width: 600px){
	.footerlink3{
		margin-top: -5px;	
	}
}
.imgfooter{
	width: 130px;
}
/*================================================================================================================*/
/*================================================================================================================================================================*/
.hiden{
	display:none;
	}
.alert {
	margin-top: 0;
	position: absolute;
	z-index: 100;
	border-radius: 10px;
	margin: auto;
	width: 1200px;
    padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
    background-color: #ffc60b;
    color: #333;
    opacity: 1;
    transition: 1s;
	height: 60px;
	font-family: calibri;
	font-size: 18px;
	box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.68);
	-webkit-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.68);
	-moz-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.68);
}
@media(max-width: 600px){
	.alert{
		float: left;
		margin-left: 14.5%;
		margin-top: 31.5%;
		width: 70.5%;
		padding-top: 10px;
		height: 45px;
		transition: 1s;
	}
}

.alert.success {background-color: #ffc60b;}
.alert.warning {background-color: #E0806A;}

.closebtn {
	font-family: calibri;
    margin-left: 15px;	
	margin-top: 8px;
    color: #353535;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
	border: none;
}
@media(max-width: 600px){
	.alert{
		font-size: 12px;
	}
}
@media(max-width: 600px){
	.closebtn{
		font-size: 18px;	
		padding: 0px 6px;
		margin-top: 1%;
	}
}
.closebtn:hover {
    color: grey;
}

/*================================================================================================================================================================*/
/*================================================================================================================*/
/*================================================================================================================*/
/*================================================================================================================*/
