body{
    background-color: #1d3657;
}
.background{
    width: 430px;
    height: 520px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
.login-error {
            font-size: 1em;
        }
        
.background .shape{
    height: 200px;
    width: 200px;
    position: absolute;
    border-radius: 50%;
}
.shape:first-child{
    background: linear-gradient(
        #1845ad,
        #23a2f6
    );
    left: -80px;
    top: -80px;
}
.shape:last-child{
    background: linear-gradient(
        to right,
        #ff512f,
        #f09819
    );
    right: -30px;
    bottom: -80px;
}
form{
    height: 460px;
    width: 400px;
    background-color: rgba(255,255,255,0.13);
    position: absolute;
    transform: translate(-50%,-45%);
    top: 55%;
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(3px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 50px 35px;
}
form *{
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}
form h3{
    margin-top: 15px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
}

label{
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}
input{
    display: inline;
    height: 50px;
    width: 80%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 300;
}
::placeholder{
    color: #e5e5e5;
}



.btn-orange {
    background-color: #D8461A;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.btn-orange:hover {
    background-color: #BF3F17; /* plus foncé */
}

.btn-orange:active {
    background-color: #A53714; /* encore plus foncé au clic */
}
.img_mcp{
    position: absolute;
    transform: translate(-50%,0);
    margin-top : 50px;
    display : flex;
    height:350px;
    left:50%;
}
.img_fond{
    position: absolute;
    transform: translate(0,0);
    bottom : 0;
    display : flex;
    height:300px;
    right:0;
}
.social{
  margin-top: 30px;
  display: flex;
}

.aboutConnection{
    margin-top:5px;
    text-align:right;
    font-size : 12px;
}
.footer{
    display: block;
    margin-top: 50px;
    font-size: 12px;
    color : white;
    text-align: center;
}
