*{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.container{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(./assets/image/main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    
}

.contain{
    position: relative;
    top: 8%;
    height: 80%;
    width: 65%;
    background-color: rgba(0, 0, 0,0.6);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7%;
}

.nav{
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0,0.9);
    height: 10%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap:800px; */
    color: white;
    padding: 10px,0,10px,0;
}

.navmenu{
    /* background-color: red; */
    display: flex;
    height: 80%;
    width: 30%;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
}

.navmenu li{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    /* background-color: gray; */
    height: 80%;
    width: 19%;
}

.navmenu li a{
    text-decoration: none;
    color: white;
}

.navmenu li a:active{
    background-color: rgba(255, 12, 12, 0.6);
    border-radius: 20px;

}

.navmenu li:hover{
    background-color: rgba(255, 12, 12, 0.6);
    border-radius: 20px;
    
}

.navimg{
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
    height: 100%;
    width: 20%;

}
.navimg img{
    height: 70px;
}


.contain{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* contain css */

.loginBox {

    height: 320px;
    width: 300px;
   
         backdrop-filter: blur(10px); /* Apply backdrop blur to create a frosted glass effect */
         border-radius: 10px; /* Optional: Add some border radius for a softer look */
         padding: 20px; /* Adjust padding as needed */
         box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); /* Optional: Add box shadow for depth */
       
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    position: relative;
    border: 2px solid white;
    
   
    
    
}
.divUp {
    height: 160px;
    width: 88%;
    /* background-color: rgba(147, 43, 43, 1);  */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    
    font-weight: 600;
}

.userName  {
    height: 40px;
    width: 100%;
    border: 1px solid white;
    border-radius: 50px;
    overflow: hidden;
    color: white;
}
#email::placeholder{
    color: white;
}
.error {
    width: 100%;
    display: none;
    /* background-color: aquamarine; */
   
    color: brown;
}
.userName input {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
}



.password  {
    height: 40px;
    width: 100%;
    border: 1px solid white;
    border-radius: 50px;
    overflow: hidden;
}
#password::placeholder{
    color: white;
}
.password input {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    padding-left: 20px;
    color: white;
}

.divDown {
    height: 105px;
    width: 87%;
    background-color: rgba(255, 255, 255, 0); 
    /* background-color: violet; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.content3 {
    height: 20px;
    width: 100%;
    /* background-color: rgba(255, 46, 46, 1);  */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-direction: column; */
}
.content3 a {
    color: white;
    font-weight: 600;
}
.loginB {
    height: 40px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: 0.5s ease-in-out ;
    outline: none;
    border: none;
}
.loginB:hover {
    background-color: #2196F3;
    cursor: pointer;
}

/* login end */

/* register start */


/* Register box */

.registerBox {

    height: 480px;
    width: 340px;

    backdrop-filter: blur(10px);
    /* Apply backdrop blur to create a frosted glass effect */
    border-radius: 10px;
    /* Optional: Add some border radius for a softer look */
    padding: 10px;
    /* Adjust padding as needed */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    /* Optional: Add box shadow for depth */

    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    position: relative;
    border: 2px solid white;


}

.divRUp {
    height: 290px;
    width: 90%;
    /* background-color: rgba(147, 43, 43, 1);  */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    font-weight: 600;
}



.registerName {
    height: 40px;
    width: 100%;
    border: 1px solid white;
    border-radius: 50px;
    overflow: hidden;
}

.registerName input {
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0,0);
    outline: none;
    border: none;
    padding-left: 20px;
    color: white;
}

#name::placeholder {
    color: white;
}

.confirmPassword {
    height: 40px;
    width: 100%;
    border: 1px solid white;
    border-radius: 50px;
    overflow: hidden;
}

#password2::placeholder {
    color: white;
}

.confirmPassword input {
    height: 100%;
    width: 90%;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    padding-left: 20px;
    color: white;
}

.error {
    height: 20px;
    width: 100%;
    /* background-color: yellowgreen; */
    display: flex;
    align-items: center;
    font-size: 13px;
    display: none;
   /*  opacity: 0; */
    /* visibility: hidden; */
}
.divRDown {
    height: 140px;
    width: 90%;
    /* background-color: rgba(255, 255, 255, 0);  */
    /* background-color: violet; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.switchButton {
    height: 35px;
    width: 100%;
    /* background-color: yellow; */
    display: flex;
    align-items: center;
    gap: 10px;
    
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}




.registerB {
    height: 40px;
    width: 100%;
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
    border: none;
    outline: none;
}

.registerB:hover {
    background-color: #2196F3;
}

/* register end */


/* footer */

.tnc a{
    color: white;
    position: relative;    
    top: 0;
    
}


/* media responsive */
