﻿body {
    background: linear-gradient(145deg, #cccccc 0%, #e0e0e0 30%, #b3b3b3 70%, #999999 100%);
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    background-size: cover;
    backdrop-filter: blur(6px);
}
.InicioSesion {
    position: unset;
    margin-top: 6%;
    background-color: rgb(0,0,0,0.5);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 28px rgba(0,0,0, 0.9);
    backdrop-filter: blur(4px);
    color: #FFF;
}
.backgroundimage {
    background-image: url('https://ironmarkusa.com/wp-content/uploads/2024/10/Event-Cancellation-1024x1024.jpg');
    width: 100%;
    height: 100%;
    
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
