.dating-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 25px;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dating-wrap h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.field-group {
    margin-bottom: 18px;
}

.field-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.field-group select,
.field-group input {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .2) !important;
    color: #fff !important;
}

.pass-wrap {
    position: relative;
}

.pass-toggle {
    position: absolute;
    right: 14px;
    top: 80%;
    transform: translateY(-80%);
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    opacity: .7;
}

.pass-toggle:hover {
    opacity: 1;
}

button.register-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    background: rgba(0, 0, 0, .25);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    transition: .2s;
}

button.register-btn:hover {
    background: rgba(0, 0, 0, .4);
}

.captcha-box {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.error-msg {
    background: rgba(150, 0, 0, .5);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
}

.success-msg {
    background: rgba(0, 150, 0, .4);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
}

/* */