

body {		
    font-family: 'Roboto', sans-serif;
}



.login{
    min-height: 100vh;
    background-color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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 .frame{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50rem;
    border: 5px solid red;
    padding:10px;
}
.form .logo{
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    color: red;
    margin-left: -15rem;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);	
}
.form .logo img{
    width: 13%;
}
.form .logo span{
    font-size: 2rem;
    font-weight: 700;
}
.form .logo .logo-detail{
    background-color: red;
    width: 13rem;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
}
.form .logo .logo-detail span{
    font-size: 0.8rem;
    font-weight: 500;
}
.form h3{
    text-align: center;
}
.form .bg-llight {
	background-color: #ffffff;	
    margin-top: 5rem;
	margin-bottom: 1em;
	padding: 10px;
    align-items:center;
    /*height: 30rem;*/
    width: 30rem;
}
.form .bg-llight .form-group{
    display: flex;
    justify-content: center;
    align-items: center;

}
.form .bg-llight .form-group span{
  width: 20rem;
  }
.form .bg-llight .form-group input{
  border: none;
}
.form .bg-llight .btn{
    background-color: red;	
    color: white;

}

.form .bg-llight .btn:hover{
    background-color: white;	
    color: red;

}

.main{
    min-height: 100vh;
    background-color: #F00;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 7px solid #666;
}
.main .logo{
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    color: red;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);	
    background-color: #fff;
    border-radius: 10px;
    padding: 0.5rem;
    width: 15rem;
}
.main .logo img{
    width: 10%;
}
.main .logo span{
    font-size: 1.5rem;
    font-weight: 700;
}
.main .logo .logo-detail{
    background-color: red;
    width: 10rem;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
}
.main .logo .logo-detail span{
    font-size: 0.6rem;
    font-weight: 500;
}
.main .menu{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
}
.main .menu a{
    background-color: #fff;
    color: black;
    border-radius: 10px;
    width: 14rem;
}
.main .menu button{
    background-color: #fff;
    color: black;
    border-radius: 10px;
    width: 14rem;
}
.main .barcode{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}
.main .barcode img{
    width: 8rem;
}
.main .barcode button{
    background-color: #fff;
    color: black;
    border-radius: 10px;
    width: 14rem;
    margin-top: 1rem;
}

.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;
}

.label {	
	color: red;
	text-shadow: 1px 1px 1px rgb(255, 255, 255);	
	font-weight: bold;   
    font-size: 1.5rem;
}

.label strong {
	font-size: 2rem;	
	line-height: 1em;
}



.error {
	display: block;
	flex:1;
	color:red;
}

@media screen and (max-width: 576px){
  
    
    .form{
        background-size: cover;
        padding: 20px;
        border: 6px solid #666;
    }
    .form .frame{
        border: none;
        width: 95%;
        padding:0;
    }
    .form .logo{
        margin-left: -1rem;
    }
    .form .logo .logo-detail{
        width: 17rem;
    }
    .form .logo span{
        font-size: 2rem;
    }
    .form .logo .logo-detail span{
        font-size: 1rem;
    }
    .success-register{
        background-size: cover;
    }
    .form .bg-llight {
        font-size: 1.5rem;
        height: 95%;
        width: 95%;
       
    }
    .main .logo{
        margin-top: -13rem;
        margin-left: -7rem;
    }
    .main .menu{
        margin-top: 10rem;
    }
    .label{
        font-size: 80%;
    }
}
