/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./styles/login/login.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
h1{
    font-family: Cooper Black;
    color: #110F30;
}


.con .submit-but{
    width: 70%;
    align-self: center;
    color: #110F30;
    font-size : 25px; 
    border-radius: 10px;
    background-color: #F4BBFF;

  }
  
  .con .submit-but:hover {
    outline: 2px solid #F4BBFF; /* Adjust the outline style as needed */
    outline-offset: -2px;
}

  
.con .input-button {
    background-color: #dddddd;
    font-family: Helvetica;
    color: #110F30;
    border-radius: 20px;
    width: 70%;
  align-self: center;
  margin-top: 100px;
  font-size: 20px;
  outline: 3px solid #F4BBFF;
  outline-offset: -2px;
text-align: center;

  }
  
  .con {
    display: flex;
    flex-direction: column;
  }
  
  .con .submit-but{
    width: 70%;
    align-self: center;
    color: #110F30;
    font-size : 25px; 
  }
  

  
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #dddddd inset !important;
    -webkit-text-fill-color: #110f30 !important;
    caret-color: #110f30 !important;
  }
  
  input {
    caret-color: #110f30;
  }
  
  .con .submit-but {
    width: 70%;
    align-self: center;
    color: #110F30;
    font-size: 25px;
    border-radius: 10px;
    background-color: #F4BBFF;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;

}



.con .input-button:hover {
  box-shadow: 0 0 20px 10px rgba(244, 187, 255, 0.6);
}

.con .submit-but:hover {
  box-shadow: 0 0 20px 10px rgba(244, 187, 255, 0.6);
}


.input-button::-moz-placeholder {
  color: #110F30;
  opacity: 0.7;
}


.input-button::placeholder {
  color: #110F30;
  opacity: 0.7;
}

.custom-file-input {
  display: none;
}

.custom-file-label {
  background-color: #4CAF50; /* Change to your desired color */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
}

.custom-file-label:hover {
  background-color: #45a049; /* Darker shade for hover effect */
}

#console{
  width: 70%;
  height: 150px;
  padding: 10px;
  background-color: #DDDDDD;
text-align : center;
max-width: -moz-fit-content;
max-width: fit-content;
margin-top: 50px;
margin-left: auto;
margin-right: auto;

}

input[type="password"]::-webkit-credentials-auto-fill-button {
  display: none;
}

