body{
    background-image: url('/images/background.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .register{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .register{
  width:40%;
	height:40%;
	position:absolute;
	padding:60px 70px 50px 70px;
	background:rgba(40,57,101,.9);
  }
  .title{
    font:600 16px/18px 'Open Sans',sans-serif;
    color: white;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 20px;
    text-align: start;
    position: absolute;
    top: 20%;
  }
  .but-enregistre {
    background-color: rgb(3 204 189 / 72%); /* Green */
    cursor:pointer;
    border: none;
    border-radius: 2px;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    bottom: 70px;
    right: 30%;
  }
  .but-cancel {
    background-color: rgb(3 204 189 / 72%); /* Green */
    cursor:pointer;
    border: none;
    border-radius: 2px;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    bottom: 70px;
    right: 15%;
  }
  .input {
    padding-left: 5px;
    /* background: transparent; */
    border: 0;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    outline: none !important;
    width: 33%;
    margin-bottom: 30px;
    position: absolute;
    left: 10%;
    top: 120px;
    background-color: rgba(40,57,101,.9);
    color: aliceblue;
  }
  .input:focus {
    background-color: rgba(40,57,101,.9); /* Change to your desired color */
  }
  input::-moz-focus-inner { 
    border: 0; 
  }
  .form-select{
    position: absolute;
    left: 10%;
    top: 170px;
  }
  .login-register {
    font:600 16px/18px 'Open Sans',sans-serif;

    font-size: 15px;
    color: rgb(252, 250, 250);
    text-align: center;
    font-weight: 500;
    margin: 25px 0 10px;
    position: absolute;
    bottom: 0%;
    right: 15%;
}
.login-register p a {
    color: rgb(253, 249, 249);
    text-decoration: none;
    font-weight: 600;
}

.login-register p a:hover {
    text-decoration: underline;
}