<body {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
}

.img_logo {
    height: 15%;
    width: 15%;
    padding:0px;
	margin-top: 5px;
	margin-right:5px;
    margin-left: 60px;
}

#img_checkbox {
    max-width: 15%;
    padding:0px;
	margin-top: 5px;
	margin-right:5px;
    margin-left: 60px;
}

#container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
}

.sign-up-container {
    left: 0;
    width: 50%;
}

form {
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    /* align-items: center;
    justify-content: center; */
    /* text-align: center; */
}

.input1 {
    background-color: white;
    box-sizing: border-box;
    padding: 12px 15px;
    margin: 8px 0;
    border-radius: 5px;
    width: 100%;
}

input:focus{
	outline: none;
  	border: 3px solid #F46830;
}

#titre{
    color: #F46830;
    /* color: ; */
}

.connexion {
    background-color: #F46830;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 32px;
    margin-top: 24px;
    letter-spacing: 1px;
    max-width: 25%;
    max-height: 25%;
    border: none;
    margin-left: 78%;
}

button:hover {
    cursor: pointer;
    background-color: #b85129;
}

.social-container {
    margin: 24px 0;
}

.social-container a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #adf0d1;
    border: 1px solid rgba(0, 32, 63, .45);
}

/* .module {
    margin-top: 10%;
} */

label {
    margin: 8px 0;
}

h1 {
    margin: 0;
    font-size: 40px;
    padding: 0 50px;
    font-weight: bold;
    color: black;
}

span {
    font-size: 14px;

}

a {
    text-decoration: none;
    font-size: 14px;
    margin: 8px 0 16px;
    color: #333;
}

/* #overlay-container {
    background-color: black;
    height: 100%;
    width: 100%;
} */

.link {
    display: inline-black;
    font-size: 16px;
    width: 100%;
    text-decoration : underline;
    margin-top: 4%;
    margin-left: 77%;

}

.creation {
    display: inline-black;
    color: #F46830;
    width: 100%;
    text-decoration : underline;
    font-size: 16px;
}

.principal {
    margin-top: -30px;
    height: 110%;
    width: 100%;
}

.password_block {
        max-height: fit-content;
        max-width: fit-content;
  }

  #eye {
    margin-left: 92%;;
    margin-top: -12%;
    cursor: pointer;
    color: black
  }

.title2 {
    color: grey;
    size: 8px;
    padding: 0 50px;
    margin-top: 5%;
}

.input_file {
    background-color: white;
    box-sizing: border-box;
    padding: 12px 20px;
    margin: 8px 10px;
    border-radius: 5px;
    width: 80%;
}

.my-checkbox {
    transform: scale(2);
    margin-left: 11px;
  }

  .assure_box {
    margin-left: 16px;
  }












  
.exemple-pattern-css input:invalid{
	
    border:1px solid red;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97);
    transform: translate3d(0, 0, 0)
        }
        
    @keyframes shake {
      10%, 90% {
        transform: translate3d(-1px, 0, 0);
      }
      
      20%, 80% {
        transform: translate3d(2px, 0, 0);
      }
    
      30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
      }
    
      40%, 60% {
        transform: translate3d(4px, 0, 0);
      }
    }
    
    .exemple-pattern-css span{
        
    opacity:0; 
    visibility:hidden;
        
        }
        
    .exemple-pattern-css input:invalid ~ span { 
        
    display:flex;
    color:red; 
    transition:.4s opacity linear
        
        }
        
    .exemple-pattern-css input:invalid ~ span {
        
        visibility:visible;
        opacity:1
        
        }
        .error_code {
            color: red;
        }
