.body-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgb(180 251 105 / 60%)), url(../../img/surveybg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}

.login-page,
.register-page {
  flex-direction: column;
  height: 90vh;
}

.loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../img/301.GIF) 50% 50% no-repeat rgba(168, 184, 193, 0.5);
    background-size: 60px 60px;
    text-align: center;
}

.registration-box {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.upload-box { 
    max-width: 600px; 
    margin: 50px auto; 
    background: #f8f9fa; 
    padding: 20px; 
    border-radius: 5px; 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); 
}

.preview img { 
    max-width: 100px; 
    max-height: 100px; 
    margin: 5px; 
}

#creation-success-div { 
    display: none; 
    margin-top: 20px; 
}
.hide-element{
    display: none; 
}