.swpm-registration-firstname-row,.swpm-registration-lastname-row{
    display:none;
}

#sikeresreg-p{
    margin-top:20px;
    font-size:20px;
}


#sikeresreg-a{
    margin-top:20px;
}

#sikeresreg-a a{
    background: #F22B74;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    margin-top: 20px;
    text-decoration: none;
    font-size:18px;
    border:2px solid #F22B74;
    transition:all 0.3s ease-in-out;
}

#sikeresreg-a a:hover{
    background:transparent;
    color:#F22B74;
    transition:all 0.3s ease-in-out;
}