body{
    background-color: #1d3657;
}
.background{
    width: 430px;
    height: 520px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
.login-error {
            font-size: 0.85em;
        }
        
.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: "Eras ITC", "Eras Light ITC",  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: 14px;
    font-weight: 300;
}
::placeholder{
    color: #e5e5e5;
}

.button {
  display: inline-block;
  border-radius: 4px;
  border: none;
  font-family: "Eras ITC", "Eras Light ITC",  sans-serif ;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -10px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

#connect-button{
    text-align: center;
    background-color: #D8461A;
    font-size: 14px;
    font-weight: 500;
}
.img_mcp{
    position: absolute;
    transform: translate(-50%,0);
    margin-top : 0;
    display : flex;
    height:200px;
    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 : 10px;
}
.footer{
    display: block;
    margin-top: 50px;
    font-size: 12px;
    color : white;
    text-align: center;
}
