.ca-protection-form {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.ca-protection-form input {
    width: 100%;
    border: 1px solid #000000;
}

.ca-protection-form .button {
    background-color: #000000;
    color: #ffffff;
    margin-top: 10px;
}

.ca-protection-form .button:hover {
    background-color: #ffa800;
    color: #000000;
}

.ca-form-row {
    margin-bottom: 15px;
}

.ca-form-row label {
    margin-bottom: 5px;
    display: block;
}

.ca-form-info {
    margin: 0 0 25px 0;
    font-weight: bold;
}