@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);
}
html {		
    margin: 0;
    padding: 0;

}

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;
}


.profile{
    min-height: 100vh;
    background-image: url("../image-mudik/2.png");
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: center;
    display: flex;
   
    align-items: center;
    flex-direction: column;
}
.profile .logo{
    margin-bottom: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile .logo .img1{
   margin-right: 70px;
   width: 10%;
   height:10%;
}
.profile .logo .img2{
    margin-left: 70px;
    width: 15%;
    height:10%;
}
.profile .judul{
    display: flex;
    align-items: center;
    justify-content: center;
    color: goldenrod;
}

.tujuan{
    min-height: 100vh;
    background-image: url("../image-mudik/2.png");
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: center;
    display: flex;
    justify-content: center;
    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;
    margin-bottom: -5%;
}
.tujuan .logo2 .img1{
    margin-right: 70px;
    width: 10%;
    height:10%;;
}
.tujuan .logo2 .img2{
    margin-left: 70px;
    width: 15%;
    height:10%;
}
.tujuan .judul{
    display: flex;
    align-items: center;
    justify-content: center;
    color: goldenrod;
}
.kuota .card{
    width: 200px;
}
.peserta{
    min-height: 100vh;
    background-image: url("../image-mudik/2.png");
    background-repeat: no-repeat;
    background-size: 350px;
    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: 8%;
}
.peserta .logo3 .img1{
    margin-right: 70px;
    width: 10%;
    height:10%;
}
.peserta .logo3 .img2{
    margin-left: 70px;
    width: 15%;
    height:10%;
}
.peserta button{
    margin: 10px;
    border-radius: 40px !important;
}
.peserta .ttd{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.peserta .tombol{
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.peserta .judul{
    display: flex;
    align-items: center;
    justify-content: center;
    color: goldenrod;
}
.success-register{
    min-height: 100vh;
    background-image: url("../image-mudik/2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: goldenrod;
}
.success-register span{
    font-size: 20px;
}
.success-register a{
    margin-top: 400px;
}
.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,
    #tujuan,
    #success-register,
    #kuota-penuh,
    #belum-buka{
		margin:0;
		padding:0;
        background-image: url("../image-mudik/2.png");
        background-size: cover;

       
	}
    #index{
        margin:0.5em;
		padding:0.5em;
        background-image: url("../image-mudik/1.png");
        background-size: cover;
    }
    #profile .logo{
        width: 250%;
        height: 250%;
        margin-bottom: 50%;
    }
    #tujuan .logo2{
        width: 150%;
        height: 150%;
        
    }
    #peserta .logo3{
        width: 250%;
        height: 250%;
        margin-bottom: 30%;
    }
    a{
        width: 200px;
    }
    .tujuan canvas,video{
        width: 270px;
        height: 270px;
    }
    .peserta canvas{
        width: 350px;
        height: 350px;
    }
}