﻿/*.account-container { 
    background: linear-gradient(135deg, #670dfd, #ff6a00, #ffd700);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 2rem 0;
}


.account-box{
    background-color: white;
    padding:30px;
    border-radius:10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    max-width:500px;
    width:100%;
    opacity:.9;
}*/


#loginbody {
    /*background: linear-gradient(135deg, #670dfd, #ff6a00, #ffd700);*/
    background-image: url('/images/Background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;  
}

.account-container {
    /*background: linear-gradient(135deg, #670dfd, #ff6a00, #ffd700);*/
  /*  background-image: url('/images/Background.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 2rem 0;
}

.account-box {
    background: rgb(84 60 60 / 84%);    
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 400px;
}