#az-warranty-checker {
    border: 1px solid #ddd;
    padding: 20px;
    max-width: 600px;
    margin: 20px auto;
    font-family: sans-serif;
}

#az-warranty-checker h2, #az-warranty-checker h3, #az-warranty-checker h4 {
    margin-top: 0;
}

#az-search-form, #az-activation-form {
    display: flex;
    flex-direction: column;
}
div#az-warranty-lookup input{
		height: 50px;
}
#az-search-form input, #az-activation-form input {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
	height: 50px;
}

#az-search-form button, #az-activation-form button {
    padding: 10px 15px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

#az-search-form button:hover, #az-activation-form button:hover {
    background-color: #005a87;
}

#az-warranty-result .activated-info {
    background-color: #eef7ed;
    border-left: 4px solid #4caf50;
    padding: 10px;
}

form#az-check-form button {
    padding: 10px 15px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    display: block;
    width: 100%;
}
div#az-warranty-lookup {
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 7px;
}