.captcha,
.hitelesitve {
    text-align: center;
}
.container form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container form .checkbox {
    margin: 2% 0;
}
.Select {
    width: 320px;
    height: 320px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 5px 5px 12px #979797, -5px -5px 12px #fff;
}
.element {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 8px 5px #e7e7e7;
    color: #fff;
    text-shadow: 1px 5px 7px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    font-size: 3vw;
}
.element:hover {
    box-shadow: 0 0 8px 5px #f1f0f0;
}
#colorSelected {
    background-color: #000;
    color: #fff;
    padding: 0 !important;
}
.captcha {
    font-size: 5vw;
}
.cbp {
    display: inline;
}
