.cap-container{

    max-width:450px;

    margin:40px auto;

    background:#fff;

    padding:30px;

    border-radius:10px;

    box-shadow:0 5px 20px rgba(0,0,0,.1);

}

.cap-container h2{

    margin-bottom:20px;

}

.cap-container input{

    width:100%;

    padding:12px;

    border:1px solid #ddd;

    border-radius:6px;

    margin-top:8px;

    margin-bottom:20px;

}

.cap-container button{

    width:100%;

    padding:14px;

    background:#006DFA;

    color:#fff;

    border:none;

    border-radius:6px;

    cursor:pointer;

    font-size:16px;

}

.cap-container button:hover{

    background:#0050d4;

}

.cap-response{

    margin:20px auto;

    max-width:700px;

    background:#f4f4f4;

    padding:20px;

}

.cap-error{

    color:red;

    margin:20px 0;

}