@font-face {
    font-family: font_bold;
    src: url(../fonts/font-Montserrat/Montserrat-SemiBold.otf);
}
@font-face {
    font-family: font_small;
    src: url(../fonts/font-Montserrat/Montserrat-Light.otf);
}
body {		
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

a{
    width: 150px;
    border-radius: 40px !important;
}
input{
  font-family: font_small;  
}

.index{
    min-height: 100vh;
    background-image: url("../image-mudik/pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index a{
    margin-top: 450px;
}

.btn{
    background-color: goldenrod;
    color: white;

}
.btn:hover{
    background-color: gold;
    color: grey;
}
.profile{
    min-height: 100vh;
    background-image: url("../image-mudik/pc2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    
}
.profile .form-profile{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.profile .logo{
 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5%;
    
}
.profile .logo img{
    width: 10.3rem;
    height: 6rem;
}
.profile .judul{
    margin-bottom: 10%;
    text-align: center;
    color:#fff;
}
.profile .form-profile .form-group{
    display: flex;
    align-items: center;  
    flex-direction: column;
    background-color: #fff;
    width: 20rem;
    height: 10rem;
    border-radius: 20px !important;
    color: black;
    padding: 10px;
}

.profile .form-profile .form-group span{
    margin-bottom: 15px;
    font-weight: bold;
}
.profile a{
    background-color: goldenrod;
    color: white;

}
.profile a:hover{
    background-color: gold;
    color: grey;
}

.nama-peserta{
    min-height: 100vh;
    display: flex;
    background-image: url("../image-mudik/pc2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    flex-direction: column;
    
}
.nama-peserta .logo{
 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5%;
    
}
.nama-peserta .logo img{
    width: 10.3rem;
    height: 6rem;
}
.nama-peserta .welcome{
  
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: black;
    text-align: center;
    background-color: #fff;
    width: 20rem;
    border-radius: 30px !important;
    padding: 10px;
    margin: 1rem;
}
.nama-peserta a{
    background-color: goldenrod;
    color: white;

}
.nama-peserta a:hover{
    background-color: gold;
    color: grey;
}

.tujuan{
    min-height: 100vh;
    background-image: url("../image-mudik/pc2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.tujuan .kamera{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tujuan a{
    width: 100px !important;
    height: 30px !important;
    font-size: 10px;
}

.tujuan .logo2{
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.tujuan .logo2 .img1{
   margin: 1rem;
   width: 8rem;
   height: 5rem;
}
.tujuan .logo2 .img2{
    margin: 1rem;
    width: 9.3rem;
    height: 5rem;
 }
.tujuan .ambil-foto{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 30px !important;
    flex-direction: column;
    color: black;
    padding: 10px;

}

.peserta{
    min-height: 100vh;
    background-image: url("../image-mudik/pc2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.peserta .logo3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}
.peserta .logo3 .img1{
    margin: 1rem;
    width: 8rem;
    height: 5rem;
 }
 .peserta .logo3 .img2{
     margin: 1rem;
     width: 9.3rem;
     height: 5rem;
  }
.peserta canvas {
    width: 250px;
    height: 250px;
}
.peserta .hapus{
    width:5rem;
    font-size: 0.5rem;
    margin-left : 13rem;
}
.peserta button{
    margin: 10px;
    border-radius: 40px !important;
}
.peserta .tanda-tangan{
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 color: black;
 background-color: #fff;
 border-radius: 30px !important;
 padding: 10px;
}

.success-register{
    min-height: 100vh;
    background-image: url("../image-mudik/pc2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
}
.success-register span{
    font-size: 20px;
}
.success-register .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}
.success-register .logo .img1{
    margin: 1rem;
    width: 8rem;
    height: 5rem;
 }
 .success-register .logo .img2{
     margin: 1rem;
     width: 9.3rem;
     height: 5rem;
  }
.success-register .card{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.success-register .card .acara{
    font-weight: bolder;
}
.rundown{
    min-height: 100vh;
    background-image: url("../image-mudik/pc2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
    padding: 10px;
    
}
.rundown .slogan span{
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;
    font-size: 10px;
    margin-right: 120px;
    
}
.rundown .tulisan-rundown h4{
   margin: auto;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
    
}
.rundown .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
}
.rundown .logo .img1{
    margin: 1rem;
    width: 8rem;
    height: 5rem;
 }
 .rundown .logo .img2{
     margin: 1rem;
     width: 9.3rem;
     height: 5rem;
  }
.rundown .card{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}
.rundown .table-rundown{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.rundown .table-rundown img{
    width: 30rem;
    height: 36rem;
}
.kuota-penuh{
    min-height: 100vh;
    background-image: url("../image-mudik/6.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kuota-penuh a{
    margin-top: 400px;
}
.belum-buka{
    min-height: 100vh;
    background-image: url("../image-mudik/7.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.belum-buka a{
    margin-top: 400px;
}
.required {
	color:#F00;font-weight:500;
}

.pink {	
	color:goldenrod;
	text-shadow: 1px 1px 1px white;	
    font-family: font_bold;
}
.putih {	
	color:#fff;
    font-family: font_bold;
    
}
.note {	
	color:#fff;
    font-size: 11px;
    font-family: font_small;
    
}
.pink strong {
	font-size: 2rem;	
	line-height: 1em;
}

.pink span.zom{
	font-size: 2.5rem;
}


.error {
	display: block;
	flex:1;
	color:red;
}

@media screen and (max-width: 576px){
	#profile,
    #peserta,
    #nama-peserta,
    #tujuan,
    #success-register,
    #kuota-penuh,
    #belum-buka{
		margin:0;
		padding:0;
        background-image: url("../image-mudik/2.png");
        background-size: cover;

       
	}
    #index{
        margin:0;
		padding:0;
        background-image: url("../image-mudik/1.png");
        background-size: cover;
    }
   #nama-peserta .logo{
    margin-bottom: 30%;
   }
   .profile .logo img{
    width: 40%;
    height: 40%;
   }
   .nama-peserta .logo img{
    margin-top: 1rem;
    width: 40%;
    height: 40%;
   }
    .nama-peserta .welcome span{
        font-size: 20px;
        font-weight: bold;
    }
    a{
        width: 200px;
    }
  
    .tujuan .ambil-foto{
        width: 90%;
    
    }
    .peserta .tanda-tangan{
        width: 90%;
    }
    .peserta canvas{
        width: 18rem;
        height: 18rem;
    }
    
   .rundown .table-rundown img{
    width: 90%;
    height: 90%;
   }
    .success-register .card img{
        width: 90%;
        height: 90%;
    }
}