@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.conteiner {
    position: relative;
}

.cardesqueceuasenha {
    background: #ffffff;
    width: 320px;
    padding: 28px 24px;
    border-radius: 12px;
    text-align: center;
}

.cardesqueceuasenha h2 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.cardesqueceuasenha p {
    font-size: 13px;
    color: #555;
    margin-bottom: 18px;
    line-height: 1.4;
}


.cardesqueceuasenha input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 13px;
    margin-bottom: 16px;
}


.cardesqueceuasenha button {
    width: 100%;
    padding: 11px;
    margin-bottom: 5px;
    background: #2e7158;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.cardesqueceuasenha button:hover {
    opacity: 0.9;
}
.icon {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 50%;
    padding: 6px;
}
.check {
    width: 20px;
    height: auto;
}
