.captcha,
.hitelesitve {
    text-align: center;
}
.captcha,
.cbp {
    color: #fff;
    font-family: montserrat_medium;
    font-size: 20px;
}
@font-face {
    font-family: montserrat_medium;
    src: url("../../../Main/betutipusok/montserrat/Montserrat-Medium.ttf") format("truetype");
}
.container form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container form .checkbox {
    margin: 2% 0;
}
.Select {
    width: 420px;
    height: 420px;
    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: 100px;
    height: 100px;
    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;
}
.element:hover {
    box-shadow: 0 0 8px 5px #f1f0f0;
}
#colorSelected {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
}
.form-check-input {
    margin-top: 0.1em !important;
    width: 1.5em !important;
    height: 1.5em !important;
}
.form-check-input:checked {
    background-color: green !important;
    border-color: green !important;
}
.cbp {
    display: inline;
}
