.register-box
{
    background-color: #2a2f3b;
    /* border:1px solid rgb(168,205,122); */
    border-radius:12px;
    color:white;
}
.choice-btn{
    width:110px;
    height:35px;
    margin:0 5px;
    background:linear-gradient(to right,#FFFB7D,#85FFBD);
    border:0;
    outline:none;
    color:#000;
    font-weight: bold;
    cursor:pointer;
    border-radius: 30px;
}