.cptch {display: flex;
    flex-direction: column;}
.inp_cptch {
    height: 60px;
    margin: 5px 0;
    box-sizing: border-box;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: 1em;
    outline: 0;
    width: 100%;
    padding: 15px 20px;
max-width: 250px;
}

.img_cptch {
width: 250px;
    display: block;
    margin: 5px 0px;
max-width: 250px;
}

