@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,500;0,600;0,700;1,100;1,200&family=Lora:wght@400;500;600;700&family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@100&display=swap');

* {
    font-family: 'Urbanist', sans-serif;
}

body {
    margin: 0;
    padding-top: 10%;
    background-color: #FEF7ED !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.reset-box {
    width: 480px;
}

.reset-box .icon {
    font-size: 55px;
    margin-bottom: 25px;
}

.reset-box h2 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    color: #323232;
    margin-bottom: 10px;
}

.reset-box p {
    font-size: 14px;
    font-weight: 400;
    color: #00000080;
    margin-bottom: 25px;
}

.reset-box label {
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #000;
}

.reset-box input[type="email"] {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  font-size: 14px;
}

.reset-box button {
  width: 100%;
  background-color: #f39c12;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 20px;
}

.reset-box button:hover {
  background-color: #e08904;
}

.reset-box .erreur {
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    color: #FF0000;
}