#uye h2{
  display: block;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 13px;
    border-bottom: 1px solid;}

    #uye h2:after {
    content: ' ';
    border-bottom: 2px solid;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;
}

#uye .veya{    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-style: italic;
    background-color: #fff;
    z-index: 1;}

    #uye hr{  transform: rotate(180deg);     border-right: 1px solid #ddd;
    height: 100%;
    position: absolute;
    content: ' ';
    right: 50%;
    top: 0;}
    #uye form{ display: block;}
