.tchally-register-form{
    display:flex;
    flex-direction:column;
    gap:15px;
    width:100%;
}

.tchally-register-form input{
    padding:14px;
    border:1px solid #ccc;
    outline:none;
    width:100%;
}

.tchally-register-form button{
    padding:14px;
    border:none;
    cursor:pointer;
    transition:0.3s;
    width:100%;
}

.tchally-register-form button:hover{
    opacity:0.9;
}
