﻿.panel{
    padding: 5px 15px;
  border-radius: 21px;
  box-shadow: #020202 10px 10px 10px;
}

.panel-heading {
    padding: 5px 15px;
  border-radius: 21px;
  text-align: center;
}
 
.panel-footer {
	padding: 1px 15px;
	color: #A0A0A0;
	display: none;
}

.profile-img {
	padding: 20px;
	margin: 0 auto 10px;
	display: block;
}

.alert-danger{    text-align: center;
    border-radius: 40px;}

.btn-primary {background-color: #d40808;    border-radius: 50px;}
.btn-primary:hover {background-color: #000000;}
body {
	background-image: url('https://ctxparking.com.br/wp-content/uploads/2024/09/bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
     background-position: center bottom;
    height: 100vh;
    margin: 0;
	
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Sobreposição preta com 50% de opacidade */
    z-index: 1;
}

body * {
    position: relative;
    z-index: 2;
}