.privacy {
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 120%;
    max-width: 360px;
}
.privacy a {
	color: #788d4c;
}
.verification-field {
	margin-bottom: 20px;
}
.verification-label {
    font-size: 12px;
    line-height: 120%;
    max-width: 300px;
    margin: 0 0 10px auto;
    text-align: right;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.verification-label span {
	display: block;
	color: red;
	margin: 10px 0;
}
.verification-field-row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.verification-field-row span {
    color: #788d4c;
    font-weight: bold;
}
.code-field {
	display: none;
	width: 100%;
    background: transparent;
    color: #2c2424;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 1rem;
    font-size: 1.4rem;
    max-width: 165px;
    border-bottom: 2px solid #788d4c;
}
.code-field.active {
	display: block;
}
.code-button {
	margin: 0 10px;
    height: 40px;
    border: 1px solid #788d4c;
    background-color: #788d4c;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    padding: 0 20px;
	cursor: pointer;
}
@media screen and (max-width: 767.99px) {
    .verification-label {
        text-align: center;
        font-size: 14px;
    }
    .privacy {
        margin: 10px 0 20px;
        text-align: center;
    }
}