

body {		
   
    font-size: 0.8rem;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}


h1,h2,h3,h4,h5,h6 {
    font-family: 'Courgette', cursive;
	font-weight: bold;
}
.login{
    min-height: 100vh;
    background-color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cover{
    min-height: 100vh;
    background:url('../images/tiket1.jpg') no-repeat fixed;
    background-position: center;
    background-size: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cover a{
    width: 8rem;
    border-radius: 20px;
    background-color: rgb(23, 66, 1);
    color: #ccc;
    position: absolute;
    top: 70%;
    
}
.cover a:hover{
  
    background-color: rgb(47, 132, 4);
    color: #ccc;
    
}
.form{
    min-height: 100vh;
    background:url('../images/bg1.jpg') no-repeat fixed;
    background-position: center;
    background-size: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
   
}
.form h3{
    text-align: center;
}

.form .bg-llight {
	background-color: rgba(0,0,0,0.5);	
	margin-bottom: 1em;
	padding: 1em;
	border-radius: 0.5em;
    align-items:center;
    height: 28rem;
    width: 28rem;
    backdrop-filter: blur(4px);
}

.form .bg-llight .btn{
    background-color: rgba(0,0,0,0.5);	
    color: white;

}

.form .bg-llight .btn:hover{
    background-color: white;	
    color: rgba(0,0,0,0.5);

}
.success-register{
    min-height: 100vh;
    background:url('../images/bg1.jpg') no-repeat fixed;
    background-position: center;
    background-size: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.success-register .bg-llight {
	background-color: rgba(0,0,0,0.5);	
	margin-bottom: 1em;
	padding: 1em;
	border-radius: 0.5em;
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    height: 25rem;
    width: 25rem;
    backdrop-filter: blur(4px);
    font-size: 1rem;
    color: #ffffff;
}
.required {
	color:#F00;font-weight:500;
}

.black {	
	color:#ffffff;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);	
	font-weight: bold;
    
}

.black strong {
	font-size: 2rem;	
	line-height: 1em;
}

.black span.zom{
	font-size: 2.5rem;
}


.error {
	display: block;
	flex:1;
	color:red;
}

@media screen and (max-width: 576px){
    body{
    font-size: 1.2rem;
    }
    .cover{
        background-size: cover;

    }
    .cover a{
        width: 15rem;
        height: 3rem;
        font-size: 1.5rem;
    }
    .form{
        background-size: cover;
        padding: 20px;
    }
 
    .success-register{
        background-size: cover;
    }
    .form .bg-llight {
      
        height: 90%;
        width: 90%;
       
    }
}
