.aio-card {
    max-width: 380px;
    margin: 40px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,.1);
}

.aio-card h2 {
    text-align: center;
    margin-bottom: 20px;
}

.aio-card input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.aio-card button {
    width: 100%;
    padding: 12px;
    border: none;
    background: #2271b1;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.aio-card button:hover {
    background: #135e96;
}
