* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

h1 {
    color: #217185;
}

input[type="button"] {
    padding: 12px 16px;
    background-color: #217185;
    border: 0;
    color: white;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}

input[type="button"]:hover {
    background-color: #225764;
}

.div-input img {
    width: 24px;
    z-index: 1;
}

.div-input {
    padding: 4px 12px;
    background: #fff;
    border-radius: 5px;
    border: 3px #217185 solid;
    gap: 8px;
    position: relative;
    align-self: stretch;
    display: flex;
    position: relative;
    gap: 8px;
    height: 40px;
}

.div-input input {
    border: 0;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-left: 40px;
}

.div-input:has(input:focus) {
    border: 3px solid #2e9db9;
}
