a {
    text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.login-page {
    width: 100%;
    height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
    
}
.form-right i {
    font-size: 100px;
}


#side,#form{
    background: linear-gradient(rgba(50, 70, 213, 0.7), rgba(255, 255, 255, 0.5));
}

#logo {
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply; /* Adjust the blend mode as needed */
}


.login-page{
    
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.5));
    opacity: 90%;
   
    
}
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('logo/logoalld.png'); /* Replace with your background image URL */
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    color: #fff;
    backdrop-filter: blur(5px);
}
#username,#password ,#otp{
    background: none; /* or background: rgba(255, 255, 255, 0); */
    border: none;
    border-bottom: 1px solid #fff; /* Add a border for visibility, adjust as needed */
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    outline: none; /* Remove the default input outline */
}