/* ==========================================================================
   Daftar Box styles
   ========================================================================== */
  
/*Change Backgound image here */
html {
    background: #fff url(../img/bg-kop.jpg);
    background-size: auto;
    height: 100%;
    width: 100%;
}

body {
    background: none;
    min-height: 100%;
    font-family: sans-serif;
}

.alert{
	margin: 20px auto;
	width: 80%;
}

#daftar-block h3{
	color: #05f0d0;
	text-align: center;
	font-size:1.5em;
	 opacity: 0.8;
	text-shadow: 2px 2px 2px #02271e;
	font-weight: normal;
 
}

.daftar-box {
	position: relative;
	max-width:600px;	
	background: transparent url(../img/login-bg.png) repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	padding-bottom: 10px;
	-webkit-box-shadow: 2px 2px 5px #333;
	-moz-box-shadow: 2px 2px 5px #333;
	box-shadow: 2px 2px 5px #333;
	margin-top: 40px;
}

/* h3 {
    text-align: center;
    font-size: 1.5em;
    color: #FFF;
    opacity: 0.8;
    text-shadow: 2px 2px 2px #000;
    font-weight: normal;
} */

.daftar-logo {
    text-align: center;
    padding: 15px 0 10px;
}

.daftar-logo img {
    border: 0;
    display: inline-block;
}

.daftar-box hr {
    margin: 10px auto 20px;
    width: 80%;
    border-top: 1px solid #dddbda;
    border-bottom: 1px solid #FFF;
}

/* .daftar-box{
	position: relative;
	max-width:480px;	
	background: transparent url(../img/login-bg.png) repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	padding-bottom: 20px;
	-webkit-box-shadow: 2px 2px 5px #333;
	-moz-box-shadow: 2px 2px 5px #333;
	box-shadow: 2px 2px 5px #333;
	margin-top: 80px;
} */

.daftar-form {
display: block;
margin: 0 auto 15px;
width: 80%;
border: 1px solid #bfbfbf;
color: #6c6c6c;
padding: 8px;
}

.daftar-form hr {
	margin: 10px auto 20px;
    width: 100%;
    border-top: 1px solid #dddbda;
    border-bottom: 1px solid #FFF;
}

.form-group {
    margin-bottom: 15px;
}

label {
    font-weight: bold;
    color: #05888d;
}

input, select {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
}

input:focus, select:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.button-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.btn-daftar, .btn-reset {
    width: 48%;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.btn-daftar {
    background: #059677;
    color: white;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px #059677;
    border: 1px solid white;
    box-shadow: inset 0 1px 2px white;
    transition: background .5s ease-in-out;
}

.btn-daftar:hover {
    background: #34ebc6;
    color: black;
    text-shadow: none;
}

.btn-reset {
    background: #dc3545;
    color: #fff;
    border: none;
}

.btn-reset:hover {
    background: #c82333;
}

.custom-file-label {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.preview-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 5px;
}

#footer-text, #footer-text a {
    text-align: center;
    color: #fff;
    opacity: 1;
    text-shadow: 1px 1px 1px #000;
}

@media only screen and (max-width: 479px) {
    #login-block {
        padding-top: 10px;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #login-block {
        margin: 0 auto;
        width: 420px;
    }
}
